Class Summary |
AndroidLogHandler |
Converts from Java based logging (Logger to Android based
logging Log . |
BufferUtils |
BufferUtils is a helper class for generating nio buffers from
jME data classes such as Vectors and ColorRGBA. |
IntMap<T> |
Similar to a Map except that ints are used as keys. |
IntMap.Entry<T> |
|
JmeFormatter |
More simple formatter than the default one used in Java logging. |
ListMap<K,V> |
Implementation of a Map that favors iteration speed rather than
get/put speed. |
LittleEndien |
LittleEndien is a class to read littleendien stored data
via a InputStream. |
NativeObject |
Describes a native object. |
NativeObjectManager |
GLObjectManager tracks all GLObjects used by the Renderer. |
PlaceholderAssets |
|
RingBuffer<T> |
Ring buffer (fixed size queue) implementation using a circular array (array
with wrap-around). |
SafeArrayList<E> |
Provides a list with similar modification semantics to java.util.concurrent's
CopyOnWriteArrayList except that it is not concurrent and also provides
direct access to the current array. |
Screenshots |
|
SkyFactory |
SkyFactory is used to create jME Spatial s that can
be attached to the scene to display a sky image in the background. |
SortUtil |
Quick and merge sort implementations that create no garbage, unlike Arrays.sort(long[]) . |
TangentBinormalGenerator |
|
TangentBinormalGenerator.TriangleData |
Keeps track of tangent, binormal, and normal for one triangle. |
TempVars |
Temporary variables assigned to each thread. |