Home

Awesome

Zen3D

High-performance 3D engine for Adobe Flash & AIR (GPU based)

API

Display Objects

The zen.display namespace contains visual objects that can be added to a Zen3D instance.

Stage

Basic objects

Mesh objects

Graphics objects

Other objects

Physics

The zen.physics namespace contains a rigid-body physics engine.

Animation

The zen.animation namespace contains animation managers for meshes (ZenMesh).

Input

The zen.input helps you handle mouse and keyboard events.

Materials

The zen.materials namespace contains texture and material objects used by meshes.

Filters

The zen.filters.color namespace contains color and texture related filters that can be added to a ZenMaterial.

The zen.filters.maps namespace contains texture map and map-related filters that can be added to a ZenMaterial.

The zen.filters.transform namespace contains transform-related filters that can be added to a ZenMaterial.

Geometry

The zen.geom namespace contains geometry objects used throughout the library.

The zen.geom.intersects namespace contains calculators for various types of 3D intersections.