Home » Archive by category "Uncategorized"

Lesson 11: Loading Quake II (MD2) Models

In this tutorial we will demonstrate how to load Quake II models.  The video game was released around 1997-1999, so models might be hard to find. You can however use/buy the original game. If you search a lot, you may also find some models online. Quake II models...
Continue reading »

Lesson 10: Loading Stanford PLY 3D Models

Stanford PLY 3D models are similiar to Wavefront OBJs. Both are static objects. However, models stored in the PLY format are generally in binary format (e.g. unreadable with a normal text editor), but an ascii version of the format also exists. The files themselves store vertexes and faces.  If you...
Continue reading »

Lesson 9: Loading Wavefront OBJ 3D models

In this tutorial we will load Wavefront OBJ 3D models. These models are static models (e.g. the model itself does not have any movement definition). You can get a set of example models here : http://people.sc.fsu.edu/~jburkardt/data/obj/obj.html  Remember to triangulate them in Blender or another 3d editing program. Every OBJ...
Continue reading »