|
Open3D (C++ API)
0.17.0
|
#include <TexturePhongShader.h>
Public Member Functions | |
| TexturePhongShaderForTriangleMesh () | |
Public Member Functions inherited from open3d::visualization::glsl::TexturePhongShader | |
| ~TexturePhongShader () override | |
Public Member Functions inherited from open3d::visualization::glsl::ShaderWrapper | |
| virtual | ~ShaderWrapper () |
| ShaderWrapper (const ShaderWrapper &)=delete | |
| ShaderWrapper & | operator= (const ShaderWrapper &)=delete |
| bool | Render (const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view) |
| void | InvalidateGeometry () |
| const std::string & | GetShaderName () const |
| void | PrintShaderWarning (const std::string &message) const |
Protected Member Functions | |
| bool | PrepareRendering (const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view) final |
| 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::Vector2f > &uvs) final |
Protected Member Functions inherited from open3d::visualization::glsl::TexturePhongShader | |
| TexturePhongShader (const std::string &name) | |
| bool | Compile () final |
| void | Release () final |
| bool | BindGeometry (const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view) final |
| bool | RenderGeometry (const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view) final |
| void | UnbindGeometry () final |
| virtual bool | PrepareRendering (const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view)=0 |
| 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::Vector2f > &uvs)=0 |
| void | SetLighting (const ViewControl &view, const RenderOption &option) |
Protected Member Functions inherited from open3d::visualization::glsl::ShaderWrapper | |
| ShaderWrapper (const std::string &name) | |
| virtual bool | Compile ()=0 |
| virtual void | Release ()=0 |
| virtual bool | BindGeometry (const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view)=0 |
| virtual bool | RenderGeometry (const geometry::Geometry &geometry, const RenderOption &option, const ViewControl &view)=0 |
| virtual void | UnbindGeometry ()=0 |
| bool | ValidateShader (GLuint shader_index) |
| bool | ValidateProgram (GLuint program_index) |
| bool | CompileShaders (const char *const vertex_shader_code, const char *const geometry_shader_code, const char *const fragment_shader_code) |
| void | ReleaseProgram () |
| void | SetShaderName (const std::string &shader_name) |
|
inline |
|
finalprotectedvirtual |
Implements open3d::visualization::glsl::TexturePhongShader.
|
finalprotectedvirtual |
Implements open3d::visualization::glsl::TexturePhongShader.