Modifier and Type | Field and Description |
---|---|
static boolean |
supportsUIntBuffers |
Constructor and Description |
---|
RajawaliRenderer(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
accept(INodeVisitor visitor) |
void |
addChild(BaseObject3D child) |
void |
addPostProcessingFilter(IPostProcessingFilter filter) |
void |
clearChildren() |
void |
clearPostProcessingFilters() |
Camera |
getCamera() |
java.util.Stack<BaseObject3D> |
getChildren() |
Context |
getContext() |
GLWallpaperService.GLEngine |
getEngine() |
int |
getFrameRate() |
static int |
getMaxLights() |
int |
getNumChildren() |
boolean |
getSceneCachingEnabled() |
boolean |
getSceneInitialized() |
GLSurfaceView |
getSurfaceView() |
TextureManager |
getTextureManager() |
int |
getViewportHeight() |
int |
getViewportWidth() |
static boolean |
isFogEnabled() |
void |
onDrawFrame(GL10 glUnused) |
void |
onOffsetsChanged(float xOffset,
float yOffset,
float xOffsetStep,
float yOffsetStep,
int xPixelOffset,
int yPixelOffset) |
void |
onSurfaceChanged(GL10 gl,
int width,
int height) |
void |
onSurfaceCreated(GL10 gl,
EGLConfig config) |
void |
onSurfaceDestroyed() |
void |
onTouchEvent(MotionEvent event) |
void |
onVisibilityChanged(boolean visible) |
boolean |
removeChild(BaseObject3D child) |
void |
removePostProcessingFilter(IPostProcessingFilter filter) |
void |
requestColorPickingTexture(ObjectColorPicker.ColorPickerInfo pickerInfo) |
void |
setBackgroundColor(float red,
float green,
float blue,
float alpha) |
void |
setBackgroundColor(int color) |
void |
setCamera(Camera mCamera) |
void |
setEngine(GLWallpaperService.GLEngine engine) |
void |
setFogEnabled(boolean enabled) |
void |
setFPSUpdateListener(FPSUpdateListener listener) |
void |
setFrameRate(int frameRate) |
static void |
setMaxLights(int maxLights) |
void |
setSceneCachingEnabled(boolean enabled) |
void |
setSharedPreferences(SharedPreferences preferences) |
void |
setSurfaceView(GLSurfaceView surfaceView) |
void |
setUsesCoverageAa(boolean value) |
void |
startRendering() |
Number3D |
unProject(float x,
float y,
float z) |
public void setCamera(Camera mCamera)
public Camera getCamera()
public void requestColorPickingTexture(ObjectColorPicker.ColorPickerInfo pickerInfo)
public void onDrawFrame(GL10 glUnused)
public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep, float yOffsetStep, int xPixelOffset, int yPixelOffset)
public void onTouchEvent(MotionEvent event)
public void onSurfaceChanged(GL10 gl, int width, int height)
public void onSurfaceCreated(GL10 gl, EGLConfig config)
public void startRendering()
public void onVisibilityChanged(boolean visible)
public void onSurfaceDestroyed()
public void setSharedPreferences(SharedPreferences preferences)
public Number3D unProject(float x, float y, float z)
public int getFrameRate()
public void setFrameRate(int frameRate)
public GLWallpaperService.GLEngine getEngine()
public void setEngine(GLWallpaperService.GLEngine engine)
public GLSurfaceView getSurfaceView()
public void setSurfaceView(GLSurfaceView surfaceView)
public Context getContext()
public TextureManager getTextureManager()
public void addChild(BaseObject3D child)
public void clearChildren()
public boolean removeChild(BaseObject3D child)
public int getNumChildren()
public java.util.Stack<BaseObject3D> getChildren()
public void addPostProcessingFilter(IPostProcessingFilter filter)
public void accept(INodeVisitor visitor)
public void removePostProcessingFilter(IPostProcessingFilter filter)
public void clearPostProcessingFilters()
public int getViewportWidth()
public int getViewportHeight()
public void setBackgroundColor(float red, float green, float blue, float alpha)
public void setBackgroundColor(int color)
public boolean getSceneInitialized()
public void setSceneCachingEnabled(boolean enabled)
public boolean getSceneCachingEnabled()
public void setFogEnabled(boolean enabled)
public void setUsesCoverageAa(boolean value)
public static boolean isFogEnabled()
public static int getMaxLights()
public static void setMaxLights(int maxLights)
public void setFPSUpdateListener(FPSUpdateListener listener)