SO3E example 1 » History » Version 2
iri, 12/17/2011 07:33 PM
| 1 | 1 | iri | h1. SO3E example 1 |
|---|---|---|---|
| 2 | |||
| 3 | SO3Engine API |
||
| 4 | |||
| 5 | First example to learn how to : |
||
| 6 | - create and destroy a 3d scene |
||
| 7 | - add basics objects : shell, camera, ... |
||
| 8 | - add an 3d object and its resources |
||
| 9 | - apply a rotation (or others) on an object |
||
| 10 | - performs a rendering |
||
| 11 | |||
| 12 | Read the README file for more informations |
||
| 13 | |||
| 14 | The source code contains comments and explanations. |
||
| 15 | |||
| 16 | Author : iri |
||
| 17 | 2 | iri | Date : may 2011 |
| 18 | Update : by myself, december 2011 |
||
| 19 | 1 | iri | |
| 20 | *Return to [[Examples]]* |