You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When add to t_voxelContainer some cubes(Edit::box) program stop on assert
voxelsPerTile = 24
This is situation when cube past in the border between tiles?
where handler.targetPos.x and y mouse position on plane from picture
But if change last line to voxelContainer->editVoxel(boxEdit,transform(Ogre::Vector3(handler.RandomInt(-250,250) , handler.RandomInt(7,25), handler.RandomInt(-250,250))));
error appears
The text was updated successfully, but these errors were encountered:
When add to t_voxelContainer some cubes(Edit::box) program stop on assert
voxelsPerTile = 24
This is situation when cube past in the border between tiles?
if create Cubes by press mouse button all is Ok
where handler.targetPos.x and y mouse position on plane from picture
But if change last line to
voxelContainer->editVoxel(boxEdit,transform(Ogre::Vector3(handler.RandomInt(-250,250) , handler.RandomInt(7,25), handler.RandomInt(-250,250))));
error appears
The text was updated successfully, but these errors were encountered: