wip control indicators
This commit is contained in:
@@ -83,6 +83,8 @@
|
||||
subticks: false,
|
||||
autoplay: false,
|
||||
loop: false,
|
||||
zoom: false,
|
||||
pan: false,
|
||||
});
|
||||
|
||||
const w_pulses = new World(`
|
||||
@@ -116,6 +118,9 @@
|
||||
subticks: false,
|
||||
loop: true,
|
||||
autoplay: true,
|
||||
pan: false,
|
||||
zoom: false,
|
||||
orbit: false,
|
||||
})
|
||||
|
||||
const w_piston = new World(`
|
||||
@@ -214,6 +219,7 @@
|
||||
// };
|
||||
// setInterval(update_pulses, factor * 8 * 50)
|
||||
// update_pulses();
|
||||
|
||||
} catch (err) {
|
||||
console.error("Renderer Initialization Failed:", err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user