Archive for August, 2009

Introduction To Augmented Reality

Keep Reading ...

This is a great video tutorial from Lee Brimelow which gives you some basics of how to get started with a kind of trendy thing today called augmented reality. By nature, the augmented reality is an ActionScript library used in conjunction with Papervision3D to map 3D objects onto the printed patterns patterns put before a [...]

Papervision3D 2.0 Interactive Cube

Keep Reading ...

This tutorial shows you how to use Papervision3D 2.0 to create an interactive cube navigator. The material is performed in video format, so it could be easier for you to understand the whole process. The author provides the link to the source code as well.

Papervision3D Programming Tutorial: Mesh Splitting

Keep Reading ...

See this tutorial to get a basic idea of how you can use the Papervision MeshUtil.cutTriangleMesh function to split a mesh into two parts. Demo and source code are included.

Papervision Programming Tutorial: SkyBox

Keep Reading ...

One of the easiest ways to generate the look of this outside world is a sky box. Essentially it is a box that contains the player (or more specifically the camera). If you move the box so its position is always centred on the camera, and make it large enough to encompass the 3D world [...]