renderer.boundingESPBoxFilled

boundingESPBoxFilled(bb, color, depth): void

Draws a filled ESP box using the specified bounding box, color and depth testing

Parameters

bb

AxisAlignedBB

The bounding box to draw, has to be given in world coordinates.

color

Color

The color of the bounding box.

depth

boolean

Use depth for rendering the box.

Returns

void

Last updated