j3d.examples.particles.shapes
Class CloudPuffFactory
java.lang.Object
j3d.examples.particles.shapes.ShapeFactory
j3d.examples.particles.shapes.CloudPuffFactory
- All Implemented Interfaces:
- ShapeFactoryInterface
public class CloudPuffFactory
- extends ShapeFactory
Constructor Summary |
CloudPuffFactory()
|
CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance)
|
CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance,
javax.vecmath.Color3f anEmissiveColor,
javax.vecmath.Color3f anEmissiveColorVariance,
int octaves,
int octaveVariance)
|
CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance,
javax.vecmath.Color3f anEmissiveColor,
javax.vecmath.Color3f anEmissiveColorVariance,
int octaves,
int octaveVariance,
int aMode)
|
CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance,
int octaves,
int octaveVariance)
|
CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance,
int octaves,
int octaveVariance,
int aMode)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloudPuffFactory
public CloudPuffFactory()
CloudPuffFactory
public CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance)
CloudPuffFactory
public CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance,
int octaves,
int octaveVariance)
CloudPuffFactory
public CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance,
int octaves,
int octaveVariance,
int aMode)
CloudPuffFactory
public CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance,
javax.vecmath.Color3f anEmissiveColor,
javax.vecmath.Color3f anEmissiveColorVariance,
int octaves,
int octaveVariance)
CloudPuffFactory
public CloudPuffFactory(float aRadius,
float aRadiusVariance,
javax.vecmath.Color3f anAmbientColor,
javax.vecmath.Color3f aAmbientVariance,
javax.vecmath.Color3f anEmissiveColor,
javax.vecmath.Color3f anEmissiveColorVariance,
int octaves,
int octaveVariance,
int aMode)
getEmissiveColor
public javax.vecmath.Color3f getEmissiveColor()
setEmissiveColor
public void setEmissiveColor(javax.vecmath.Color3f emissiveColor)
getEmissiveColorVariance
public javax.vecmath.Color3f getEmissiveColorVariance()
setEmissiveColorVariance
public void setEmissiveColorVariance(javax.vecmath.Color3f emissiveColorVariance)
getNoiseMode
public int getNoiseMode()
setNoiseMode
public void setNoiseMode(int noiseMode)
getOctaves
public int getOctaves()
setOctaves
public void setOctaves(int octaves)
getOctavesVariance
public int getOctavesVariance()
setOctavesVariance
public void setOctavesVariance(int octavesVariance)