OBJ2WCP: Difference between revisions

The Terran Knowledge Bank
Jump to: navigation, search
No edit summary
m (Text replacement - "http://download.wcnews" to "https://download.wcnews")
 
Line 3: Line 3:
| faction = terran
| faction = terran
| creator = [http://www.ciinet.org/kevin/java [[creator:=Kevin Caccamo]]]
| creator = [http://www.ciinet.org/kevin/java [[creator:=Kevin Caccamo]]]
| download    = {{download|http://download.wcnews.com/files/wcp/obj2wcp_1.2.zip}}
| download    = {{download|https://download.wcnews.com/files/wcp/obj2wcp_1.2.zip}}
| filesize    = {{filesize|15}}
| filesize    = {{filesize|15}}
}}
}}
Line 28: Line 28:


== Old Versions ==
== Old Versions ==
* [http://download.wcnews.com/files/wcp/obj2wcp_1.1.zip v1.1]
* [https://download.wcnews.com/files/wcp/obj2wcp_1.1.zip v1.1]
* [http://download.wcnews.com/files/wcp/obj2wcp.zip v1.0]
* [https://download.wcnews.com/files/wcp/obj2wcp.zip v1.0]


[[Category:Wing_Commander:_Prophecy Editing Tools]]
[[Category:Wing_Commander:_Prophecy Editing Tools]]

Latest revision as of 17:18, 27 April 2023

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) 

Old Versions