Tesla Graphics Engine Documentation (January 2012)
Load Method (resource, parameters)
TeslaTesla.Content.Loaders.ModelDXSLoaderLoad(IResource, LoaderParameters)
Load the DXS model. If the model is a single mesh, Mesh will be returned. Otherwise Node will be returned.
Declaration Syntax
C#
public override Spatial Load(
	IResource resource,
	LoaderParameters parameters
)
Parameters
resource (IResource)
Dxs resource
parameters (LoaderParameters)
Model loader parameters, must be of type ModelLoaderParameters otherwise it's ignored.
Return Value
The model

Assembly: Tesla.Content.Loaders (Module: Tesla.Content.Loaders) Version: 0.5.0.0 (0.5.0.0)