public class Particle extends BaseObject3D
Constructor and Description |
---|
Particle() |
Modifier and Type | Method and Description |
---|---|
float |
getPointSize() |
void |
setMaterial(AMaterial material,
boolean copyTextures) |
void |
setPointSize(float pointSize) |
accept, addChild, addLight, addTexture, clone, clone, compareTo, getChildAt, getChildByName, getDrawingMode, getGeometry, getLight, getLight, getMaterial, getModelMatrix, getName, getNumChildren, getPickingColor, getRenderChildrenAsBatch, getRotationMatrix, getTextureInfoList, isBlendingEnabled, isContainer, isContainer, isDepthMaskEnabled, isDepthTestEnabled, isDoubleSided, isForcedDepth, isInFrustum, isPartOfBatch, isTransparent, isVisible, reload, removeChild, render, render, setBlendFunc, setBlendingEnabled, setColor, setColor, setColor, setData, setData, setData, setDepthMaskEnabled, setDepthTestEnabled, setDoubleSided, setDrawingMode, setForcedDepth, setFrustumTest, setLight, setLights, setMaterial, setName, setPartOfBatch, setPickingColor, setRenderChildrenAsBatch, setScreenCoordinates, setShowBoundingVolume, setTransparent, setVisible, toSerializedObject3D
getOrientation, getPosition, getRotation, getRotX, getRotY, getRotZ, getScale, getScaleX, getScaleY, getScaleZ, getX, getY, getZ, rotateAround, rotateAround, setLookAt, setLookAt, setOrientation, setOrientation, setPosition, setPosition, setRotation, setRotation, setRotX, setRotY, setRotZ, setScale, setScale, setScale, setScaleX, setScaleY, setScaleZ, setX, setY, setZ
public void setPointSize(float pointSize)
public float getPointSize()
public void setMaterial(AMaterial material, boolean copyTextures)
setMaterial
in class BaseObject3D