Home
last modified time | relevance | path

Searched defs:scene (Results 1 – 25 of 34) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DCinematic.java64 private Node scene; field in Cinematic
76 public Cinematic(Node scene) { in Cinematic()
80 public Cinematic(Node scene, float initialDuration) { in Cinematic()
85 public Cinematic(Node scene, LoopMode loopMode) { in Cinematic()
90 public Cinematic(Node scene, float initialDuration, LoopMode loopMode) { in Cinematic()
338 public void setScene(Node scene) { in setScene()
/external/jmonkeyengine/engine/src/test/jme3test/collision/
DRayTrace.java51 private Spatial scene; field in RayTrace
56 public RayTrace(Spatial scene, Camera cam, int width, int height){ in RayTrace()
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DOctree.java63 private static List<Geometry> getGeometries(Spatial scene){ in getGeometries()
80 public Octree(Spatial scene, int minTrisPerNode){ in Octree()
116 public Octree(Spatial scene){ in Octree()
DGeometryBatchFactory.java319 public static void gatherGeoms(Spatial scene, List<Geometry> geoms) { in gatherGeoms()
337 public static Spatial optimize(Node scene) { in optimize()
349 public static Node optimize(Node scene, boolean useLods) { in optimize()
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
Dtst_qgraphicswebview.cpp125 QGraphicsScene scene; in crashOnViewlessWebPages() local
174 QGraphicsScene* scene = new QGraphicsScene(&view); in widgetsRenderingThroughCache() local
235 QGraphicsScene* scene = new QGraphicsScene(view); in microFocusCoordinates() local
268 QGraphicsScene* scene = new QGraphicsScene(view); in focusInputTypes() local
521 QGraphicsScene* const scene = new QGraphicsScene(this); in GraphicsView() local
/external/jmonkeyengine/engine/src/test/jme3test/light/
DTestManyLights.java49 Node scene = (Node) assetManager.loadModel("Scenes/ManyLights/Main.scene"); in simpleInitApp() local
/external/jmonkeyengine/engine/src/test/jme3test/scene/
DTestUserData.java47 Node scene = (Node) assetManager.loadModel("Scenes/DotScene/DotScene.scene"); in simpleInitApp() local
DTestSceneLoading.java82 Spatial scene = assetManager.loadModel("main.scene"); in simpleInitApp() local
/external/jmonkeyengine/engine/src/test/jme3test/water/
DTestPostWaterLake.java79 Spatial scene = assetManager.loadModel("main.scene"); in simpleInitApp() local
DTestSceneWater.java83 Spatial scene = assetManager.loadModel("main.scene"); in simpleInitApp() local
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qgraphicswkview/
Dtst_qgraphicswkview.cpp56 QGraphicsScene* const scene = new QGraphicsScene(this); in View() local
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
DTestBlenderObjectAnim.java69 Spatial scene = (Spatial) assetManager.loadModel(blenderKey); in simpleInitApp() local
DTestBlenderAnim.java69 Spatial scene = (Spatial) assetManager.loadModel(blenderKey); in simpleInitApp() local
/external/jmonkeyengine/engine/src/test/jme3test/tools/
DTestTextureAtlas.java55 Node scene = new Node("Scene"); in simpleInitApp() local
DTestOctree.java88 Spatial scene = assetManager.loadModel(key); in simpleInitApp() local
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DViewPort.java282 public void attachScene(Spatial scene){ in attachScene()
293 public void detachScene(Spatial scene){ in detachScene()
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestMultiplesFilters.java84 Spatial scene = assetManager.loadModel("main.scene"); in simpleInitApp() local
DTestLightScattering.java71 Spatial scene = assetManager.loadModel("Models/Terrain/Terrain.mesh.xml"); in simpleInitApp() local
DTestFog.java87 Spatial scene = assetManager.loadModel("main.scene"); in simpleInitApp() local
/external/webkit/Source/WebKit/qt/tests/benchmarks/webgl/
Dtst_webgl.cpp60 QGraphicsScene* const scene = new QGraphicsScene(this); in GraphicsView() local
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-raytrace.js292 function renderRows(camera, scene, pixels, width, height, starty, stopy) { argument
305 Camera.prototype.render = function(scene, pixels, width, height) { argument
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-raytrace.js292 function renderRows(camera, scene, pixels, width, height, starty, stopy) { argument
305 Camera.prototype.render = function(scene, pixels, width, height) { argument
/external/v8/benchmarks/
Draytrace.js642 renderScene: function(scene, canvas){ argument
671 getPixelColor: function(ray, scene){ argument
680 testIntersection: function(ray, scene, exclude){ argument
709 rayTrace: function(info, ray, scene, depth){ argument
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-raytrace.js637 renderScene: function(scene, canvas){ argument
666 getPixelColor: function(ray, scene){ argument
675 testIntersection: function(ray, scene, exclude){ argument
704 rayTrace: function(info, ray, scene, depth){ argument
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DTranslucentBucketFilter.java130 private void makeSoftParticleEmitter(Spatial scene, boolean enabled) { in makeSoftParticleEmitter()

12