com.jme3.asset
Interface BlenderKey.FeaturesToLoad

Enclosing class:
BlenderKey

public static interface BlenderKey.FeaturesToLoad

This interface describes the features of the scene that are to be loaded.


Field Summary
static int ALL
           
static int ANIMATIONS
           
static int CAMERAS
           
static int LIGHTS
           
static int MATERIALS
           
static int OBJECTS
           
static int SCENES
           
static int TEXTURES
           
 

Field Detail

SCENES

static final int SCENES
See Also:
Constant Field Values

OBJECTS

static final int OBJECTS
See Also:
Constant Field Values

ANIMATIONS

static final int ANIMATIONS
See Also:
Constant Field Values

MATERIALS

static final int MATERIALS
See Also:
Constant Field Values

TEXTURES

static final int TEXTURES
See Also:
Constant Field Values

CAMERAS

static final int CAMERAS
See Also:
Constant Field Values

LIGHTS

static final int LIGHTS
See Also:
Constant Field Values

ALL

static final int ALL
See Also:
Constant Field Values