| DebugRendererDrawAabb Method |
Draws an axis-aligned bounding-box (AABB). Wire-frame only.
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public void DrawAabb(
Aabb aabb,
Pose pose,
Color color,
bool drawOverScene
)
Public Sub DrawAabb (
aabb As Aabb,
pose As Pose,
color As Color,
drawOverScene As Boolean
)
public:
void DrawAabb(
Aabb aabb,
Pose pose,
Color color,
bool drawOverScene
)
member DrawAabb :
aabb : Aabb *
pose : Pose *
color : Color *
drawOverScene : bool -> unit
Parameters
- aabb
- Type: DigitalRune.Geometry.ShapesAabb
The axis-aligned bounding box. - pose
- Type: DigitalRune.GeometryPose
The pose of the AABB. - color
- Type: Color
The color. - drawOverScene
- Type: SystemBoolean
If set to the object is drawn over the graphics scene
(depth-test disabled).
See Also