Package | Description |
---|---|
org.sunflow | |
org.sunflow.core | |
org.sunflow.math |
Modifier and Type | Method and Description |
---|---|
void |
SunflowAPIInterface.parameter(java.lang.String name,
Point2 value)
Declare a parameter with the specified name and value.
|
void |
SunflowAPI.parameter(java.lang.String name,
Point2 value) |
Modifier and Type | Method and Description |
---|---|
Point2 |
ParameterList.getTexCoord(java.lang.String name,
Point2 defaultValue)
Get the specified texture coordinate parameter from this list.
|
Point2 |
ShadingState.getUV()
Get texture coordinates at the hit point.
|
Modifier and Type | Method and Description |
---|---|
Point2 |
ParameterList.getTexCoord(java.lang.String name,
Point2 defaultValue)
Get the specified texture coordinate parameter from this list.
|
Modifier and Type | Method and Description |
---|---|
Point2 |
Point2.set(float x,
float y) |
Point2 |
Point2.set(Point2 p) |
Modifier and Type | Method and Description |
---|---|
static Vector3 |
PerlinVector.noise(Point2 p) |
static float |
PerlinScalar.noise(Point2 p) |
static Vector3 |
PerlinVector.pnoise(Point2 p,
float periodx,
float periody) |
static float |
PerlinScalar.pnoise(Point2 p,
float periodx,
float periody) |
Point2 |
Point2.set(Point2 p) |
static Vector3 |
PerlinVector.snoise(Point2 p) |
static float |
PerlinScalar.snoise(Point2 p) |
static Vector3 |
PerlinVector.spnoise(Point2 p,
float periodx,
float periody) |
static float |
PerlinScalar.spnoise(Point2 p,
float periodx,
float periody) |
Constructor and Description |
---|
Point2(Point2 p) |