Im getting an exception error when using LinePick on a mesh.
The mesh has 10 surfaces which comprises of 927238 verts.
Entity setup using
Ive tracked it down to
class tPick
..
.
Method TreeCheck(mesh:TMesh)
..
.
c_col_tree = C_CreateColTree(mesh_info) <--- bombs here
Is there too many verts? - Is there a setting somewhere that can expand the amount of verts ?
making sure its not the model -> Ive just tried it in B3D and linepick works fine in there.
The mesh has 10 surfaces which comprises of 927238 verts.
Entity setup using
EntityPickMode ent1, 2
Ive tracked it down to
class tPick
..
.
Method TreeCheck(mesh:TMesh)
..
.
c_col_tree = C_CreateColTree(mesh_info) <--- bombs here
Is there too many verts? - Is there a setting somewhere that can expand the amount of verts ?
making sure its not the model -> Ive just tried it in B3D and linepick works fine in there.