Package | Description |
---|---|
heronarts.lx.studio.ui | |
heronarts.p3lx.ui.component |
Collection of standard UI components.
|
Modifier and Type | Field and Description |
---|---|
UIPointCloud |
UIPreviewWindow.pointCloud |
Modifier and Type | Class and Description |
---|---|
class |
UIGLPointCloud
Same as a UIPointCloud, except this version uses GLSL to draw
the points with a vertex shader.
|
Modifier and Type | Method and Description |
---|---|
UIPointCloud |
UIPointCloud.disablePointSizeAttenuation()
Disable point size attenuation
|
UIPointCloud |
UIPointCloud.setPointSize(float pointSize)
Sets the size of points
|
UIPointCloud |
UIPointCloud.setPointSizeAttenuation(float a,
float b,
float c)
Sets point size attenuation, fn = 1/sqrt(constant + linear*d + quadratic*d^2)
|
LX library by Mark C. Slee. © 2012-2020