Skip to content

Commit

Permalink
Remove unused variables in webgl_demo_vehicle/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Oct 30, 2023
1 parent 1a601e4 commit b40eaec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/webgl_demo_vehicle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
// Graphics variables
var container, stats, speedometer;
var camera, controls, scene, renderer;
var terrainMesh, texture;
var clock = new THREE.Clock();
var materialDynamic, materialStatic, materialInteractive;

Expand All @@ -78,9 +77,6 @@

var syncList = [];
var time = 0;
var objectTimePeriod = 3;
var timeNextSpawn = time + objectTimePeriod;
var maxNumObjects = 30;

// Keybord actions
var actions = {};
Expand Down

0 comments on commit b40eaec

Please sign in to comment.