public class SingleShapeVisualizer<TE extends ThingEstimate> extends BaseVisualizer<TE>
EstimateVisualizer.Jme3CoordinateFrame| Modifier and Type | Field and Description |
|---|---|
org.cogchar.render.goody.dynamic.VizShape |
myCachedVizObject |
| Constructor and Description |
|---|
SingleShapeVisualizer(BaseVisualizer<?> otherViz,
org.cogchar.render.goody.dynamic.VizShapeSiblingGroup existingGroup) |
SingleShapeVisualizer(org.cogchar.render.app.humanoid.HumanoidRenderContext hrc,
org.appdapter.core.name.Ident ownedShapeGroupID) |
SingleShapeVisualizer(org.cogchar.render.app.humanoid.HumanoidRenderContext hrc,
org.cogchar.render.goody.dynamic.VizShapeSiblingGroup existingGroup) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
attachSimpleVizObj_onRendThrd(TE te) |
void |
ensureDisplayed_onRendThrd(TE te,
float timePerFrame) |
org.cogchar.render.goody.dynamic.VizShapeSiblingGroup |
getShapeGroup()
This shapeGroup may be either local to this visualizer, or shared with others.
|
void |
updateDisplay_onRendThrd(TE te,
float timePerFrame) |
getConfigEmitter, getHumanoidFigureManager, getPhysicsSpace, getRenderRegistryClient, renderCurrentEstimates_onRendThrdcheckDebugImportance, forceLog4jConfig, getLogger, getLoggerForClass, isLoggerUsable, logDebug, logError, logError, logInfo, logInfo, logInfoEvent, logWarning, logWarning, logWithException, setDebugImportanceThreshold, setLogger, useLoggerForClasspublic SingleShapeVisualizer(org.cogchar.render.app.humanoid.HumanoidRenderContext hrc,
org.appdapter.core.name.Ident ownedShapeGroupID)
public SingleShapeVisualizer(org.cogchar.render.app.humanoid.HumanoidRenderContext hrc,
org.cogchar.render.goody.dynamic.VizShapeSiblingGroup existingGroup)
public SingleShapeVisualizer(BaseVisualizer<?> otherViz, org.cogchar.render.goody.dynamic.VizShapeSiblingGroup existingGroup)
public org.cogchar.render.goody.dynamic.VizShapeSiblingGroup getShapeGroup()
EstimateVisualizerpublic void ensureDisplayed_onRendThrd(TE te, float timePerFrame)
ensureDisplayed_onRendThrd in class BaseVisualizer<TE extends ThingEstimate>public void updateDisplay_onRendThrd(TE te, float timePerFrame)
updateDisplay_onRendThrd in class BaseVisualizer<TE extends ThingEstimate>protected void attachSimpleVizObj_onRendThrd(TE te)
Copyright © 2011-2015. All Rights Reserved.