org.rajawali3d.view

Package org.rajawali3d.view

Types

Daydream

abstract class Daydream : DreamService, IDisplay
abstract class Daydream : DreamService, IDisplay

IDisplay

interface IDisplay
interface IDisplay

Interface defining some common methods which all Rajawali displays methods must implement.

IRajawaliEglConfigChooser

interface IRajawaliEglConfigChooser : EGLConfigChooser

ISurface

interface ISurface
interface ISurface

Interface which all rendering surfaces must implement so that Renderer may send the few control signals it needs.

SurfaceView

open class SurfaceView : GLSurfaceView, ISurface
open class SurfaceView : GLSurfaceView, ISurface

Rajawali version of a GLSurfaceView. If you plan on using Rajawali with a GLSurfaceView, it is imperative that you extend this class or life cycle events may not function as you expect.

TextureView

open class TextureView : TextureView, ISurface

Rajawali version of a TextureView. If you plan on using Rajawali with a TextureView, it is imperative that you extend this class or life cycle events may not function as you expect.