메소드 | 설명 | |
---|---|---|
Add ( |
||
Add ( |
||
Begin ( Camera camera ) : void | ||
Begin ( Camera camera, Color color ) : void | ||
End ( ) : void | ||
GetInstance ( GraphicsDevice device ) : |
||
ModelRenderer ( GraphicsDevice device ) : System |
메소드 | 설명 | |
---|---|---|
DrawModelHardwareInstancing ( |
Efficiently draws several copies of a piece of geometry using hardware instancing.
|
|
DrawModelNoInstancing ( |
Draws several copies of a piece of geometry without using any special GPU instancing techniques at all. This just does a regular loop and issues several draw calls one after another.
|
|
DrawModels ( ) : void | ||
SetEffectParameters ( |
public Add ( |
||
model | ||
transform | Matrix | |
리턴 | void |
public Add ( |
||
model | ||
x | float | |
y | float | |
z | float | |
scale | float | |
rotation_x | float | |
rotation_y | float | |
rotation_z | float | |
리턴 | void |
public static GetInstance ( GraphicsDevice device ) : |
||
device | GraphicsDevice | |
리턴 |
public ModelRenderer ( GraphicsDevice device ) : System | ||
device | GraphicsDevice | |
리턴 | System |