mesh/graffle in gnu/linux?
Moderators: winston, another_commander, Getafix
- Simon B
- ---- E L I T E ----
- Posts: 836
- Joined: Thu Oct 23, 2008 5:54 am
- Location: Red Beach NZ
- Contact:
mesh/graffle in gnu/linux?
Expecting wavefront files, got mesh/graffle thingies - and have had no luck finding something to open them. What do you guys use?
Simon Bridge
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
Both are proprietary formats (as is .sndbldr3). .mesh (Meshwork) is a simple 3D model format that can be converted to OBJ or DAT using our custom tools. Meshwork as a tool is obsolete; the recommended tools for Oolite are Wings3D and Blender, using OBJ as an intermediate format.
.graffle (OmniGraffle) is a custom 2D vector format for an outlining tool. Looking into it, it’s a property list which could be semi-easily translated to SVG, but I doubt anyone’s bothered. OmniGraffle itself can export SVG, but I don’t have it so I can’t do it.
Edit: On closer inspection, graffle files also contain embedded RTF documents. Fun.
.graffle (OmniGraffle) is a custom 2D vector format for an outlining tool. Looking into it, it’s a property list which could be semi-easily translated to SVG, but I doubt anyone’s bothered. OmniGraffle itself can export SVG, but I don’t have it so I can’t do it.
Edit: On closer inspection, graffle files also contain embedded RTF documents. Fun.
E-mail: [email protected]
- Simon B
- ---- E L I T E ----
- Posts: 836
- Joined: Thu Oct 23, 2008 5:54 am
- Location: Red Beach NZ
- Contact:
Curious - I found these mesh and graffle files in the source for oolite.
I see a bunch of tools in:
/home/simon/oolite-dev/trunk/tools/meshConverters
including a python script:
Mesh2Obj.py
which claims:
I guess I've found it.
It occurs to wonder why the models and textures are distributed in proprietary formats...
BTW: I've had no luck opening obj files in Blender... select "open file" in blender and browse to the obj file, select open, and blender returns error "unknown format".
However - I'm using wings3D quite happily.
Code: Select all
simon@indigo-prime:~$ ls /home/simon/oolite-dev/trunk/Asset\ Source/
adder2.mesh icosahedron2.mesh
adder.mesh icosahedron.mesh
adder_skin.graffle krait.mesh
afterburner.sndbldr3 krait_skin.graffle
/home/simon/oolite-dev/trunk/tools/meshConverters
including a python script:
Mesh2Obj.py
which claims:
Code: Select all
This script takes a .mesh file from the Meshwork
and exports a .obj file containing the same trimesh.
A .mtl file is created for texture materials.
No surface normals are calculated.
It occurs to wonder why the models and textures are distributed in proprietary formats...
BTW: I've had no luck opening obj files in Blender... select "open file" in blender and browse to the obj file, select open, and blender returns error "unknown format".
However - I'm using wings3D quite happily.
Simon Bridge
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
Because Oolite is not an exercise in ideology. The asset source files are the actual files from which the assets were generated. The assets were generated with whatever tools the author found convenient at the time.Simon B wrote:It occurs to wonder why the models and textures are distributed in proprietary formats...
E-mail: [email protected]
- Simon B
- ---- E L I T E ----
- Posts: 836
- Joined: Thu Oct 23, 2008 5:54 am
- Location: Red Beach NZ
- Contact:
At least the convertion tools are available in the same package - so accessability is just one hurdle away. Which was my main niggle.
Simon Bridge
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia