WIP F-18 I need help

Discussion in 'Air' started by blueTrain05, Jul 7, 2025 at 5:38 PM.

  1. blueTrain05

    blueTrain05
    Expand Collapse

    Joined:
    Feb 7, 2025
    Messages:
    48
    hi i am trying to make a F-18 and i am using the Jbeam editor in visual studio code and when i try to see the mesh i have downloaded i dont see it with the flexbodies can someone help me pls (i havent got much bc i am trying to do this first)
    this is my code


    "f18": {
    "information": {
    "name": "F-18 Hornet",
    "authors": "Me",
    "type": "vehicle",
    "description": "Basic F-18 jet mod placeholder"
    },
    "slotType": "main",
    "flexbodies": [
    ["mesh", "group"],
    ["F-18model.dae", ["a1", "a2", "a3", "a4"]]
    ],
    "nodes": [
    ["id", "posX", "posY", "posZ"],
    ["a1", 0.0, 0.0, 0.5],
    ["a2", 1.0, 0.0, 0.932],
    ["a3", 0.0, 1.0, 0.932],
    ["a4", 1.0, 2.181, 1.181]
    ],
    "beams": [
    ["id1:", "id2:"],
    ["a1", "a2"],
    ["a1", "a3"],
    ["a2", "a4"],
    ["a3", "a4"]
    ]
    }
    }

    also the file that is .DAE is called F-18model

    #1blueTrain05, Yesterday at 4:06 PM
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice