mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Added some new models
This commit is contained in:
parent
9ee7670af7
commit
a7c3779b25
6 changed files with 2623 additions and 6 deletions
509
resources/models/hex_plus.js
Normal file
509
resources/models/hex_plus.js
Normal file
File diff suppressed because one or more lines are too long
509
resources/models/hex_x.js
Normal file
509
resources/models/hex_x.js
Normal file
File diff suppressed because one or more lines are too long
437
resources/models/tricopter.js
Normal file
437
resources/models/tricopter.js
Normal file
File diff suppressed because one or more lines are too long
509
resources/models/y4.js
Normal file
509
resources/models/y4.js
Normal file
File diff suppressed because one or more lines are too long
653
resources/models/y6.js
Normal file
653
resources/models/y6.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -191,16 +191,16 @@ TABS.setup.initialize3D = function (compatibility) {
|
|||
|
||||
// load the model including materials
|
||||
var models = [
|
||||
'tricopter',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
'y6',
|
||||
'hex_plus',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
'y4',
|
||||
'hex_x',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
'quad_x',
|
||||
|
@ -285,4 +285,4 @@ TABS.setup.cleanup = function (callback) {
|
|||
$(window).off('resize', this.resize3D);
|
||||
|
||||
if (callback) callback();
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue