OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::ExampleThread Class Reference

Base class for OGLplus example offscreen rendering threads. More...

#include </home/chochlik/devel/oglplus/example/oglplus/example.hpp>

Inherited by oglplus::FBTexThread, oglplus::FBTexThread, oglplus::SurfaceColorMapRenderer, oglplus::SurfaceDepthMapRenderer, oglplus::SurfaceLightMapRenderer, and oglplus::SurfacePolygonizer.

Public Member Functions

virtual void Cancel (void)
 Notifies the thread that the example is closing. More...
 
virtual void Render (double)
 Rendering procedure with simple timing.
 
virtual void Render (const ExampleClock &clock)
 Rendering procedure with advanced timing.
 
virtual double RenderPart (unsigned, const ExampleClock &clock)
 Rendering procedure split into several parts.
 

Detailed Description

Base class for OGLplus example offscreen rendering threads.

Member Function Documentation

virtual void oglplus::ExampleThread::Cancel ( void  )
virtual

Notifies the thread that the example is closing.

Implementations of ExampleThread should cancel all rendering operations and quit the Render function ASAP.


The documentation for this class was generated from the following file:
  • /home/chochlik/devel/oglplus/example/oglplus/example.hpp

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).