OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wiresphere
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireSphere.java
46
public class
WireSphere
extends Mesh {
51
public
WireSphere
() {
55
public
WireSphere
(float radius) {
150
* Create a
WireSphere
from a BoundingSphere
153
* BoundingSphere used to create the
WireSphere
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestDebugShapes.java
44
import com.jme3.scene.debug.
WireSphere
;
78
putShape(new
WireSphere
(1), color).setLocalTranslation(pos);
Completed in 2323 milliseconds