-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Closed as not planned
Labels
Description
Description of the problem
Could we get Three.js Editor example with shaders/textures?
All current examples shipped with Editor are missing custom shaders and texture loading. It seems to cause problems for people since they cannot figure out how the workflow should go with shaders/texture.
It could be just one example where there are two planes. Both planes are using Shaders and one is just using basic texture (uv via vert to frag and sampler in frag) and other one is some basic shader effect (e.g. living noise).
One problem description can be found from Stack Overflow
http://stackoverflow.com/questions/40974090/three-js-specify-a-shader-in-json-file-and-load-a-texture
Three.js version
- Dev
- r84
- ...
Browser
- All of them
- Chrome
- Firefox
- Internet Explorer
OS
- All of them
- Windows
- Linux
- Android
- IOS