formula1996
Registered
I am working on a car but in cockpit view all the objects (chassis.gmt) are visible.
How can i do that the xxx_chassis.gmt not be visible when i am in cockpit view?
Code:
Instance=SLOT<ID>
{
Moveable=True
MeshFile=xxx_chassis.gmt CollTarget=False HATTarget=False LODIn=(0.0) LODOut=(20.0) ShadowCaster=(Dynamic, Solid, 256, 256) Reflect=True
Actor=VEHICLE
Instance=COCKPIT
{
Moveable=True
MeshFile=xxx.gmt CollTarget=False HATTarget=False ShadowCaster=(True, Solid) LODIn=(0.0) LODOut=(2.0) ShadowReceiver=True Reflect=True
}