This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:orx:reference:render:main [2017/05/30 04:50 (9 years ago)] – external edit 127.0.0.1 | en:orx:reference:render:main [2018/01/20 01:25 (8 years ago)] (current) – Content has been moved out. Deleting. sausage | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Render ====== | ||
| - | |||
| - | ==== OrxCamera ==== | ||
| - | Camera Module. Allows to creates and handle cameras Camera are structures used to render graphic (2D/3D) objects They thus can be referenced by other structures. | ||
| - | |||
| - | ==== OrxRender ==== | ||
| - | Render plugin module. Renders visible objects on screen, using active cameras/ | ||
| - | |||
| - | ==== OrxShader ==== | ||
| - | Shader module. Allows to store shader information (code + parameters). | ||
| - | |||
| - | ==== OrxShaderPointer ==== | ||
| - | ShaderPointer module. Allows to creates shaders (rendering post effects) containers for objects. | ||
| - | |||
| - | ==== OrxViewport ==== | ||
| - | Viewport module. Allows to creates and handle viewports. Viewports are structures associated to cameras and used for rendering. | ||
| - | |||
| - | ===== Config ===== | ||
| - | * [[en: | ||
| - | * [[en: | ||
| - | * [[en: | ||
| - | * [[en: | ||
| - | |||
| - | ===== Tutorials ===== | ||
| - | ==== Basic ==== | ||
| - | * [[tutorials: | ||
| - | * [[tutorials: | ||
| - | * [[tutorials: | ||
| - | |||
| - | ==== Advanced ==== | ||
| - | * [[tutorials: | ||