Topic: Multiple vectors in an array.
I need to store all the vectors from a 3D Bounding Box.
When I try the code from the irrbmax API, I get the error message "Unable to convert from 'T_irrVector3df Array' to 'T_irrArray_vector3df'".
Local TargetBBox:T_irrArray_vector3df = Target.getBoundingBox().getEdges()
What could be wrong?