public class TessellatedContent
extends de.jreality.plugin.basic.Content
Modifier and Type | Class and Description |
---|---|
static interface |
TessellatedContent.GroupChangedListener |
Modifier and Type | Field and Description |
---|---|
protected List<TessellatedContent.GroupChangedListener> |
listeners |
Constructor and Description |
---|
TessellatedContent() |
addContentChangedListener, addContentToolImpl, fireContentChanged, fireContentChanged, getContentNode, getContentRoot, removeContentChangedListener, removeContentTool, removeContentToolImpl, setContentNode
protected List<TessellatedContent.GroupChangedListener> listeners
public boolean addContentTool(de.jreality.scene.tool.Tool tool)
addContentTool
in class de.jreality.plugin.basic.Content
public boolean addGroupChangedListener(TessellatedContent.GroupChangedListener l)
public void adjustConstraints(int framerate)
public void fireGroupChanged()
public void fireGroupChanged(Event cce)
public double getFlySpeed()
public DiscreteGroup getGroup()
public DiscreteGroupSimpleConstraint getMasterConstraint()
public de.jtem.jrworkspace.plugin.PluginInfo getPluginInfo()
getPluginInfo
in class de.jtem.jrworkspace.plugin.Plugin
public double getScale()
public DiscreteGroupSceneGraphRepresentation getTheRepn()
protected de.jreality.scene.SceneGraphComponent getToolComponent()
getToolComponent
in class de.jreality.plugin.basic.Content
public DiscreteGroupViewportConstraint getViewportConstraint()
public void install(de.jtem.jrworkspace.plugin.Controller c) throws Exception
install
in class de.jreality.plugin.basic.Content
Exception
public boolean isClipToCamera()
public boolean isFollowsCamera()
public boolean isShowGroupLoader()
public boolean removeGroupChangedListener(TessellatedContent.GroupChangedListener l)
public void setClipToCamera(boolean clipToCamera)
public void setContent(de.jreality.scene.SceneGraphNode node)
setContent
in class de.jreality.plugin.basic.Content
public void setFlySpeed(double flySpeed)
public void setFollowsCamera(boolean followsCamera)
public void setGroup(DiscreteGroup theGroup)
public void setGroup(DiscreteGroup theGroup, boolean copycat)
public void setMasterConstraint(DiscreteGroupSimpleConstraint mc)
public void setScale(double scale)
public void setShowGroupLoader(boolean showGroupLoader)
public void setupJRViewer(de.jreality.plugin.JRViewer jrv)
public void setupLights()
public void setViewportConstraint(DiscreteGroupViewportConstraint theConstraint)
public void updateMasterConstraint()
public void updateViewportConstraint()