Tag: WebGL

WebGL

ThreeJS Basic Interaction

A computer game is basically an interactive animation. Different animation loops are played based on the key inputs given by the user.In this example you can see how basic keyboard interaction can be

WebGL

ThreeJS Object Shadows

Adding shadows to a 3D scene gives it a better realistic feel. In this example you can see how shadow can be applied to a Collada 3D model using ThreeJS library. Sample model created using Mixamo To m

WebGL

ThreeJS Viewer grid

A 3D viewer tool is always useful when you work with 3D content. You can load and test diffrent models in a grid and play with it. In this example you can see how a simple grid can be created using us

WebGL

ThreeJS Camera Control - 1

An example of loading an animated 3D model and allowing camera to be controlled using mouse in WebGL using ThreeJS library. Sample model created using Mixamo To make this work, the scripts listed belo

WebGL

ThreeJS Basic Animation

An example of loading an animated 3D model in WebGL using ThreeJS library. Sample model created using Mixamo To make this work, the scripts listed below are required: : ColladaLoader - for loading mo

WebGL

Loading a 3D Model with ThreeJS - 6

On more example of loading a 3D model in WebGL using ThreeJS library. A model of Mustang GT is used here. The 3D mesh is in OBJ format and texture as TGA files. To make this work, the scripts listed b

WebGL

Loading a 3D Model with ThreeJS - 5

Another example of loading a 3D model in WebGL using ThreeJS library. A low polygon model of a Truck is used here. The 3D mesh is in OBJ format and texture as TGA files. To make this work, the scripts

WebGL

Loading a 3D Model with ThreeJS - 4

Another example of loading a 3D model in WebGL using ThreeJS library. A low polygon model of a War Truck is used here. The 3D mesh is in OBJ format and texture as TGA files. To make this work, the scr

WebGL

Loading a 3D Model with ThreeJS - 3

Another example of loading a 3D model in WebGL using ThreeJS library. A low polygon model of a Fire Truck is used here. The 3D mesh is in OBJ format and texture as TGA files. To make this work, the sc

WebGL

Loading a 3D Model with ThreeJS - 2

Another example of loading a 3D model in WebGL using ThreeJS library. A low polygon model of a F1 race car is used here. The 3D mesh is in OBJ format and texture as TGA files. To make this work, the s