Go to the documentation of this file.
35 namespace visualization {
65 std::vector<
Eigen::Vector3f> &normals,
66 std::vector<
Eigen::Vector3f> &colors) = 0;
108 std::vector<Eigen::Vector3f> &
points,
109 std::vector<Eigen::Vector3f> &normals,
110 std::vector<Eigen::Vector3f> &colors)
final;
124 std::vector<Eigen::Vector3f> &
points,
125 std::vector<Eigen::Vector3f> &normals,
126 std::vector<Eigen::Vector3f> &colors)
final;
GLHelper::GLMatrix4f light_color_data_
Definition: PhongShader.h:90
GLuint vertex_position_buffer_
Definition: PhongShader.h:73
GLuint vertex_position_
Definition: PhongShader.h:72
Definition: EigenHelperForNonRigidOptimization.h:33
GLHelper::GLVector4f light_specular_power_data_
Definition: PhongShader.h:92
GLuint light_diffuse_power_
Definition: PhongShader.h:83
bool RenderGeometry(const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view) final
Definition: PhongShader.cpp:106
virtual bool PrepareRendering(const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view)=0
GLuint light_specular_shininess_
Definition: PhongShader.h:85
Eigen::Matrix< GLfloat, 4, 4, Eigen::ColMajor > GLMatrix4f
Definition: GLHelper.h:46
Definition: RenderOption.h:36
GLuint V_
Definition: PhongShader.h:79
GLuint M_
Definition: PhongShader.h:80
GLuint vertex_normal_buffer_
Definition: PhongShader.h:77
GLuint vertex_color_buffer_
Definition: PhongShader.h:75
Definition: PhongShader.h:113
GLuint light_ambient_
Definition: PhongShader.h:86
~PhongShader() override
Definition: PhongShader.h:41
Definition: PhongShader.h:39
The base geometry class.
Definition: Geometry.h:35
GLuint vertex_color_
Definition: PhongShader.h:74
GLuint MVP_
Definition: PhongShader.h:78
GLuint light_color_
Definition: PhongShader.h:82
GLHelper::GLVector4f light_ambient_data_
Definition: PhongShader.h:94
GLuint vertex_normal_
Definition: PhongShader.h:76
GLHelper::GLVector4f light_diffuse_power_data_
Definition: PhongShader.h:91
GLHelper::GLVector4f light_specular_shininess_data_
Definition: PhongShader.h:93
GLuint light_position_world_
Definition: PhongShader.h:81
int points
Definition: FilePCD.cpp:70
PhongShaderForTriangleMesh()
Definition: PhongShader.h:115
void SetLighting(const ViewControl &view, const RenderOption &option)
Definition: PhongShader.cpp:150
std::string name
Definition: FilePCD.cpp:55
PhongShader(const std::string &name)
Definition: PhongShader.h:44
Definition: PhongShader.h:97
GLuint light_specular_power_
Definition: PhongShader.h:84
virtual bool PrepareBinding(const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view, std::vector< Eigen::Vector3f > &points, std::vector< Eigen::Vector3f > &normals, std::vector< Eigen::Vector3f > &colors)=0
Definition: ShaderWrapper.h:40
Definition: ViewControl.h:38
PhongShaderForPointCloud()
Definition: PhongShader.h:99
GLHelper::GLMatrix4f light_position_world_data_
Definition: PhongShader.h:89
Definition: PinholeCameraIntrinsic.cpp:34
void UnbindGeometry() final
Definition: PhongShader.cpp:141
Eigen::Matrix< GLfloat, 4, 1, Eigen::ColMajor > GLVector4f
Definition: GLHelper.h:45
void Release() final
Definition: PhongShader.cpp:63
bool Compile() final
Definition: PhongShader.cpp:39
bool BindGeometry(const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view) final
Definition: PhongShader.cpp:68