Метод | Описание | |
---|---|---|
DebugRenderer ( SlimDX device ) : System | ||
Dispose ( ) : void | ||
RenderBoxGreyScaleTexture3DOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 t1, System.Vector3 t2, ShaderResourceView texture, |
||
RenderBoxGreyScaleTexture3DWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 t1, System.Vector3 t2, ShaderResourceView texture, System.Vector3 color, |
||
RenderBoxSolidOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 color, |
||
RenderBoxSolidWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 backgroundColor, System.Vector3 foregroundColor, |
||
RenderBoxTexture3DOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 t1, System.Vector3 t2, ShaderResourceView texture, |
||
RenderBoxTexture3DWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 t1, System.Vector3 t2, ShaderResourceView texture, System.Vector3 color, |
||
RenderBoxWireframeOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 color, |
||
RenderLine ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 color, |
||
RenderPoint ( DeviceContext deviceContext, System.Vector3 p, System.Vector3 color, |
||
RenderQuadGreyScaleTexture3DOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 t1, System.Vector3 t2, System.Vector3 t3, System.Vector3 t4, ShaderResourceView texture, |
||
RenderQuadGreyScaleTexture3DWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 t1, System.Vector3 t2, System.Vector3 t3, System.Vector3 t4, ShaderResourceView texture, System.Vector3 color, |
||
RenderQuadSolidOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 color, |
||
RenderQuadSolidWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 backgroundColor, System.Vector3 foregroundColor, |
||
RenderQuadTexture3DOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 t1, System.Vector3 t2, System.Vector3 t3, System.Vector3 t4, ShaderResourceView texture, |
||
RenderQuadTexture3DWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 t1, System.Vector3 t2, System.Vector3 t3, System.Vector3 t4, ShaderResourceView texture, System.Vector3 color, |
||
RenderQuadWireframeOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 color, |
||
RenderSphereSolidOnly ( DeviceContext deviceContext, System.Vector3 p, float radius, System.Vector3 color, |
||
RenderSphereSolidWireframe ( DeviceContext deviceContext, System.Vector3 p, float radius, System.Vector3 backgroundColor, System.Vector3 foregroundColor, |
||
RenderSphereWireframeOnly ( DeviceContext deviceContext, System.Vector3 p, float radius, System.Vector3 color, |
public DebugRenderer ( SlimDX device ) : System | ||
device | SlimDX | |
Результат | System |
public RenderBoxGreyScaleTexture3DOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 t1, System.Vector3 t2, ShaderResourceView texture, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
t1 | System.Vector3 | |
t2 | System.Vector3 | |
texture | ShaderResourceView | |
camera | ||
Результат | void |
public RenderBoxGreyScaleTexture3DWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 t1, System.Vector3 t2, ShaderResourceView texture, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
t1 | System.Vector3 | |
t2 | System.Vector3 | |
texture | ShaderResourceView | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderBoxSolidOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderBoxSolidWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 backgroundColor, System.Vector3 foregroundColor, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
backgroundColor | System.Vector3 | |
foregroundColor | System.Vector3 | |
camera | ||
Результат | void |
public RenderBoxTexture3DOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 t1, System.Vector3 t2, ShaderResourceView texture, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
t1 | System.Vector3 | |
t2 | System.Vector3 | |
texture | ShaderResourceView | |
camera | ||
Результат | void |
public RenderBoxTexture3DWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 t1, System.Vector3 t2, ShaderResourceView texture, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
t1 | System.Vector3 | |
t2 | System.Vector3 | |
texture | ShaderResourceView | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderBoxWireframeOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderLine ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderPoint ( DeviceContext deviceContext, System.Vector3 p, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p | System.Vector3 | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderQuadGreyScaleTexture3DOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 t1, System.Vector3 t2, System.Vector3 t3, System.Vector3 t4, ShaderResourceView texture, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
p3 | System.Vector3 | |
p4 | System.Vector3 | |
t1 | System.Vector3 | |
t2 | System.Vector3 | |
t3 | System.Vector3 | |
t4 | System.Vector3 | |
texture | ShaderResourceView | |
camera | ||
Результат | void |
public RenderQuadGreyScaleTexture3DWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 t1, System.Vector3 t2, System.Vector3 t3, System.Vector3 t4, ShaderResourceView texture, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
p3 | System.Vector3 | |
p4 | System.Vector3 | |
t1 | System.Vector3 | |
t2 | System.Vector3 | |
t3 | System.Vector3 | |
t4 | System.Vector3 | |
texture | ShaderResourceView | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderQuadSolidOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
p3 | System.Vector3 | |
p4 | System.Vector3 | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderQuadSolidWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 backgroundColor, System.Vector3 foregroundColor, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
p3 | System.Vector3 | |
p4 | System.Vector3 | |
backgroundColor | System.Vector3 | |
foregroundColor | System.Vector3 | |
camera | ||
Результат | void |
public RenderQuadTexture3DOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 t1, System.Vector3 t2, System.Vector3 t3, System.Vector3 t4, ShaderResourceView texture, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
p3 | System.Vector3 | |
p4 | System.Vector3 | |
t1 | System.Vector3 | |
t2 | System.Vector3 | |
t3 | System.Vector3 | |
t4 | System.Vector3 | |
texture | ShaderResourceView | |
camera | ||
Результат | void |
public RenderQuadTexture3DWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 t1, System.Vector3 t2, System.Vector3 t3, System.Vector3 t4, ShaderResourceView texture, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
p3 | System.Vector3 | |
p4 | System.Vector3 | |
t1 | System.Vector3 | |
t2 | System.Vector3 | |
t3 | System.Vector3 | |
t4 | System.Vector3 | |
texture | ShaderResourceView | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderQuadWireframeOnly ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 p3, System.Vector3 p4, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p1 | System.Vector3 | |
p2 | System.Vector3 | |
p3 | System.Vector3 | |
p4 | System.Vector3 | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderSphereSolidOnly ( DeviceContext deviceContext, System.Vector3 p, float radius, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p | System.Vector3 | |
radius | float | |
color | System.Vector3 | |
camera | ||
Результат | void |
public RenderSphereSolidWireframe ( DeviceContext deviceContext, System.Vector3 p, float radius, System.Vector3 backgroundColor, System.Vector3 foregroundColor, |
||
deviceContext | DeviceContext | |
p | System.Vector3 | |
radius | float | |
backgroundColor | System.Vector3 | |
foregroundColor | System.Vector3 | |
camera | ||
Результат | void |
public RenderSphereWireframeOnly ( DeviceContext deviceContext, System.Vector3 p, float radius, System.Vector3 color, |
||
deviceContext | DeviceContext | |
p | System.Vector3 | |
radius | float | |
color | System.Vector3 | |
camera | ||
Результат | void |