Importing 3D Models using Three.js

Written by Luis Cruz on Thursday, 06 October 2011. Posted in MSCS Project

An Intro to WebGL

Importing 3D Models using Three.js

By using Three.js you would be able to import 3D models from different formats such as OBJ, FBX and a few others. The file conversion is offline, meaning that you need to run a script that converts your 3D model into a JSON file containing geometry, material and other information about the model. Then you can use this JSON file in your WebGL code.

 Please open the following link.

 

 

You need an HTML5/WebGL compatible Browser (IE does not work) Check WebGL.

Social Bookmarks

About the Author

Luis Cruz

I am pursuing my MS in Computer Science at Georgia Institute of Technology (GaTech) with emphasis in Computer Graphics. I received by BS in Computer Science at GaTech in 2009 with specialization in Software Engineering and Computer Graphics.

Leave a comment

You are commenting as guest.