[email protected]

Tina Zennand

Creating AS3 MP3 Player with Papervision3d spectrum display

Here’s the tutorial about how to create a 3d spectrum display from a sound file with Papervision3d and Flash. For this demo application, you will use the latest version of Papervision3d with the code name GreatWhite. You need to include 7 Papervision classes to begin. The Camera3D class enables you to focus on a 3d

By Tina Zennand 2009-06-10 0 1,697
Papervision 3D programming tutorial: Depth of Field

The depth of filed effect can be seen in a lot in landscape photographs where an object in the foreground (say a tree) is in focus while the background (like some mountains) will be quite blurry. It’s not an effect that is naturally reproduced with 3D engines – typically the entire scene is rendered in

By Tina Zennand 2009-06-08 0 1,590
Bend Modifier For Papervision 3D

Bending objects is one of the classic features of any 3D package. The author of this article shows some basic principles of bending stuff in Papervision 3D. You can watch the demo and the source code for the bending class. It is a very basic version and the algorithm is not yet optimized, but it

By Tina Zennand 2009-06-03 0 1,519
Papervision For Beginners: Basic Template Usage

We’re continuing the series of step-by-step Papervision tutorials. Try out your base template by creating a simple rotating cone presented in the article. The source code is supplemented with pretty detailed comments, so this tutorial will certainly come in handy for beginners in Papervision.

By Tina Zennand 2009-06-01 1 1,622
Papervision 3D Programming Tutorial: Transparency

Learn how to achieve transparency in Papervisoon3D by reading this tutorial. You can do this easily by changing a default parameter in the MovieMaterial constructor. The parameter called transparent (which is the second parameter in the MovieMaterial constructor) is set to false by default. This is because transparent materials are more computationally expensive than opaque

By Tina Zennand 2009-05-29 0 1,592
The AS3Dmod Tutorial

This tutorial is intended to help you understand the basics of AS3Dmod – a cross-engine modifier library for creating 3d animations in Flash and AS3. AS3Dmod currently works with Papervision3d, Away3d, Sandy3d and Alternativa3d. This tutorial features examples in Papervision3D. Here you will find answers to the following topics: how to integrate AS3Dmod with the

By Tina Zennand 2009-05-28 0 1,901
Car Simulation With Maya And Papervision3D

Take a test drive with a powerful Mustang GT in a desert scenery! This demo features a car model imported from Maya into Papervision3D. It uses some home-made physics to simulate the car movement and a couple of new AS3Dmod features to manage the model. The article covers important aspects concerning Maya and Paervison3D interaction.

By Tina Zennand 2009-05-27 0 1,883
Video Tutorial On Collada in PV3D

Today our collection of Papervision tutorials has been enlarged with a video post showing how you can create 3D models with textures for use in Papervision3D. The author Lee Brimelow used Blender in this example, which is a free, cross-platform 3D tool. He created a basic model and then created a texture file in Photoshop.

By Tina Zennand 2009-05-26 1 1,631
Creating A Papervision Base Template

Base template serves for speeding up the start of each Papervision project you attempt. Learn how to create “base class” by reading this tutorial. This file will be used as the basis of any Papervision projects that you do,  and with very few lines added to that code, you can get really good results. Notice:

By Tina Zennand 2009-05-25 0 1,795
Papervision 3D Programming Tutorial: Mouse Picking

Here you can learn how to select a plane (which represents a photo) that is rotating slowly around a central point, using a little function called hitTestPoint2D, which enables to pass in the mouse coordinates and get the DisplayObject3D (if any) that lies directly underneath. Once selected the photo is brought to the front and

By Tina Zennand 2009-05-22 0 1,683