Hi all.
Does anyone know what values this height depends on in the showroom?
No matter where I place the model in 3DSimed, that height does not vary.
and in spinner.gen I can only vary the height of the reflection.
View attachment 273936
Someone please? I'm going crazy.
Thanks
Well, after so long I found the solution ... And as always, that was a dunce thing.
In the "_Spinner.gen" do not put the wheels in the section
Instance=LFTIRE
{
Moveable=True
MeshFile=xxx_lf.gmt CollTarget=False HATTarget=False bla bla bla....
}
Just put the name of the ".gmt" of your wheel in the section
Instance=SLOT<ID>
{
Moveable=True
MeshFile=xxx_lf.gmt CollTarget=False HATTarget=False blaaaa blaaa blaaaaa...
And ready. Problem solved. Each wheel properly supported on the floor.
Do this only in the file "xxx_spinner.gen" not in the file "xxx.gen"
Greetings and thanks to those who at some point gave me a hand with this problem.