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...") |
m (Text replacement - "http://download.wcnews" to "https://download.wcnews") |
||
(One intermediate revision by the same user not shown) | |||
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| | | download = {{download|https://download.wcnews.com/files/wcp/obj2wcp_1.2.zip}} | ||
| filesize = {{filesize|15}} | | filesize = {{filesize|15}} | ||
}} | }} | ||
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 |- | ||
Line 26: | Line 28: | ||
== Old Versions == | == Old Versions == | ||
* [ | * [https://download.wcnews.com/files/wcp/obj2wcp_1.1.zip v1.1] | ||
* [ | * [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)