Difference between revisions of "Add-on tutorials"
Jump to navigation
Jump to search
m (Addon Tutorials moved to Addon tutorials) |
m |
||
Line 1: | Line 1: | ||
− | ===Vessel | + | ===Vessel coding=== |
− | * [ | + | * [http://www.orbithangar.com/searchname.cfm?search=Add-on%20Tutorial ''Add-on Tutorial'' on www.orbithangar.com] - create a spaceship without programming, complete tutorial for novices |
* [[Vessel code]] - basic c++ code template for a vessel (WIP) | * [[Vessel code]] - basic c++ code template for a vessel (WIP) | ||
− | ===Mesh | + | ===Mesh making=== |
* [[Converting to msh]] - Convert your 3d model to Orbiters mesh format | * [[Converting to msh]] - Convert your 3d model to Orbiters mesh format | ||
* [[Shading]] - explanes how Orbiter uses shading, Tips | * [[Shading]] - explanes how Orbiter uses shading, Tips | ||
− | ===Surface | + | ===Surface bases=== |
* [[Creating a simple base]] - create a basic surface base with a config file | * [[Creating a simple base]] - create a basic surface base with a config file | ||
Line 19: | Line 19: | ||
*[http://orbit.m6.net/v2/read.asp?id=7602 Programming Tutorials] | *[http://orbit.m6.net/v2/read.asp?id=7602 Programming Tutorials] | ||
− | [[Category:Addon | + | [[Category:Addon tutorials]] |
Revision as of 10:20, 30 August 2005
Vessel coding
- Add-on Tutorial on www.orbithangar.com - create a spaceship without programming, complete tutorial for novices
- Vessel code - basic c++ code template for a vessel (WIP)
Mesh making
- Converting to msh - Convert your 3d model to Orbiters mesh format
- Shading - explanes how Orbiter uses shading, Tips
Surface bases
- Creating a simple base - create a basic surface base with a config file
Scenarios
- Scenarios - a scenario file (*.scn) explained