1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

fix some comment typos

This commit is contained in:
Dominic Clifton 2015-10-02 21:36:55 +01:00
parent 70903b7639
commit 67110fa6cf

View file

@ -220,7 +220,7 @@ TABS.setup.initialize3D = function (compatibility) {
renderer = new THREE.CanvasRenderer({canvas: canvas.get(0), alpha: true});
}
// modelWrapper just adds an extra axis of rotation to avoid gimbal lock withe euler angles
// modelWrapper adds an extra axis of rotation to avoid gimbal lock with the euler angles
modelWrapper = new THREE.Object3D()
// load the model including materials
@ -247,7 +247,7 @@ TABS.setup.initialize3D = function (compatibility) {
scene.add(modelWrapper);
});
// stacionary camera
// stationary camera
camera = new THREE.PerspectiveCamera(50, wrapper.width() / wrapper.height(), 1, 10000);
// setup scene