xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Perspective attribute of view element overrides view*projection matrix #106

Closed stlemme closed 9 years ago

stlemme commented 9 years ago

Test case: https://github.com/stlemme/xml3d-experimental/tree/master/projections

csvurt commented 9 years ago

There was a bug preventing the scene from being redrawn when the value of the perspective matrix changes, this was fixed in d1f911eeaa9a1fa4ebd71e93254678bcc232b8d5. The rest seems to be working properly.

As a heads up we'll be specifying this feature further in version 5.0 and will probably rename the attribute then.