- ELLIPSOID_ALIGNED - Static variable in class com.threed.jpct.Camera
-
The camera's ellipsoid won't be transformed when performing collision
detection (default).
- ELLIPSOID_ALIGNED - Static variable in class com.threed.jpct.Object3D
-
The object's ellipsoid won't be transformed when performing collision
detection (default).
- ELLIPSOID_TRANSFORMED - Static variable in class com.threed.jpct.Camera
-
The camera's ellipsoid will be transformed when performing collision
detection.
- ELLIPSOID_TRANSFORMED - Static variable in class com.threed.jpct.Object3D
-
The object's ellipsoid will be transformed when performing collision
detection.
- ellipsoidIntersectsAABB(SimpleVector, SimpleVector) - Method in class com.threed.jpct.Object3D
-
Checks if a given ellipsoid intersects the axis aligned bounding box (in
object-space) of this object.
- ellipsoidIntersectsAABB(float, float, float, SimpleVector) - Method in class com.threed.jpct.Object3D
-
- enable() - Method in class com.threed.jpct.Light
-
Enables a light.
- enable4bpp(boolean) - Method in class com.threed.jpct.Texture
-
Makes jPCT converting this texture to use 4 bits per pixel/alpha
(respectively 5/1 without a dedicated alpha channel) instead of 8, i.e.
- enableClamping() - Method in class com.threed.jpct.Texture
-
Deprecated.
- enableCollisionListeners() - Method in class com.threed.jpct.Object3D
-
(Re-)enables all collision listerner of this object.
- enableLazyTransformations() - Method in class com.threed.jpct.Object3D
-
Enables "lazy transformations".
- ENVMAP_DISABLED - Static variable in class com.threed.jpct.Object3D
-
Environment mapping is disabled
- ENVMAP_ENABLED - Static variable in class com.threed.jpct.Object3D
-
Environment mapping is enabled
- equals(Object) - Method in class com.threed.jpct.Matrix
-
- equals(Object) - Method in class com.threed.jpct.SimpleVector
-
Overrides the equals()-method from java.lang.Object.
- ERROR - Static variable in class com.threed.jpct.Logger
-
The message is an error
- ExtendedPrimitives - Class in com.threed.jpct.util
-
This class provides some methods to create basic 3d objects that can be used within a jPCT world.
- ExtendedPrimitives() - Constructor for class com.threed.jpct.util.ExtendedPrimitives
-