Archive for the 'Uncategorized' Category

Creating a Cube with Papervision 3D: Best Tutorials

Keep Reading ...

Today’s set of tutorials is dedicated to the theme of an animated 3D cube creation with Papervision 3D. Each tutorial contain the demo of the final result. Some of the tutorials describe the process of the cube’s creation from the beginning to the end. You will learn to create a path to the class, create [...]

The 30,000 Template Launched at Template Monster is Made with papervision3D

Keep Reading ...

To mark the 30,000 Milestone Template launch Template Monster enters a special promo that guarantees their customers a huge variety of freebies to choose from. But the main point here is that Template Monster designers team releases the anniversary website template that, being developed with Papervision3D and FlashMoto CMS, offers advanced hotspot capabilities. It includes [...]

Getting Started with Papervision 3D: Tutorials for Beginners. Part 1

Keep Reading ...

Today we would like to present you a collection of interesting and helpful Papervision 3D tutorials for beginners where you will find a brief introduction to 3D technology and what Papervision provides to the users. With the help of these tutorials you will learn how to draw simple objects, how to use Papervision 3D egine [...]

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 [...]

Papervision 3D Programming Tutorial: Quadtree Renderer

Keep Reading ...

A common problem with a software 3D rendering is deciding the order in which triangles are drawn. It’s important because the most distant polygons that make up the scene should be rendered before those closer to the camera. But what about polygons that intersect? Using this Papervision 3D tutorial, you can learn how to render [...]

3D Image Transitions

Keep Reading ...

For this tutorial the author used the code from the related post Papervision 3D Programming Tutorial: Explodo-logo and added the ability of image transition in a variety of different ways. Each option (selectable from the combo box in the top left of the demo screen) flips the individual planes that make up the final image [...]

Papervision For Beginners: Loading Complex Models

Keep Reading ...

Papervision tutorials for beginners are continuing.  In this article you will learn how to modify the “Creating Objects” project again, this time to load a Collada Model file. Loading Collada files is the fastest and easiest way in Papervision 3d to get a complex model into your scene. By changing a few lines in your [...]