GLBasic User Manual

Main sections

X_COLLISIONAABB()

col#=X_COLLISIONAABB( num#, frame#, xcenter#, ycenter#, zcenter#, width_x#, height_y#, width_z#)



Does an axis aligned bounding box to object collision check.
The axis aligned bounding box has the center point xcenter#, ycenter#, zcenter#, and dimensions width_x#, width_z# and height_y#

num# specifies the 3D object, and frame# its animation frame.

See also...