renderer.boundingESPBox

boundingESPBox(bb, color, lineWidth, depth): void

Draws an outline ESP box using the specified bounding box, color and depth testing

Parameters

bb

AxisAlignedBB

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

color

Color

color - The color of the bounding box.

lineWidth

number

lineWidth - The width of the bounding box outline.

depth

boolean

depth - Use depth for rendering the box.

Returns

void

Last updated