The Demo
This demo uses multiple shaders, loaded models in JSON format and creates its own models (the grid and axis).
The JSON format is an easy and simple way to get 3D models uploaded into a WebGL application. Lighthouse3D provides a tool (source code and visual studio project available) that uses Assim to read standard 3D model files (OBJ, Collada, 3ds, among many others) and produces a JSON formatted file containing the vertex information (positions, … Read more
The Demo
This demo uses multiple shaders, loaded models in JSON format and creates its own models (the grid and axis).