Difference between revisions of "Modifying a Model"
From Elite Wiki
(Add link.) |
(Updating BB links) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{OXPNote|This page was last edited by a knowledgeable programmer back in 2009! (''May 2022 comment'')}} | ||
+ | |||
The underlying 3D models in [[Oolite]] are contained in .dat files. | The underlying 3D models in [[Oolite]] are contained in .dat files. | ||
Line 9: | Line 11: | ||
Conversion utilities are available here [http://svn.berlios.de/svnroot/repos/oolite-linux/trunk/tools/meshConverters/], although they are listed under Linux they are cross-platform and require the installation of Python[http://Python.org]. | Conversion utilities are available here [http://svn.berlios.de/svnroot/repos/oolite-linux/trunk/tools/meshConverters/], although they are listed under Linux they are cross-platform and require the installation of Python[http://Python.org]. | ||
− | Oolite forum thread about the conversion tools: [ | + | Oolite forum thread about the conversion tools: [https://bb.oolite.space/viewtopic.php?t=842] |
Run dat2obj or dat2objTex on the .dat. | Run dat2obj or dat2objTex on the .dat. | ||
Line 18: | Line 20: | ||
When finished export the model as an .obj and run obj2dat. | When finished export the model as an .obj and run obj2dat. | ||
+ | |||
+ | == Links == | ||
+ | *[[OXP howto model]] - ''much'' more detail (and pretty pictures too!) | ||
[[Category:Oolite Development]] | [[Category:Oolite Development]] |
Latest revision as of 02:11, 29 February 2024
The underlying 3D models in Oolite are contained in .dat files.
$PROGDIR/ AddOns/ ShipX/ ShipY/
To modify a .dat the file must first be converted to a Wavefront .obj file. Conversion utilities are available here [1], although they are listed under Linux they are cross-platform and require the installation of Python[2].
Oolite forum thread about the conversion tools: [3]
Run dat2obj or dat2objTex on the .dat.
The resulting file can be imported into any 3D program that supports .obj.
[The free, open source program Wings3D [4] is the de facto standard, Blender also works.]
When finished export the model as an .obj and run obj2dat.
Links
- OXP howto model - much more detail (and pretty pictures too!)