Full Screen Anti-Aliasing (FSAA)

One of the simplest ways of improving the visual quality of your scripts is to enable full screen anti-aliasing (FSAA). Anti-Aliasing is a technique used to make jagged edges of polygons appear smooth. Most modern graphics cards support FSAA and it only takes a single line of Vizard code to enable it.

Read more

Display background texture

Vizard provides the option of changing the background color of the scene, but some users need the ability to display an image instead of a single color. This article describes how to replace the background color of your scene with any texture object, including images and videos.

Read more

Avatar Collisions

This article descibes how to detect collisions on individual body parts of an avatar. Included is some sample code and a short video of this in action.
Read more

« Previous Page