xml3d / xml3d.js

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

Remove meshTransform #137

Closed csvurt closed 8 years ago

csvurt commented 9 years ago

Currently a mesh transformation can be given by including a <float4x4> element with name meshTransform under the <mesh> element. This is preventing certain internal optimizations. Since the same functionality can be achieved by specifying a CSS transform matrix or referencing an external <data> element holding a transform matrix through the transform attribute we will remove the meshTransform option.

csvurt commented 9 years ago

Removed in commit f8a10cbcb1c8834d8451dd865aada5d2250c5677