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

Fixes to non-indexed geo and matrix slicing #486

Closed tsherif closed 8 years ago

tsherif commented 8 years ago

Couple of spots that were still assuming all geometry has indices. Also a few fixes to nodes assuming matrices use ordinary JS arrays (slice doesn't exist on typed arrays in Safari).