SensorRenderer

This class implements our custom renderer. Note that the GL10 parameter passed in is unused for OpenGL ES 2.0 renderers -- the static class GLES20 is used instead.

Constructors

Link copied to clipboard
constructor(sensorFusion: SensorFusion)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun onDrawFrame(glUnused: GL10)
Link copied to clipboard
open override fun onSurfaceChanged(glUnused: GL10, width: Int, height: Int)
Link copied to clipboard
open override fun onSurfaceCreated(glUnused: GL10, config: EGLConfig)