15 namespace visualization {
Defines rendering options for visualizer.
const double POINT_SIZE_MAX
Eigen::Vector3d default_mesh_color_
bool ConvertToJsonValue(Json::Value &value) const override
void ToggleMeshShowBackFace()
void ToggleInterpolationOption()
const double LINE_WIDTH_MAX
Eigen::Vector3d light_color_[4]
MeshShadeOption
Enum class for mesh shading for TriangleMesh.
void ChangePointSize(double change)
bool mesh_show_back_face_
Whether to show back faces for TriangleMesh.
const double LINE_WIDTH_MIN
const double POINT_SIZE_DEFAULT
TextureInterpolationOption interpolation_option_
Eigen::Vector3d light_position_relative_[4]
Eigen::Vector3d background_color_
Background RGB color.
void ToggleMeshShowWireframe()
PointColorOption
Enum class for point color for PointCloud.
TextureInterpolationOption
void ToggleImageStretchOption()
double light_diffuse_power_[4]
int GetGLDepthFunc() const
Eigen::Vector3d light_ambient_color_
MeshColorOption mesh_color_option_
Color option for TriangleMesh.
const double LINE_WIDTH_DEFAULT
bool point_show_normal_
Whether to show normal for PointCloud.
MeshColorOption
Enum class for color for TriangleMesh.
double light_specular_power_[4]
bool ConvertFromJsonValue(const Json::Value &value) override
const double POINT_SIZE_MIN
double point_size_
Point size for PointCloud.
void ChangeLineWidth(double change)
double line_width_
Line width for LineSet.
const double POINT_SIZE_STEP
RenderOption()
Default Constructor.
ImageStretchOption image_stretch_option_
void TogglePointShowNormal()
MeshShadeOption mesh_shade_option_
Mesh shading option for TriangleMesh.
double light_specular_shininess_[4]
const double LINE_WIDTH_STEP
bool show_coordinate_frame_
Whether to show coordinate frame.
bool light_on_
Whether to turn on Phong lighting.
PointColorOption point_color_option_
Point color option for PointCloud.
bool mesh_show_wireframe_
void SetPointSize(double size)
void ToggleShadingOption()
Generic file read and write utility for python interface.