Home
last modified time | relevance | path

Searched refs:objectShape (Results 1 – 2 of 2) sorted by relevance

/dports/misc/dartsim/dart-6.11.1/unittests/regression/
H A Dtest_Issue1184.cpp115 const auto objectShape = objectShapeFunction(halfsize); in TEST() local
120 dart::dynamics::DynamicsAspect>(objectShape); in TEST()
165 << "object type: " << objectShape->getType() in TEST()
173 << "object type: " << objectShape->getType() in TEST()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/lw3d/
H A DJ3dLwoParser.java82 Shape3D objectShape; field in J3dLwoParser
288 objectShape = new Shape3D(object); in createJava3dGeometry()
291 objectShape.setAppearance(appearance); in createJava3dGeometry()
292 objectShapeList.addElement(objectShape); in createJava3dGeometry()
594 return objectShape; in getJava3dShape()