Project Sailing a Brig

Add /L to meshc :
Code:
C:\github\openorbiter\out\install\x64-Debug\Orbiter\Orbitersdk\Utils>meshc /H
+-----------------------------------------------------------------------+
|                   meshc: Mesh compiler for ORBITER                    |
|        Build: Feb 16 2025      (c) 2001-2018 Martin Schweiger         |
+-----------------------------------------------------------------------+

Scans a mesh file and generates a header file containing mesh group
identifiers.

Usage: meshc /I <meshfile> /O <header file> /P <suffix> [/L]
  <meshfile>:    Orbiter mesh file to be scanned
  <header file>: Output header file name
  <suffix>:      Variable name suffix
  /L:            Optional argument, output a Lua file when provided

Any mandatory parameters not provided on the command line are queried interactively.
This works under Wine on Linux too if you run from command line wine meshc.exe /I <meshfile> /O <header file> /P <suffix> [/L]
 
Back
Top