HVE v10.00

We are excited to announce we have recieved the latest version of HVE v10.00.

New features include:

Vehicle Textures HVE vehicles can now include textures including undercarriage, head lights, vehicle emblems and license plates

 
Vehicle Light Systems • HVE Vehicles can now include a complete light system (e.g., head lights with low and high beam, tail lights, running lights, brake lights, backup lights, turn signals) that operate just as they do on a real vehicle: Brake lights come on when the brakes are applied; backup lights come on when the vehicle is shifted into reverse; turn signals are turned on by the driver and turn off when the steering wheel is returned to center).

Environment Information The Environment Information dialog has been completely redesigned with several new features

Environment Lights • The lighting model has been updated with a new Light Object dialog that allows users to assign lights (e.g., street lights or other lighting) to the environment.

 


function checkWholeForm(theForm) { var why = ""; if (theForm.EmailAddress) if (theForm.EmailAddress.value.length > 0) why += checkEmail(theForm.EmailAddress.value); if (theForm.CaptchaV2) why += isEmpty(theForm.CaptchaV2.value, "Enter Word Verification in box below"); if (why != "") { alert(why); return false; } return true; } // -->