NASA-AMMOS / 3DTilesRendererJS

Renderer for 3D Tiles in Javascript using three.js
https://nasa-ammos.github.io/3DTilesRendererJS/example/bundle/mars.html
Apache License 2.0
1.57k stars 280 forks source link

Remove Matrix4.identity(), fix typo #555

Closed Nmzik closed 4 months ago

Nmzik commented 4 months ago
  1. Remove the call that resets the matrix to the identity matrix Matrix4.identity(), as the constructor initializes it by default.
  2. Fix typo: material -> materials
gkjohnson commented 4 months ago

Thank you!