Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@aslze aslze released this 05 Mar 21:02
· 2 commits to master since this release
  • Fixed z near clipping

  • Added basic X3D loader (XML encoded).

    • Partially supports Scene, Group, Transform, Shape, IFS, ITS, Material, ImageTexture, Inline, DEF/USE.
  • OBJ loader now supports non-triangulated meshes, and models without normals

  • For both X3D and OBJ without normals, these are computed in a simple way, producing flat faces.

  • STL loader: fixed detection of binary vs ASCII format