Make a Car Simulation
- finished file – carTut19.blend
- finished file with anchor – carTut19a.blend
- scene uploaded to the Internet – click here
Developing A Car Simulation By Creating A blend4Web Project
- start file – carTut19.blend
Extra Code –
var m_scs = require("scenes"); var chassis = m_scs.get_object_by_name("chassis"); m_app.enable_object_controls(chassis);
Make A Car Simulation Into A Driving Game
- source of additional code JavaScript file – my_stickman2.js
- source of Coke cans file – my_stickman2.blend
- original Coke can file – canTut14a.blend
- final Blender file – my_simple_car.blend
- final JavaScript file – my_simple_car.js
Converting a Car Game Made for the Blender Game Engine to Blend4web
- start file – carLevel3.blend
- end file – driveOneTut29.blend
- click here for the rest of the tutorials in the series
Making Obstacles, Collision Boundaries & Physics Properties Of Materials
- start file – carTut19.blend
- finished file – rampTut18.blend
- finished file (increased camera clipping)– rampTut18a.blend
Making An Internet Web Car Simulation Using An Existing Model
- start file – bluebird0.blend
- finished file – bluebirdTut24.blend
- click here for tutorials that show how to make the car
Making The Camera Follow The Car
- start file – rampTut18a.blend
- finished file – cameraTut14.blend
Old, Out of Date Tutorials –
Upload The Car Simulation To The Internet
Control files (car.html, car.js) – car.zip