mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-18 20:00:56 +00:00
add cover tool
add cover tool some more cleanup navmeshselecttool needs to use collideBox duDebugDrawTorque now has the transparent blending option
This commit is contained in:
parent
24ec55e8bc
commit
b5d6601b96
11 changed files with 142 additions and 88 deletions
|
|
@ -68,6 +68,8 @@ public:
|
|||
/// <param name="isOverride">Set to true to override any future changes.</param>
|
||||
void depthMask(bool state, bool isOverride);
|
||||
|
||||
void blend(bool blend);
|
||||
|
||||
/// Begin drawing primitives.
|
||||
/// @param prim [in] primitive type to draw, one of rcDebugDrawPrimitives.
|
||||
/// @param size [in] size of a primitive, applies to point size and line width only.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue