8#ifndef META_OCEAN_PLATFORM_ANDROID_APPLICATION_GL_RENDERER_VIEW_H
9#define META_OCEAN_PLATFORM_ANDROID_APPLICATION_GL_RENDERER_VIEW_H
72 bool resize(
const int width,
const int height)
override;
111 static inline GLView* createInstance();
134 unsigned int initialViewportWidth_ = (
unsigned int)(-1);
137 unsigned int initialViewportHeight_ = (
unsigned int)(-1);
140 float previousTouchX_ = -1.0f;
143 float previousTouchY_ = -1.0f;
149 unsigned int renderingIterations_ = 0u;
152 bool adjustFovXToBackground_ =
false;
155 bool viewInteractionEnabled_ =
true;
This class implements a recursive lock object.
Definition Lock.h:31
This class implements a color defined by red, green, blue and alpha parameters.
Definition RGBAColor.h:41
This class implements a timestamp.
Definition Timestamp.h:36
float Scalar
Definition of a scalar type.
Definition Math.h:129
The namespace covering the entire Ocean framework.
Definition Accessor.h:15