protected static class AntennaModel.ShapeData extends AbstractShape.AbstractShapeData
AbstractShape.AbstractShapeData
.Modifier and Type | Field and Description |
---|---|
protected IntBuffer[] |
indices |
protected FloatBuffer |
normals |
protected FloatBuffer |
texCoords |
protected FloatBuffer |
vertices |
frameNumber, referenceDistance, referencePoint, vboCacheKey
extent, eyeDistance, globeStateKey, lastUsed, timer, timerAdjustedEyeDistance, verticalExaggeration
Constructor and Description |
---|
ShapeData(DrawContext dc,
AntennaModel shape)
Construct a cache entry using the boundaries of this shape.
|
getFrameNumber, getReferenceDistance, getReferencePoint, getVboCacheKey, setFrameNumber, setReferenceDistance, setReferencePoint, setVboCacheKey
adjustTimer, getExtent, getEyeDistance, getGlobeStateKey, getTimer, getVerticalExaggeration, isExpired, isValid, restartTimer, setExpired, setExtent, setEyeDistance, setGlobeStateKey, setTimer, setVerticalExaggeration
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
protected IntBuffer[] indices
protected FloatBuffer normals
protected FloatBuffer texCoords
protected FloatBuffer vertices
public ShapeData(DrawContext dc, AntennaModel shape)
dc
- the current draw context.shape
- this shape.