Tag: ThreeJS

WebGL

Loading a 3D Model with ThreeJS - 1

In this example you can see how 3D model can be loaded to WebGL using ThreeJS library. A low polygon model of a Motor Cycle is used here. The 3D mesh is in OBJ format and texture as TGA files. To make

WebGL

ThreeJS Example

An example of how a WebGL scene can be created using ThreeJS library. ThreeJS wraps the complex code required to create WebGL graphics and helps us to build it using much simpler API functions. This s