HomeSort by relevance Sort by last modified time
    Searched refs:scene (Results 501 - 512 of 512) sorted by null

<<21

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 32 package com.jme3.scene;
49 import com.jme3.scene.control.Control;
57 * <code>Spatial</code> defines the base class for scene graph nodes. It
59 * transforms. All other scene graph elements, such as {@link Node} and
180 * the name of the scene element. This is required for
241 throw new IllegalStateException("Scene graph is not properly updated for rendering.\n"
243 + "Make sure you do not modify the scene from another thread!\n"
551 * @see Spatial#addControl(com.jme3.scene.control.Control)
578 * @see Spatial#addControl(com.jme3.scene.control.Control)
596 * @see Spatial#addControl(com.jme3.scene.control.Control)
    [all...]
VertexBuffer.java 33 package com.jme3.scene;
540 * be called after {@link VertexBuffer#setupData(com.jme3.scene.VertexBuffer.Usage, int, com.jme3.scene.VertexBuffer.Format, java.nio.Buffer) }
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 65 import com.jme3.scene.Node;
66 import com.jme3.scene.Spatial;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java 42 import com.jme3.scene.Geometry;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 274 ctl_scene_info_t scene; member in struct:android::request_control_info
ExynosCameraHWInterface2.cpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingBox.java 43 import com.jme3.scene.Mesh;
48 //import com.jme.scene.TriMesh;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 46 import com.jme3.scene.Geometry;
804 // There are only ambient lights in the scene. Render
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 488 // scene modes
490 // returns pointer to SceneModesEntry from the LUT for camera given 'name' and 'scene'
491 static const SceneModesEntry* getSceneModeEntry(const char* name, OMX_SCENEMODETYPE scene);
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 5 import com.android.hierarchyviewer.scene.ViewNode;
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 444 milliseconds

<<21