Export as .JMS?
-
Hi, I'd like to ask if it is possible to export a 3D model file made in Sketchup as a .jms file using Ruby coding?
I'm really new to ruby coding, so pardon my ignorance, please.
Thanks,
-Arightwizard -
What is .jms?
-
.jms is an extension often used for 3D models in games - to my understanding, it has information on how the model looks and collision information.
If you don't know what a .jms file is, then chances are you can't help me...Thanks anyway..
Edit: For an example of a .jms extractor, look at Chimp for GMax and 3ds Max. It takes the surfaces and exports collision information, finds the frame object and adds that in (somehow), and then also exports textures and other information on how the model looks. I'm asking if someone could do this for Sketchup. Thanks. -
Sure it's possible. The Ruby API provides very good access to all of the model's geometry and most of it's other data.
Advertisement