|
Loads and displays a milk shape 3d model.
|
Methods
|
|
Display
Load
LoadImage
ReloadTextures
_FinishDisplay
_MiddleDisplay
_StartDisplay
|
|
|
Display
|
Display ( self )
Call this to draw.
|
|
|
Load
|
Load ( self, file_name )
|
|
|
LoadImage
|
LoadImage ( self, filename )
|
|
|
ReloadTextures
|
ReloadTextures ( self )
reloads any textures. Useful when a context change happens.
|
|
|
_FinishDisplay
|
_FinishDisplay ( self )
Call after drawing.
|
|
|
_MiddleDisplay
|
_MiddleDisplay ( self )
|
|
|
_StartDisplay
|
_StartDisplay ( self )
This is all the stuff you call before drawing.
|
|