A B C D E F G H I L M N O P R S T U V W

R

Ray - Interface in de.javagl.swogl.geometry
Interface describing a ray.
releaseSwoglComponent(SwoglComponent) - Method in interface de.javagl.swogl.SwoglComponentHandler
Release the given SwoglComponent.
remove(SwoglComponent) - Method in class de.javagl.swogl.SwoglContainer
Removes the given SwoglComponent from this SwoglContainer
remove(int) - Method in class de.javagl.swogl.SwoglContainer
Removes the SwoglComponent with the given index
removeAll() - Method in class de.javagl.swogl.SwoglContainer
Removes all SwoglComponents
removeCameraListener(CameraListener) - Method in interface de.javagl.swogl.scene.Camera
Remove the given listener from this camera
removeCameraListener(CameraListener) - Method in class de.javagl.swogl.scene.DefaultCamera
 
removeLight(int) - Method in class de.javagl.swogl.scene.DefaultLightSetup
 
removeLight(Light) - Method in class de.javagl.swogl.scene.DefaultLightSetup
 
removeLight(int) - Method in interface de.javagl.swogl.scene.LightSetup
Removes the Light with the given Index from this setup.
removeLight(Light) - Method in interface de.javagl.swogl.scene.LightSetup
Removes the given Light from this setup.
removeLightListener(LightListener) - Method in interface de.javagl.swogl.scene.Light
Remove the given LightListener
removeLightSetupListener(LightSetupListener) - Method in class de.javagl.swogl.scene.DefaultLightSetup
 
removeLightSetupListener(LightSetupListener) - Method in interface de.javagl.swogl.scene.LightSetup
Remove the given LightSetupListener
renderAllSwoglComponents() - Method in interface de.javagl.swogl.SwoglRenderer
Shortcut for
for (SwoglComponent s : getSwoglComponents()) renderSwoglComponent(s);
renderSwoglComponent(SwoglComponent) - Method in interface de.javagl.swogl.SwoglRenderer
Causes a rendering of the current state of the given SwoglComponent.
repaint() - Method in class de.javagl.swogl.SwoglContainer
Causes a repaint of the visible component of this SwoglContainer.
rotate(Vector3f, double) - Static method in class de.javagl.swogl.MatrixUtils
Creates a matrix that describes a rotation of the given angle around the given axis
rotateX(double) - Static method in class de.javagl.swogl.MatrixUtils
Creates and returns a rotation matrix.
rotateY(double) - Static method in class de.javagl.swogl.MatrixUtils
Creates and returns a rotation matrix.
rotateZ(double) - Static method in class de.javagl.swogl.MatrixUtils
Creates and returns a rotation matrix.

A B C D E F G H I L M N O P R S T U V W