> For the complete documentation index, see [llms.txt](https://docs.tenten.co/awesome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tenten.co/awesome/webgl/awesome-threejs-playground/demo/fun-demo/infinitetubes.md).

# Infinite Tubes

![Infinite Tubes with Three.js](https://tympanus.net/codrops/wp-content/uploads/2017/05/InfiniteTubesWithThreeJS_Featured.jpg)

A tunnel experiment in WebGL inspired by the effect seen on the [http://www.fornasetti.com/](https://github.com/tentenco/awesome/blob/main/webgl/awesome-threejs-playground/demo/fun-demo/InfiniteTubes/Fornasetti/README.md) website. By [Louis Hoebregts](http://mamboleoo.be/).

[Article on Codrops](https://tympanus.net/codrops/?p=30954)

[Demo](https://tympanus.net/Development/InfiniteTubes/)

## Credits

* [Official Three.js website](https://threejs.org/)
* Brick texture is from [maxTextures](http://www.mb3d.co.uk/mb3d/Stone_and_Rock_Seamless_and_Tileable_High_Res_Textures.html)
* Perlin noise algorithm was written by [Seph Gentle](https://github.com/josephg/noisejs)
* Modern pattern with hand drawn stripes from [Freepik.com](http://www.freepik.com/index.php?goto=74\&idfoto=934482)
* Blood cell model is from [Turbosquid](https://www.turbosquid.com/3d-models/free-blood-cell-3d-model/509576)

## License

This resource can be used freely if integrated or build upon in personal or commercial projects such as websites, web apps and web templates intended for sale. It is not allowed to take the resource "as-is" and sell it, redistribute, re-publish it, or sell "pluginized" versions of it. Free plugins built using this resource should have a visible mention and link to the original work. Always consider the licenses of all included libraries, scripts and images used.

## Misc

Follow Louis: [Twitter](https://twitter.com/Mamboleoo), [Codepen](http://codepen.io/Mamboleoo/), [LinkedIn](https://be.linkedin.com/in/louis-hoebregts-734aa1a8)

Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [Google+](https://plus.google.com/101095823814290637419), [GitHub](https://github.com/codrops), [Pinterest](http://www.pinterest.com/codrops/), [Instagram](https://www.instagram.com/codropsss/)

[© Codrops 2017](http://www.codrops.com)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tenten.co/awesome/webgl/awesome-threejs-playground/demo/fun-demo/infinitetubes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
