Jump to content
Sign in to follow this  
seacaptainjim

Vehicle Composition AttachTo

Recommended Posts

Remote controlled heavy plant 


AD14F15041E2E1DCA134BAF23A9FE1801714644E
 

Workshop VR Mission

https://steamcommunity.com/sharedfiles/filedetails/?id=2071442426

 

Inits

UGV
call{this setObjectTextureGlobal [0,'']};
call{this setObjectTextureGlobal [1,'']};
call{this setObjectTextureGlobal [2,'']};
this; lodNoShadow = 1;

Bulldozer
this attachTo [UGV,[0.0,0.0,-0.5]];
this setVectorDirAndUp [[0,-4,0],[0,0,1]];

Digger
this attachTo [UGV,[0.38,2.0,1.0]];
this setVectorDirAndUp [[0,0,0],[0,0,1]];

Mining Shovel
this attachTo [UGV,[0.8,4.0,7.0]];
this setVectorDirAndUp [[0,0,0],[0,0,1]];

 

 


 

 


 

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×