Saga3D API Documentation
1.0-RC4
|
Go to the source code of this file.
Namespaces | |
saga | |
saga::video | |
The video namespace contains classes for accessing the video driver. All 2d and 3d rendering is done here. | |
saga::scene | |
All scene management can be found in this namespace: Mesh loading, special scene nodes like octrees and billboards, ... | |
Variables | |
constexpr auto | saga::video::MAX_MIPMAPS = 16 |
constexpr auto | saga::video::MAX_IMAGE_LAYERS = 16 |
constexpr auto | saga::video::MAX_NODE_TEXTURES = 16 |
constexpr auto | saga::video::MAX_COLOR_ATTACHMENTS = 4 |
constexpr auto | saga::video::MAX_VERTEX_BUFFERS = 4 |
constexpr auto | saga::video::MAX_VERTEX_ATTRIBUTES = 4 |
constexpr auto | saga::scene::TRANSFORM_FRUSTUM_COUNT = 2 |
constexpr auto | saga::scene::VIEW_FRUSTUM_PLANE_COUNT = 6 |
constexpr auto | saga::scene::MAX_BONES = 64 |
constexpr auto | saga::scene::MAX_BONES_PER_VERTEX = 4 |