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?
3DS autoLoadTextures:false in 4.0Software: Away3D 4.x |
||
|
||
Richard Olsson, Administrator
Posted: 19 October 2011 09:15 AM Total Posts: 1192 [ # 1 ] Use the includeDependencies property of AssetLoaderContext:
|