OBJ2WCP: Difference between revisions
The Terran Knowledge Bank
(Created page with "{{Infobox File | name = obj2wcp_1.2.zip | faction = terran | creator = [http://www.ciinet.org/kevin/java creator:=Kevin Caccamo] | download = {{download|http://download.w...") |
No edit summary |
||
Line 11: | Line 11: | ||
== Description == | == Description == | ||
<pre> | <pre> | ||
OBJ2WCP is a command line application that converts models from Wavefront OBJ format to a pascal source code file, which can then be compiled by WCPPascal into a Wing Commander Prophecy/Secret Ops IFF mesh. OBJ2WCP is written in Java and the source code is available in the download. | OBJ2WCP is a command line application that converts models from Wavefront OBJ format to a pascal | ||
source code file, which can then be compiled by WCPPascal into a Wing Commander Prophecy/Secret Ops | |||
IFF mesh. OBJ2WCP is written in Java and the source code is available in the download. | |||
-| Features |- | -| Features |- |
Revision as of 23:22, 30 July 2011
obj2wcp_1.2.zip | |
---|---|
Creator | Kevin Caccamo |
Download | Download |
Filesize | 15 kB |
See also: WCPPascal.
Description
OBJ2WCP is a command line application that converts models from Wavefront OBJ format to a pascal source code file, which can then be compiled by WCPPascal into a Wing Commander Prophecy/Secret Ops IFF mesh. OBJ2WCP is written in Java and the source code is available in the download. -| Features |- - Reads info from v, vt, vn, and f - Support for multiple materials - Support for full lighting on materials with "illum 0" - Apparently it supports smoothing too. - Gives statistics about the model - Tells the user what bitmap goes with what MAT number - Gives understandable error information - Attempts to calculate face normals (experimental)