- length() - Method in class com.threed.jpct.SimpleVector
-
Gives the length of this SimpleVector
- LensFlare - Class in com.threed.jpct.util
-
A simple lens flare effect.
- LensFlare(SimpleVector, String, String, String, String) - Constructor for class com.threed.jpct.util.LensFlare
-
Create a new lens flare for a light source.
- Light - Class in com.threed.jpct
-
- Light(World) - Constructor for class com.threed.jpct.Light
-
Creates a new light in the world.
- LIGHT_INVISIBLE - Static variable in class com.threed.jpct.Light
-
The light is not visible
- LIGHT_VISIBLE - Static variable in class com.threed.jpct.Light
-
The light is visible
- LIGHTING_ALL_ENABLED - Static variable in class com.threed.jpct.Object3D
-
Indicates that all kinds of light (lightsources, ambient and additional
color) will be used on this object.
- LIGHTING_NO_LIGHTS - Static variable in class com.threed.jpct.Object3D
-
Indicates that no lightsources will be taken into account to calculate an
object's lighting.
- LINEAR - Static variable in class com.threed.jpct.Animation
-
Use linear interpolation between keyframes.
- LL_DEBUG - Static variable in class com.threed.jpct.Logger
-
Log-Level: log everything including debug
- LL_ERRORS_AND_WARNINGS - Static variable in class com.threed.jpct.Logger
-
Log-Level: log errors and warnings
- LL_ONLY_ERRORS - Static variable in class com.threed.jpct.Logger
-
Log-Level: log errors only
- LL_VERBOSE - Static variable in class com.threed.jpct.Logger
-
Log-Level: log everything but debug (default)
- load3DS(InputStream, float) - Static method in class com.threed.jpct.Loader
-
Loads a file in 3DS-format into an array of objects. 3DS is a 3D-Studio
format supported by many converter tools.
- loadASC(InputStream, float, boolean) - Static method in class com.threed.jpct.Loader
-
Loads a file in ASC-format into an object.
- Loader - Class in com.threed.jpct
-
Loader offers some static methods for loading files.
- loadImage(InputStream, boolean) - Static method in class com.threed.jpct.util.BitmapHelper
-
Creates a Bitmap from an Inputstream by using Android's BitmapFactory.
- loadImage(InputStream) - Static method in class com.threed.jpct.util.BitmapHelper
-
Creates a Bitmap from an Inputstream by using Android's BitmapFactory.
- loadMD2(InputStream, float) - Static method in class com.threed.jpct.Loader
-
Loads an object out of a file in MD2-format (Quake2 model format).
- loadOBJ(InputStream, InputStream, float) - Static method in class com.threed.jpct.Loader
-
Loads a file in OBJ-format into an array of objects.
- loadSerializedObject(InputStream) - Static method in class com.threed.jpct.Loader
-
Loads an object in serialized format.
- loadSerializedObjectArray(InputStream) - Static method in class com.threed.jpct.Loader
-
Loads an object-array in serialized format.
- loadTextFile(InputStream) - Static method in class com.threed.jpct.Loader
-
Loads a text-file into a String.
- log(String) - Static method in class com.threed.jpct.Logger
-
Logs a message.
- log(Throwable) - Static method in class com.threed.jpct.Logger
-
Logs an exception as an error.
- log(Throwable, int) - Static method in class com.threed.jpct.Logger
-
Logs an exception.
- log(String, int) - Static method in class com.threed.jpct.Logger
-
Logs a message, error or warning.
- log(String, int) - Method in interface com.threed.jpct.LogHandler
-
If you add an implementation of this interface to the Logger, this method will be called in case of a log event.
- Logger - Class in com.threed.jpct
-
Logger is jPCT's simple logging class for printing and storing messages,
errors and warnings.
- Logger() - Constructor for class com.threed.jpct.Logger
-
- LogHandler - Interface in com.threed.jpct
-
Interface to hook into the logger to redirect the output.
- lookAt(SimpleVector) - Method in class com.threed.jpct.Camera
-
Rotates the camera so that is looks at the given position in world-space.