C# Class idTech4.Renderer.idRenderModelManager

Mostra file Open project: iainmckay/idtech4.net

Public Methods

Method Description
AddModel ( idRenderModel model ) : void

World map parsing will add all the inline models with this call.

AllocateModel ( ) : idRenderModel

Allocates a new empty render model.

BeginLevelLoad ( ) : void
EndLevelLoad ( ) : void
FindModel ( string name ) : idRenderModel
Init ( ) : void
RemoveModel ( idRenderModel model ) : void
idRenderModelManager ( ) : System

Private Methods

Method Description
GetModel ( string name, bool createIfNotFound ) : idRenderModel

Method Details

AddModel() public method

World map parsing will add all the inline models with this call.
public AddModel ( idRenderModel model ) : void
model idRenderModel
return void

AllocateModel() public method

Allocates a new empty render model.
public AllocateModel ( ) : idRenderModel
return idRenderModel

BeginLevelLoad() public method

public BeginLevelLoad ( ) : void
return void

EndLevelLoad() public method

public EndLevelLoad ( ) : void
return void

FindModel() public method

public FindModel ( string name ) : idRenderModel
name string
return idRenderModel

Init() public method

public Init ( ) : void
return void

RemoveModel() public method

public RemoveModel ( idRenderModel model ) : void
model idRenderModel
return void

idRenderModelManager() public method

public idRenderModelManager ( ) : System
return System