#include <scene_encoder.h>
Public Attributes | |
| std::string | label |
| Matrix | transform |
| Geometry * | geometry |
| Material * | material |
Definition at line 22 of file scene_encoder.h.
| Geometry* impeller::scene::SceneCommand::geometry |
Definition at line 25 of file scene_encoder.h.
Referenced by impeller::scene::EncodeCommand().
| std::string impeller::scene::SceneCommand::label |
Definition at line 23 of file scene_encoder.h.
Referenced by impeller::scene::EncodeCommand(), and impeller::scene::Mesh::Render().
| Material* impeller::scene::SceneCommand::material |
Definition at line 26 of file scene_encoder.h.
Referenced by impeller::scene::EncodeCommand().
| Matrix impeller::scene::SceneCommand::transform |
Definition at line 24 of file scene_encoder.h.
Referenced by impeller::scene::EncodeCommand().