Code documentation
(Difference between revisions)
Dahnielson (Talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
− | === | + | {{begin-box|Welcome to the [http://maratis3d.org Maratis] SDK Reference|h=2}} |
+ | Maratis SDK offers a C++ API. | ||
+ | {{end-box}} | ||
+ | |||
+ | ==API Reference== | ||
+ | {{column-box-begin}} | ||
+ | {{begin-box|MCore}} | ||
* [[MColor]] | * [[MColor]] | ||
* [[MDataLoadFunction]] | * [[MDataLoadFunction]] | ||
Line 25: | Line 31: | ||
* [[MVector3]] | * [[MVector3]] | ||
* [[MVector4]] | * [[MVector4]] | ||
+ | {{end-box}} | ||
− | + | {{column-box-breaker}} | |
+ | {{begin-box|MEngine}} | ||
* [[MAnimRange]] | * [[MAnimRange]] | ||
* [[MArmature]] | * [[MArmature]] | ||
Line 83: | Line 91: | ||
* [[MTexturesAnimRef]] | * [[MTexturesAnimRef]] | ||
* [[MVariable]] | * [[MVariable]] | ||
+ | {{end-box}} | ||
− | + | {{column-box-end}} | |
− | ===Game Projects | + | ==Examples== |
+ | {{begin-box|Game Projects}} | ||
* [[User_manual#C.2B.2B|C++ API Tutorials/Examples]] | * [[User_manual#C.2B.2B|C++ API Tutorials/Examples]] | ||
* [http://www.maratis3d.org/?p=500 How to create a game plugin] | * [http://www.maratis3d.org/?p=500 How to create a game plugin] | ||
* [http://www.maratis3d.org/?p=563 How to create a game interface] | * [http://www.maratis3d.org/?p=563 How to create a game interface] | ||
+ | {{end-box}} |
Revision as of 14:25, 5 February 2014
Welcome to the Maratis SDK ReferenceMaratis SDK offers a C++ API. |
API Reference
Examples
Game Projects |