Method | Description | |
---|---|---|
ClearAll ( ) : void |
Mod_ClearAll
|
|
FindName ( string name ) : |
Mod_FindName
|
|
ForName ( string name, bool crash ) : |
Mod_ForName Loads in a model for the given name
|
|
GetExtraData ( |
Mod_Extradata handles caching
|
|
Init ( ) : void |
Mod_Init
|
|
LeafPVS ( |
Mod_LeafPVS
|
|
LoadAliasModel ( |
Mod_LoadAliasModel
|
|
LoadBrushModel ( |
Mod_LoadBrushModel
|
|
LoadModel ( |
Mod_LoadModel Loads a model into the cache
|
|
LoadSpriteModel ( |
Mod_LoadSpriteModel
|
|
PointInLeaf ( Vector3 &p, |
Mod_PointInLeaf
|
|
Print ( ) : void | ||
TouchModel ( string name ) : void |
Mod_TouchModel
|
Method | Description | |
---|---|---|
CalcSurfaceExtents ( |
CalcSurfaceExtents Fills in s->texturemins[] and s->extents[]
|
|
DecompressVis ( byte p, int startIndex, |
Mod_DecompressVis
|
|
FloodFillSkin ( ByteArraySegment skin, int skinwidth, int skinheight ) : void |
Mod_FloodFillSkin Fill background pixels so mipmapping doesn't have haloes - Ed
|
|
LoadAliasFrame ( ByteArraySegment pin, |
Mod_LoadAliasFrame
|
|
LoadAliasGroup ( ByteArraySegment pin, |
Mod_LoadAliasGroup
|
|
LoadAllSkins ( int numskins, ByteArraySegment data ) : int |
Mod_LoadAllSkins
|
|
LoadClipNodes ( |
Mod_LoadClipnodes
|
|
LoadEdges ( |
Mod_LoadEdges
|
|
LoadEntities ( |
Mod_LoadEntities
|
|
LoadFaces ( |
Mod_LoadFaces
|
|
LoadLeafs ( |
Mod_LoadLeafs
|
|
LoadLighting ( |
Mod_LoadLighting
|
|
LoadMarkSurfaces ( |
Mod_LoadMarksurfaces
|
|
LoadNodes ( |
Mod_LoadNodes
|
|
LoadPlanes ( |
Mod_LoadPlanes
|
|
LoadSpriteFrame ( ByteArraySegment pin, object &ppframe, int framenum ) : int |
|
|
LoadSpriteGroup ( ByteArraySegment pin, object &ppframe, int framenum ) : int |
Mod_LoadSpriteGroup
|
|
LoadSubModels ( |
Mod_LoadSubmodels
|
|
LoadSurfEdges ( |
Mod_LoadSurfedges
|
|
LoadTexInfo ( |
Mod_LoadTexinfo
|
|
LoadTextures ( |
Mod_LoadTextures
|
|
LoadVertexes ( |
Mod_LoadVertexes
|
|
LoadVisibility ( |
Mod_LoadVisibility
|
|
MakeHull0 ( ) : void |
Mod_MakeHull0 Deplicate the drawing hull structure as a clipping hull
|
|
RadiusFromBounds ( Vector3 &mins, Vector3 &maxs ) : float | ||
SetParent ( |
Mod_SetParent
|
|
SetupSubModel ( |
public static FindName ( string name ) : |
||
name | string | |
return |
public static ForName ( string name, bool crash ) : |
||
name | string | |
crash | bool | |
return |
public static GetExtraData ( |
||
mod | ||
return |
public static LeafPVS ( |
||
leaf | ||
model | ||
return | byte[] |
public static LoadAliasModel ( |
||
mod | ||
buffer | byte | |
return | void |
public static LoadBrushModel ( |
||
mod | ||
buffer | byte | |
return | void |
public static LoadModel ( |
||
mod | ||
crash | bool | |
return |
public static LoadSpriteModel ( |
||
mod | ||
buffer | byte | |
return | void |
public static PointInLeaf ( Vector3 &p, |
||
p | Vector3 | |
model | ||
return |
public static TouchModel ( string name ) : void | ||
name | string | |
return | void |