My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
FAQ  
Frequently Asked Questions
Featured
Updated Feb 4, 2010 by alexande...@gmail.com

Frequently Asked Questions

1. How do I create a group of objects?

  • Use ObjectContainer3D
  • var group:ObjectContainer3D = new ObjectContainer3D(sphere, cube, mesh);

2. How do I remove object from a group?

  • Use ObjectContainer3D.removeChild() method
  • var group:ObjectContainer3D = new ObjectContainer3D(sphere, cube, mesh);
    group.removeChild(cube);
Comment by actionsc...@gmail.com, Nov 21, 2007

how do you use MovieMaterial? to add an interactive material to a cube

Comment by zszen.j...@gmail.com, Feb 26, 2009

why many times use visible property on plane is useless

Comment by PTho...@gmail.com, Mar 2, 2011

what file format would you say is the most complete atm. for molehill?

awd, DAE, obj, md5, 3ds ? other ?

- the awd 3ds max exporter script is not working properly in 3ds max 2011 even though i follow the guideline about uwmap and diffuse texture

trying prefab -> awd


Sign in to add a comment
Powered by Google Project Hosting