Holomatix

Log In / Register


Purchase
SceneObject.model

Usage

mySceneObject.model : Model

Description

Associates a model with this scene object. The model stored in this property will be displayed at the position of this scene object.

A scene object that does not have a model associated with it is empty.

 

Example

This example swaps the model of scene object fruit to the model of scene object apple:

_root.movie3d.fruit.model = _root.movie3d.apple.model;
 
< Prev   Next >


© Copyright 2000-2011 Holomatix Ltd. All rights reserved.