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