Developer documentation
Version 3.0.3-105-gd3941f44
MR::GUI::Crosshair Class Reference

#include "gui/crosshair.h"

Public Member Functions

 Crosshair ()
 
void render (const Eigen::Vector3f &focus, const ModelViewProjection &MVP) const
 

Protected Attributes

GL::VertexBuffer VB
 
GL::VertexArrayObject VAO
 
GL::Shader::Program program
 

Detailed Description

Definition at line 35 of file crosshair.h.

Constructor & Destructor Documentation

◆ Crosshair()

MR::GUI::Crosshair::Crosshair ( )
inline

Definition at line 38 of file crosshair.h.

Member Function Documentation

◆ render()

void MR::GUI::Crosshair::render ( const Eigen::Vector3f &  focus,
const ModelViewProjection MVP 
) const

Member Data Documentation

◆ program

GL::Shader::Program MR::GUI::Crosshair::program
mutableprotected

Definition at line 44 of file crosshair.h.

◆ VAO

GL::VertexArrayObject MR::GUI::Crosshair::VAO
mutableprotected

Definition at line 43 of file crosshair.h.

◆ VB

GL::VertexBuffer MR::GUI::Crosshair::VB
mutableprotected

Definition at line 42 of file crosshair.h.


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