Changes between Version 7 and Version 8 of ShotSnippets
- Timestamp:
- 01/28/26 13:06:07 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ShotSnippets
v7 v8 38 38 void AABB( const bbox &bounds, const vec3 &color = 1.0f, kDepthMode depthMode = kDepthTestEnable ); 39 39 void Axis( const xform &transform, float size, kDepthMode depthMode = kDepthTestEnable ); 40 41 #include <dbgdraw_api.h> 42 NDebugOverlay::Sphere(origin, 10.f); 40 43 }}} 41 44
