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