[email protected]
Content creation for Papervision3D using XSI Mod Tool: 1/2

XSI Mod Tool is free 3D modeling and animation package for non-commercial use, that plugs right into Microsoft XNA Game Studio Express and Valve Half- Life 2. With its help you can import and export content to and from other applications using the COLLADA, dotXSI and FBX file formats. In other words, your data is

By Tina Zennand 2009-05-05 1 2,205
3D Ribbons in Papervision

After reading this tutorial you will be able to create colorful 3D ribbons. You can download the complete class and source code for the demo. The online author’s comments are quite informative and helpful as well. There are some unused methods the author put into the source code, they can create some great effects with

By Tina Zennand 2009-05-04 0 1,962
Papervision 3D programming tutorial: Effects

Another article from series of programming Papervision 3D tutorials demonstrates the use of Flash filters with Papervision 3D objects. Papervision has the ability to use some interesting effects like blur, glow and drop shadows, to add some visual flare to 3D renderings, and the good news is that, just like Flash, these effects are very

By Tina Zennand 2009-04-30 0 2,111
Quaternions in Papervision 3D

Andy Zupko’s explanations on the very basics of how you can use Quaternions in Papervision, and how to get the motion you see in the demo.  For those who don’t have a solid mathematical background it may be a difficult concept to undrstand. But the author gives forcible arguments in favour of quaternions. The most

By Tina Zennand 2009-04-30 0 1,764
Papervision 3D Programming Tutorial: Animated Textures

A Flex / Actionscript development tutorial that shows you how to  display a movie as an animated texture on a Papervision 3D model. Basically it uses Flex’s ability to embed and play a video file.  Currently Flex does not have the ability to embed FLV files (which is a native Flash video format). However, there

By Tina Zennand 2009-04-29 0 1,684
Tweener: Bezier Curve Animations

Here is how you can animate a camera in your 3D scene along a path with smooth bezier curves. The effect can be made by using Tweener. Necessary code is supported with comments and simple example. Besides, the article provides an additional documentary and links concerning bezier curves within Tweener.

By Tina Zennand 2009-04-29 0 1,792
Casting shadows in Papervision 3D. V.2

Shadows can come in handy for bringing life to your 3D object. They will add that extra dimension to the scene. Here is another tutorial which shows how to implement shadow effect easily. Don’t be afraid of the number of code lines – much of them are the author’s comments. The code hightlighted in red

By Tina Zennand 2009-04-29 0 270
Casting Shadows in Papervision 3D. V.1

Andy Zupko’s class will let you cast the shadow of any object onto any plane that has a MovieMaterial. It’s a unique method which enables casting precise shadows onto a plane. The plane is singled out here because if you do anything other than a plane it will be much heavier on the CPU. This

By Tina Zennand 2009-04-29 1 1,893
Papervision Planetarium (Flex code NOMAD constellations)

Very informative and detailed article on how to create a Papervision Planetarium. Demo shows real constellations found on sites like NOMAD (they use standard astro-celestial coordinates). The author used particle technique to make this planetarium. In general, there are lots of things things you can do with particles: make fire, smoke, a flock of birds,

By Tina Zennand 2009-04-29 0 1,973
Pixel Precision in Papervision 3D

Today pixel perfection became one of the important components of a great website. While achieving pixel precision in Papervision 3D you may face such problems: – a material should be rendered as in 1:1 scale of the original texture – a precise pixel level match between 2d and 3d content is necessary This tutorial offers

By Tina Zennand 2009-04-29 0 1,686