Open3D (C++ API)  0.18.0
Public Member Functions | Protected Member Functions | Protected Attributes
open3d::visualization::glsl::TextureSimpleShader Class Referenceabstract

#include <TextureSimpleShader.h>

Inheritance diagram for open3d::visualization::glsl::TextureSimpleShader:
open3d::visualization::glsl::ShaderWrapper open3d::visualization::glsl::TextureSimpleShaderForTriangleMesh

Public Member Functions

 ~TextureSimpleShader () override
 
- Public Member Functions inherited from open3d::visualization::glsl::ShaderWrapper
virtual ~ShaderWrapper ()
 
 ShaderWrapper (const ShaderWrapper &)=delete
 
ShaderWrapperoperator= (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

 TextureSimpleShader (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::Vector2f > &uvs)=0
 
- Protected Member Functions inherited from open3d::visualization::glsl::ShaderWrapper
 ShaderWrapper (const std::string &name)
 
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)
 

Protected Attributes

GLuint vertex_position_
 
GLuint vertex_uv_
 
GLuint texture_
 
GLuint MVP_
 
int num_materials_
 
std::vector< int > array_offsets_
 
std::vector< GLsizei > draw_array_sizes_
 
std::vector< GLuint > vertex_position_buffers_
 
std::vector< GLuint > vertex_uv_buffers_
 
std::vector< GLuint > texture_buffers_
 
- Protected Attributes inherited from open3d::visualization::glsl::ShaderWrapper
GLuint vertex_shader_ = 0
 
GLuint geometry_shader_ = 0
 
GLuint fragment_shader_ = 0
 
GLuint program_ = 0
 
GLenum draw_arrays_mode_ = GL_POINTS
 
GLsizei draw_arrays_size_ = 0
 
bool compiled_ = false
 
bool bound_ = false
 

Constructor & Destructor Documentation

◆ ~TextureSimpleShader()

open3d::visualization::glsl::TextureSimpleShader::~TextureSimpleShader ( )
inlineoverride

◆ TextureSimpleShader()

open3d::visualization::glsl::TextureSimpleShader::TextureSimpleShader ( const std::string &  name)
inlineprotected

Member Function Documentation

◆ BindGeometry()

bool open3d::visualization::glsl::TextureSimpleShader::BindGeometry ( const geometry::Geometry geometry,
const RenderOption option,
const ViewControl view 
)
finalprotectedvirtual

◆ Compile()

bool open3d::visualization::glsl::TextureSimpleShader::Compile ( )
finalprotectedvirtual

Function to compile shader In a derived class, this must be declared as final, and called from the constructor.

Implements open3d::visualization::glsl::ShaderWrapper.

◆ PrepareBinding()

virtual bool open3d::visualization::glsl::TextureSimpleShader::PrepareBinding ( const geometry::Geometry geometry,
const RenderOption option,
const ViewControl view,
std::vector< Eigen::Vector3f > &  points,
std::vector< Eigen::Vector2f > &  uvs 
)
protectedpure virtual

◆ PrepareRendering()

virtual bool open3d::visualization::glsl::TextureSimpleShader::PrepareRendering ( const geometry::Geometry geometry,
const RenderOption option,
const ViewControl view 
)
protectedpure virtual

◆ Release()

void open3d::visualization::glsl::TextureSimpleShader::Release ( )
finalprotectedvirtual

Function to release resource In a derived class, this must be declared as final, and called from the destructor.

Implements open3d::visualization::glsl::ShaderWrapper.

◆ RenderGeometry()

bool open3d::visualization::glsl::TextureSimpleShader::RenderGeometry ( const geometry::Geometry geometry,
const RenderOption option,
const ViewControl view 
)
finalprotectedvirtual

◆ UnbindGeometry()

void open3d::visualization::glsl::TextureSimpleShader::UnbindGeometry ( )
finalprotectedvirtual

Field Documentation

◆ array_offsets_

std::vector<int> open3d::visualization::glsl::TextureSimpleShader::array_offsets_
protected

◆ draw_array_sizes_

std::vector<GLsizei> open3d::visualization::glsl::TextureSimpleShader::draw_array_sizes_
protected

◆ MVP_

GLuint open3d::visualization::glsl::TextureSimpleShader::MVP_
protected

◆ num_materials_

int open3d::visualization::glsl::TextureSimpleShader::num_materials_
protected

◆ texture_

GLuint open3d::visualization::glsl::TextureSimpleShader::texture_
protected

◆ texture_buffers_

std::vector<GLuint> open3d::visualization::glsl::TextureSimpleShader::texture_buffers_
protected

◆ vertex_position_

GLuint open3d::visualization::glsl::TextureSimpleShader::vertex_position_
protected

◆ vertex_position_buffers_

std::vector<GLuint> open3d::visualization::glsl::TextureSimpleShader::vertex_position_buffers_
protected

◆ vertex_uv_

GLuint open3d::visualization::glsl::TextureSimpleShader::vertex_uv_
protected

◆ vertex_uv_buffers_

std::vector<GLuint> open3d::visualization::glsl::TextureSimpleShader::vertex_uv_buffers_
protected

The documentation for this class was generated from the following files: