Package | Description |
---|---|
de.jreality.geometry |
This package contains geometry related utilities.
|
de.jreality.shader |
Contains all jReality shading-related classes and interfaces.
|
Modifier and Type | Field and Description |
---|---|
FrameFieldType |
TubeFactory.frameFieldType |
Modifier and Type | Method and Description |
---|---|
static FrameFieldType |
FrameFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameFieldType[] |
FrameFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TubeUtility.FrameInfo[] |
TubeFactory.makeFrameField(double[][] polygon,
FrameFieldType type,
int metric)
The primary method in the tube-generating process.
|
void |
TubeFactory.setFrameFieldType(FrameFieldType frameFieldType)
Should the underlying frame field be generated by
TubeUtility#PARALLEL or
TubeUtility#FRENET displacement? Default: TubeUtility#PARALLEL |
Modifier and Type | Field and Description |
---|---|
static FrameFieldType |
CommonAttributes.TUBE_STYLE_DEFAULT |
static FrameFieldType |
DefaultLineShader.TUBE_STYLE_DEFAULT |
Modifier and Type | Method and Description |
---|---|
FrameFieldType |
DefaultLineShader.getTubeStyle() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultLineShader.setTubeStyle(FrameFieldType i) |