When I try to go through and set everything in the ConvSEO model to a rigid body I get the error "Object Number Illegal at Line 58". I will note which one is line 58 within the code expandy viewy thingy. It's right at the bottom.
GLOBAL ModelNum : ModelNum = SEO LOAD MODEL("Rockport_City_resized_inches.obj", 0, 0)
if ModelNum < 0
` No - display an error message and exit
CLS
TEXT 0, 0, SEO ERROR TEXT()
TEXT 0, 20, "Press any key to exit."
sync
WAIT KEY
END
endif
NumObjectsInModel = SEO MODEL STATISTIC( ModelNum, 3 )
cls
center text screen width()/2,30,"Sketchup OBJ Loaded, " + Str$(NumObjectsInModel) + " models. Press any key to continue."
sync
wait key
` Set up all objects in the model for collision
for ObjNum = 0 to NumObjectsInModel
phy make rigid body static mesh ObjNum 'This is line 58
next objnum
(edit)
No clue why, but it seems to have stopped giving the error and started working...
Nothing I say is intended to be rude. My autism means that I do not know what is rude and what isn't rude. I apologize if I seem rude. It is not my intention.