Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
Example Class Reference
Inheritance diagram for Example:
Collaboration diagram for Example:

Public Member Functions

 Example ()
 
 Example ()
 
 Example ()
 
 Example ()
 
 Example ()
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
- Public Member Functions inherited from GearsES2
 GearsES2 ()
 
bool dispatchForShape (GearsObjectES2 &shape, const PointerShapeAction &action, const PointerEvent &e, const WindowRef &win)
 Dispatch PointerShapeAction to given shape w/ matrix traversal.
 
void display (const WindowRef &win, const jau::fraction_timespec &) override
 Called by the drawable to initiate rendering by the client.
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
constexpr bool doRotate () const noexcept
 
GearsObjectES2findPick (const PointerShapeAction &action, const PointerEvent &e, const WindowRef &win)
 Fast loop through all shapes using PointerShapeAction w/o matrix traversal using view-coordinates.
 
const PMVMat4fgetPMVMatrix () const noexcept
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
constexpr Vec3fpan () noexcept
 
constexpr const PMVMat4fpmvMatrix () const noexcept
 
constexpr PMVMat4fpmvMatrix () noexcept
 
void reshape (const WindowRef &win, const jau::math::Recti &viewport, const jau::fraction_timespec &when) override
 Called by the drawable during the first repaint after the component has been resized.
 
void reshapeImpl (const WindowRef &win, const jau::math::Recti &viewport, float imageWidth, float imageHeight, const jau::fraction_timespec &when)
 
constexpr const jau::math::Vec3frotEuler () const noexcept
 
constexpr jau::math::Vec3frotEuler () noexcept
 
constexpr void setClearBuffers (bool v) noexcept
 
void setClearColor (const jau::math::Vec4f &clearColor) noexcept
 
constexpr void setDoRotate (bool rotate) noexcept
 
constexpr void setFlipVerticalInGLOrientation (bool v) noexcept
 
void setGearsColors (const jau::math::Vec4f &gear1Color, const jau::math::Vec4f &gear2Color, const jau::math::Vec4f &gear3Color) noexcept
 
void setZ (float zNear, float zFar, float zViewDist)
 
std::string toStringImpl () const noexcept override
 
constexpr bool usingMappedBuffers () const noexcept
 
constexpr const jau::math::Rectiviewport () const noexcept
 
- Public Member Functions inherited from gamp::wt::RenderListener
constexpr RenderListener (Private) noexcept
 Private ctor for shared_ptr<RenderListener> instance method w/o public ctor.
 
virtual ~RenderListener () noexcept=default
 
RenderActions pendingActions () const noexcept
 
RenderActionspendingActions () noexcept
 
void setPendingActions (RenderActions v) noexcept
 
std::string toString () const noexcept
 
- Public Member Functions inherited from GraphShapes01
 GraphShapes01 ()
 
bool animating () const noexcept
 
bool & animating () noexcept
 
