OpenMetaverse Protocol Library Developers API Documentation
Load Method (filename, loadImages)
Namespaces OpenMetaverse.ImportExport ColladaLoaderLoad(String, Boolean)
Parses Collada document
Declaration Syntax
C#
public
List<

ModelPrim>
Load(

string
filename,

bool
loadImages
)
Parameters
filename ( String)
Load .dae model from this file
loadImages ( Boolean)
Load and decode images for uploading with model
Return Value
A list of mesh prims that were parsed from the collada file

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)