3DS autoLoadTextures:false in 4.0

Software: Away3D 4.x

Avatar
Choons, Sr. Member
Posted: 18 October 2011 10:42 PM   Total Posts: 281

Hi - I’m working with 3ds files in 4.0 and am wondering if there is a feature like the autoLoadTextures:false option found in 3.6? I want to create BitmapMaterial textures procedurally on the client-side instead of having to load an external bitmap image. Anyone know how to do this in 4.0?

   

Richard Olsson, Administrator
Posted: 19 October 2011 09:15 AM   Total Posts: 1192   [ # 1 ]

Use the includeDependencies property of AssetLoaderContext:


myContext = new AssetLoaderContext();
myContext.includeDependencies = false;
myLoader.load(myRequest, myContext);

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X