*MdlFile()Specifies the MDL file to be read into a *BeginModel() block. |
|||||
*MdlFile()Specifies the MDL file to be read into a *BeginModel() block. |
Syntax |
*MdlFile("File Name") |
|
Arguments |
Name |
Description |
"File Name" |
The complete path of the MDL file. |
|
Example |
*BeginWindow(Model) *IsActive() *BeginModel() *MdlFile("/homes/auspexc/dmason/test.mdl") *BeginGraphic() *LightInfo(0, 0, 1, 0.5, 0.5, 0.5, 64) *RotationAngle(15) *EndGraphic() *EndModel() *EndWindow() |
|
Application |
MotionView. |
|
Context |
||
See Also |
|
|