Point Cloud Viewer  1.00
A Viewer to display point clouds with phong shading by converting them to splats.
RenderPass::VaoChannel Class Reference

This channel is used to link geometry. More...

#include <renderpass.h>

Inherits RenderPass::Channel.

Classes

struct  vao
 

Public Member Functions

 VaoChannel (vao sentVao)
 Create a new VaoChannel containing the given geometry. More...
 
vaogetVao ()
 Getter for the contained geometry. More...
 

Detailed Description

This channel is used to link geometry.

It stores a vertex array object id and a model matrix.

Constructor & Destructor Documentation

RenderPass::VaoChannel::VaoChannel ( vao  sentVao)

Create a new VaoChannel containing the given geometry.

Parameters
sentVaoThe geometry.

Member Function Documentation

RenderPass::VaoChannel::vao * RenderPass::VaoChannel::getVao ( )

Getter for the contained geometry.

Returns
A struct containing the OpenGL vao id, the number of data entries and the model matrix.

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