Rig struct. More...
#include <ProjectBuilder.h>
Data Fields | |
std::string | label |
std::vector< distribution > | position_noise |
helios::RGBcolor | color |
helios::vec3 | position |
helios::vec3 | lookat |
std::set< std::string > | camera_labels |
std::set< std::string > | light_labels |
bool | write_depth |
bool | write_norm_depth |
Rig struct.
Definition at line 233 of file ProjectBuilder.h.
std::set<std::string> rig::camera_labels |
Definition at line 239 of file ProjectBuilder.h.
helios::RGBcolor rig::color |
Definition at line 236 of file ProjectBuilder.h.
std::string rig::label |
Definition at line 234 of file ProjectBuilder.h.
std::set<std::string> rig::light_labels |
Definition at line 240 of file ProjectBuilder.h.
helios::vec3 rig::lookat |
Definition at line 238 of file ProjectBuilder.h.
helios::vec3 rig::position |
Definition at line 237 of file ProjectBuilder.h.
std::vector<distribution> rig::position_noise |
Definition at line 235 of file ProjectBuilder.h.
bool rig::write_depth |
Definition at line 241 of file ProjectBuilder.h.
bool rig::write_norm_depth |
Definition at line 242 of file ProjectBuilder.h.