mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
Added 3D plane model to setup page
Added a 3D plane model, so fixed wing pilots who like tails, don't have to stare at the cleanflight box any more.
This commit is contained in:
parent
fb24278f42
commit
7f4e15925d
2 changed files with 158 additions and 7 deletions
14
js/model.js
14
js/model.js
|
@ -284,7 +284,7 @@ const mixerList = [
|
||||||
{
|
{
|
||||||
id: 14,
|
id: 14,
|
||||||
name: 'Airplane',
|
name: 'Airplane',
|
||||||
model: 'custom',
|
model: 'twin_plane',
|
||||||
image: 'airplane',
|
image: 'airplane',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
legacy: true,
|
legacy: true,
|
||||||
|
@ -421,8 +421,8 @@ const mixerList = [
|
||||||
{
|
{
|
||||||
id: 24,
|
id: 24,
|
||||||
name: 'Custom Airplane',
|
name: 'Custom Airplane',
|
||||||
model: 'custom',
|
model: 'twin_plane',
|
||||||
image: 'custom',
|
image: 'airplane',
|
||||||
enabled: false,
|
enabled: false,
|
||||||
legacy: true,
|
legacy: true,
|
||||||
platform: PLATFORM_AIRPLANE,
|
platform: PLATFORM_AIRPLANE,
|
||||||
|
@ -443,7 +443,7 @@ const mixerList = [
|
||||||
{
|
{
|
||||||
id: 26,
|
id: 26,
|
||||||
name: 'Airplane with differential thrust',
|
name: 'Airplane with differential thrust',
|
||||||
model: 'custom',
|
model: 'twin_plane',
|
||||||
image: 'airplane',
|
image: 'airplane',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
legacy: false,
|
legacy: false,
|
||||||
|
@ -464,7 +464,7 @@ const mixerList = [
|
||||||
{
|
{
|
||||||
id: 28,
|
id: 28,
|
||||||
name: 'Airplane V-tail (individual aileron servos)',
|
name: 'Airplane V-tail (individual aileron servos)',
|
||||||
model: 'custom',
|
model: 'twin_plane',
|
||||||
image: 'airplane_vtail',
|
image: 'airplane_vtail',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
legacy: false,
|
legacy: false,
|
||||||
|
@ -484,7 +484,7 @@ const mixerList = [
|
||||||
{
|
{
|
||||||
id: 29,
|
id: 29,
|
||||||
name: 'Airplane V-tail (single aileron servo)',
|
name: 'Airplane V-tail (single aileron servo)',
|
||||||
model: 'custom',
|
model: 'twin_plane',
|
||||||
image: 'airplane_vtail_single',
|
image: 'airplane_vtail_single',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
legacy: false,
|
legacy: false,
|
||||||
|
@ -503,7 +503,7 @@ const mixerList = [
|
||||||
{
|
{
|
||||||
id: 30,
|
id: 30,
|
||||||
name: 'Airplane without rudder',
|
name: 'Airplane without rudder',
|
||||||
model: 'custom',
|
model: 'twin_plane',
|
||||||
image: 'airplane_norudder',
|
image: 'airplane_norudder',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
legacy: false,
|
legacy: false,
|
||||||
|
|
151
resources/models/twin_plane.json
Normal file
151
resources/models/twin_plane.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue