Method Plane
Plane(float3, float3, ColorIndex)
Draws a plane.
Declaration
public static void Plane(float3 x, float3 v, ColorIndex color)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | x | Point in world space. |
| float3 | v | Normal. |
| ColorIndex | color | Color. |