void display (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable to initiate rendering by the client.
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
const PMVMat4fpmv () const noexcept
 
PMVMat4fpmv () noexcept
 
void reshape (const WindowRef &win, const jau::math::Recti &viewport, const jau::fraction_timespec &when) override
 Called by the drawable during the first repaint after the component has been resized.
 
void setOneFrame () noexcept
 
std::string toStringImpl () const noexcept override
 
const Rectiviewport () const noexcept
 
Rectiviewport () noexcept
 
- Public Member Functions inherited from Primitives01
 Primitives01 ()
 
bool animating () const noexcept
 
bool & animating () noexcept
 
void display (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable to initiate rendering by the client.
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
const PMVMat4fpmv () const noexcept
 
PMVMat4fpmv () noexcept
 
void reshape (const WindowRef &win, const jau::math::Recti &viewport, const jau::fraction_timespec &when) override
 Called by the drawable during the first repaint after the component has been resized.
 
std::string toStringImpl () const noexcept override
 
const Rectiviewport () const noexcept
 
Rectiviewport () noexcept
 
- Public Member Functions inherited from Primitives02
 Primitives02 ()
 
bool animating () const noexcept
 
bool & animating () noexcept
 
void display (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable to initiate rendering by the client.
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
const PMVMat4fpmv () const noexcept
 
PMVMat4fpmv () noexcept
 
void reshape (const WindowRef &win, const jau::math::Recti &viewport, const jau::fraction_timespec &when) override
 Called by the drawable during the first repaint after the component has been resized.
 
void setOneFrame () noexcept
 
std::string toStringImpl () const noexcept override
 
const Rectiviewport () const noexcept
 
Rectiviewport () noexcept
 
- Public Member Functions inherited from RedSquareES2
 RedSquareES2 ()
 
 RedSquareES2 ()
 
bool animating () const noexcept
 
bool & animating () noexcept
 
void display (const WindowRef &, const jau::fraction_timespec &when) override
 Called by the drawable to initiate rendering by the client.
 
void display (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable to initiate rendering by the client.
 
void dispose (const WindowRef &, const jau::fraction_timespec &) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
void dispose (const WindowRef &win, const jau::fraction_timespec &when) override
 Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.
 
bool init (const WindowRef &, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
bool init (const WindowRef &win, const jau::fraction_timespec &when) override
 Called by the drawable immediately after the render context is initialized.
 
const PMVMat4fpmv () const noexcept
 
const PMVMat4fpmv () const noexcept
 
PMVMat4fpmv () noexcept
 
PMVMat4fpmv () noexcept
 
void reshape (const WindowRef &, const jau::math::Recti &viewport, const jau::fraction_timespec &) override
 Called by the drawable during the first repaint after the component has been resized.
 
void reshape (const WindowRef &win, const jau::math::Recti &viewport, const jau::fraction_timespec &when) override
 Called by the drawable during the first repaint after the component has been resized.
 
std::string toStringImpl () const noexcept override
 
const Rectiviewport () const noexcept
 
const Rectiviewport () const noexcept
 
Rectiviewport () noexcept
 
Rectiviewport () noexcept
 

Additional Inherited Members

- Static Public Member Functions inherited from GearsES2
static constexpr float getTeethRotation (int name, float adeg) noexcept
 

Detailed Description

Examples
GearsES2.cpp, GraphShapes01.cpp, Primitives02.cpp, and RedSquareES2.cpp.

Definition at line 35 of file GearsES2.cpp.

Constructor & Destructor Documentation

◆ Example() [1/5]

Example::Example ( )
inline
Examples
GearsES2.cpp, GraphShapes01.cpp, Primitives02.cpp, and RedSquareES2.cpp.

Definition at line 211 of file GearsES2.cpp.

◆ Example() [2/5]

Example::Example ( )
inline

Definition at line 817 of file GraphShapes01.cpp.

◆ Example() [3/5]

Example::Example ( )
inline

Definition at line 328 of file Primitives01.cpp.

◆ Example() [4/5]

Example::Example ( )
inline

Definition at line 476 of file Primitives02.cpp.

◆ Example() [5/5]

Example::Example ( )
inline

Definition at line 65 of file RedSquareES2.cpp.

Member Function Documentation

◆ init() [1/5]

bool Example::init ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Called by the drawable immediately after the render context is initialized.

Can be used to perform one-time renderer initialization per context, such as setup of lights and display lists.

Note that this method may be called more than once if the underlying render context for the drawable is destroyed and recreated.

Returns
true if initialization is completed, false if not initialized yet and init shall be called again

Implements gamp::wt::RenderListener.

Definition at line 217 of file GearsES2.cpp.

◆ dispose() [1/5]

void Example::dispose ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.

Called by the drawable before the render context is destroyed by an external event.

Note that this event does not imply the end of life of the application.

Implements gamp::wt::RenderListener.

Examples
GearsES2.cpp, GraphShapes01.cpp, Primitives02.cpp, and RedSquareES2.cpp.

Definition at line 225 of file GearsES2.cpp.

◆ init() [2/5]

bool Example::init ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Called by the drawable immediately after the render context is initialized.

Can be used to perform one-time renderer initialization per context, such as setup of lights and display lists.

Note that this method may be called more than once if the underlying render context for the drawable is destroyed and recreated.

Returns
true if initialization is completed, false if not initialized yet and init shall be called again

Implements gamp::wt::RenderListener.

Definition at line 821 of file GraphShapes01.cpp.

◆ dispose() [2/5]

void Example::dispose ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.

Called by the drawable before the render context is destroyed by an external event.

Note that this event does not imply the end of life of the application.

Implements gamp::wt::RenderListener.

Definition at line 828 of file GraphShapes01.cpp.

◆ init() [3/5]

bool Example::init ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Called by the drawable immediately after the render context is initialized.

Can be used to perform one-time renderer initialization per context, such as setup of lights and display lists.

Note that this method may be called more than once if the underlying render context for the drawable is destroyed and recreated.

Returns
true if initialization is completed, false if not initialized yet and init shall be called again

Implements gamp::wt::RenderListener.

Definition at line 332 of file Primitives01.cpp.

◆ dispose() [3/5]

void Example::dispose ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.

Called by the drawable before the render context is destroyed by an external event.

Note that this event does not imply the end of life of the application.

Implements gamp::wt::RenderListener.

Definition at line 339 of file Primitives01.cpp.

◆ init() [4/5]

bool Example::init ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Called by the drawable immediately after the render context is initialized.

Can be used to perform one-time renderer initialization per context, such as setup of lights and display lists.

Note that this method may be called more than once if the underlying render context for the drawable is destroyed and recreated.

Returns
true if initialization is completed, false if not initialized yet and init shall be called again

Implements gamp::wt::RenderListener.

Definition at line 480 of file Primitives02.cpp.

◆ dispose() [4/5]

void Example::dispose ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.

Called by the drawable before the render context is destroyed by an external event.

Note that this event does not imply the end of life of the application.

Implements gamp::wt::RenderListener.

Definition at line 487 of file Primitives02.cpp.

◆ init() [5/5]

bool Example::init ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Called by the drawable immediately after the render context is initialized.

Can be used to perform one-time renderer initialization per context, such as setup of lights and display lists.

Note that this method may be called more than once if the underlying render context for the drawable is destroyed and recreated.

Returns
true if initialization is completed, false if not initialized yet and init shall be called again

Implements gamp::wt::RenderListener.

Definition at line 69 of file RedSquareES2.cpp.

◆ dispose() [5/5]

void Example::dispose ( const WindowRef & ,
const jau::fraction_timespec &  )
inlineoverridevirtual

Notifies the listener to perform the release of all renderer resources per context, such as memory buffers and shader programs.

Called by the drawable before the render context is destroyed by an external event.

Note that this event does not imply the end of life of the application.

Implements gamp::wt::RenderListener.

Definition at line 76 of file RedSquareES2.cpp.


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