OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachChild
(Results
1 - 25
of
198
) sorted by null
1
2
3
4
5
6
7
8
/external/jmonkeyengine/engine/src/test/jme3test/tools/
TestTextureAtlas.java
66
scene.
attachChild
(obj1);
67
scene.
attachChild
(obj2);
68
scene.
attachChild
(obj3);
69
scene.
attachChild
(obj4);
70
scene.
attachChild
(obj5);
82
rootNode.
attachChild
(geom);
88
rootNode.
attachChild
(box);
TestSaveGame.java
63
myPlayer.
attachChild
(model);
71
player.
attachChild
(model);
72
rootNode.
attachChild
(player);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
SimpleBatchNode.java
29
public int
attachChild
(Spatial child) {
35
return super.
attachChild
(child);
/external/jmonkeyengine/engine/src/test/jme3test/gui/
TestZOrder.java
52
guiNode.
attachChild
(p);
60
guiNode.
attachChild
(p2);
/external/jmonkeyengine/engine/src/test/jme3test/light/
TestManyLights.java
50
rootNode.
attachChild
(scene);
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestBillboard.java
76
bb.
attachChild
(g);
77
bb.
attachChild
(g3);
81
n.
attachChild
(g2);
82
n.
attachChild
(bb);
83
rootNode.
attachChild
(n);
87
n2.
attachChild
(n);
89
rootNode.
attachChild
(n2);
92
// rootNode.
attachChild
(bb);
93
// rootNode.
attachChild
(g2);
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestLocalPhysics.java
68
rootNode.
attachChild
(physicsSphere);
75
rootNode.
attachChild
(physicsSphere2);
83
rootNode.
attachChild
(physicsBox);
90
rootNode.
attachChild
(physicsCylinder);
97
rootNode.
attachChild
(node2);
104
rootNode.
attachChild
(node3);
TestSimplePhysics.java
67
rootNode.
attachChild
(physicsSphere);
73
rootNode.
attachChild
(physicsSphere2);
80
rootNode.
attachChild
(physicsBox);
86
rootNode.
attachChild
(physicsCylinder);
92
rootNode.
attachChild
(node2);
98
rootNode.
attachChild
(node3);
TestPhysicsReadWrite.java
74
rootNode.
attachChild
(physicsRootNode);
79
rootNode.
attachChild
(physicsSphere);
85
rootNode.
attachChild
(physicsSphere2);
92
rootNode.
attachChild
(physicsBox);
98
rootNode.
attachChild
(physicsCylinder);
104
rootNode.
attachChild
(node2);
110
rootNode.
attachChild
(node3);
132
rootNode.
attachChild
(newPhysicsRootNode);
TestRagDoll.java
73
ragDoll.
attachChild
(shoulders);
74
ragDoll.
attachChild
(body);
75
ragDoll.
attachChild
(hips);
76
ragDoll.
attachChild
(uArmL);
77
ragDoll.
attachChild
(uArmR);
78
ragDoll.
attachChild
(lArmL);
79
ragDoll.
attachChild
(lArmR);
80
ragDoll.
attachChild
(uLegL);
81
ragDoll.
attachChild
(uLegR);
82
ragDoll.
attachChild
(lLegL)
[
all
...]
TestGhostObject.java
75
rootNode.
attachChild
(physicsBox);
81
rootNode.
attachChild
(physicsBox1);
87
rootNode.
attachChild
(physicsBox2);
94
rootNode.
attachChild
(node);
109
rootNode.
attachChild
(node);
TestAttachDriver.java
121
rootNode.
attachChild
(floorGeom);
164
node1.
attachChild
(wheels1);
172
node2.
attachChild
(wheels2);
180
node3.
attachChild
(wheels3);
188
node4.
attachChild
(wheels4);
194
vehicleNode.
attachChild
(node1);
195
vehicleNode.
attachChild
(node2);
196
vehicleNode.
attachChild
(node3);
197
vehicleNode.
attachChild
(node4);
199
rootNode.
attachChild
(vehicleNode)
[
all
...]
TestCollisionGroups.java
69
rootNode.
attachChild
(physicsSphere);
76
rootNode.
attachChild
(physicsSphere2);
84
rootNode.
attachChild
(node2);
90
rootNode.
attachChild
(node3);
TestKinematicAddToPhysicsSpaceIssue.java
40
rootNode.
attachChild
(physicsSphere);
52
rootNode.
attachChild
(physicsSphere2);
66
rootNode.
attachChild
(node2);
72
rootNode.
attachChild
(node3);
TestPhysicsCar.java
136
node1.
attachChild
(wheels1);
144
node2.
attachChild
(wheels2);
152
node3.
attachChild
(wheels3);
160
node4.
attachChild
(wheels4);
166
vehicleNode.
attachChild
(node1);
167
vehicleNode.
attachChild
(node2);
168
vehicleNode.
attachChild
(node3);
169
vehicleNode.
attachChild
(node4);
170
rootNode.
attachChild
(vehicleNode);
/external/jmonkeyengine/engine/src/android/jme3test/android/
SimpleSoundTest.java
31
rootNode.
attachChild
(gun);
32
rootNode.
attachChild
(nature);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
SkeletonDebugger.java
53
attachChild
(new Geometry(name+"_wires", wires));
54
attachChild
(new Geometry(name+"_points", points));
/external/jmonkeyengine/engine/src/test/jme3test/collision/
TestMousePick.java
67
rootNode.
attachChild
(shootables);
68
shootables.
attachChild
(makeCube("a Dragon", -2f, 0f, 1f));
69
shootables.
attachChild
(makeCube("a tin can", 1f, -2f, 0f));
70
shootables.
attachChild
(makeCube("the Sheriff", 0f, 1f, -2f));
71
shootables.
attachChild
(makeCube("the Deputy", 1f, 0f, -4f));
72
shootables.
attachChild
(makeFloor());
73
shootables.
attachChild
(makeCharacter());
102
rootNode.
attachChild
(mark);
/external/jmonkeyengine/engine/src/test/jme3test/conversion/
TestMipMapGen.java
55
guiNode.
attachChild
(txt);
59
guiNode.
attachChild
(txt);
89
rootNode.
attachChild
(quad1);
90
rootNode.
attachChild
(quad2);
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAssets.java
60
rootNode.
attachChild
(teapot);
69
rootNode.
attachChild
(wall);
78
guiNode.
attachChild
(helloText);
85
rootNode.
attachChild
(ninja);
HelloNode.java
74
rootNode.
attachChild
(pivot); // put this node in the scene
77
pivot.
attachChild
(blue);
78
pivot.
attachChild
(red);
HelloAudio.java
36
rootNode.
attachChild
(player);
49
rootNode.
attachChild
(audio_gun);
57
rootNode.
attachChild
(audio_nature);
/external/jmonkeyengine/engine/src/test/jme3test/model/
TestObjLoading.java
57
rootNode.
attachChild
(teaGeom);
/external/jmonkeyengine/engine/src/test/jme3test/network/
TestRemoteCall.java
65
public boolean
attachChild
(String model);
69
public boolean
attachChild
(String model) {
77
serverApp.getRootNode().
attachChild
(spatial);
114
boolean result = access.
attachChild
("Models/Oto/Oto.mesh.xml");
/external/jmonkeyengine/engine/src/test/jme3test/effect/
TestParticleExportingCloning.java
69
rootNode.
attachChild
(emit);
70
rootNode.
attachChild
(emit2);
81
rootNode.
attachChild
(emit3);
Completed in 762 milliseconds
1
2
3
4
5
6
7
8