Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rendering a scene as a texture Three.js [closed]

I'm trying to achieve this: http://learningwebgl.com/blog/?p=1786 with Three.js. I have no idea where to start looking. Just passing the scene as a texture gives a type error.

like image 712
Tobias Artz Avatar asked Apr 07 '26 06:04

Tobias Artz


1 Answers

I found the answer here: http://mrdoob.github.com/three.js/examples/webgl_rtt.html

Three.js might not have the best documentation but the examples almost cover every situation.

like image 77
Tobias Artz Avatar answered Apr 08 '26 21:04

Tobias Artz