xeolabs / scenejs

An extensible WebGL-based 3D engine. This is an archived project.
https://xeolabs.github.io/scenejs/
Other
649 stars 165 forks source link

reflect node not working in current release #438

Open KlausBlass opened 8 years ago

KlausBlass commented 8 years ago

I can't get the reflect node to work with /api/latest/. It does work on the Examples page. However, it seems to use a different plugin, as the plugin directory structure is different. (path to images in Examples is: "textures/reflection/london/pos-x.png", whereas latest plugins uses "textures/london/pos-x.png".) Could the version used in Examples be published? Thanks.

tsherif commented 8 years ago

The examples aren't using a reflect plugin. They're using the core reflect node.

This textures images used in the examples can be found in the examples directory.