CellexalVR
1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
|
Class used to change the point cloud settings such as transparency, size and spread. The way to change the values is through a slider for each. Changing the settings changes the value for all point clouds in the scene. More...
Public Member Functions | |
void | ToggleSettings () |
Make the settings sliders visible and active to change. More... | |
void | ChangePointSize (float value) |
Sets the point size of all point clouds in the scene. More... | |
void | ChangePointSpread (float value) |
Sets the point spread of all point clouds in the scene. Spread means the distances between each point without changing size. It scales the same for all points so the structure of the graph remains. More... | |
void | ChangePointAlpha (float value) |
Change transparency of all point clouds in the scene. More... | |
Public Attributes | |
float | size = 0.003f |
float | spread = 1f |
float | alpha = 1f |
Properties | |
float | Size [get, set] |
float | Spread [get, set] |
float | Alpha [get, set] |
Class used to change the point cloud settings such as transparency, size and spread. The way to change the values is through a slider for each. Changing the settings changes the value for all point clouds in the scene.
void CellexalVR.Spatial.PointCloudSettings.ChangePointAlpha | ( | float | value | ) |
Change transparency of all point clouds in the scene.
value |
void CellexalVR.Spatial.PointCloudSettings.ChangePointSize | ( | float | value | ) |
Sets the point size of all point clouds in the scene.
value | The size to set. |
void CellexalVR.Spatial.PointCloudSettings.ChangePointSpread | ( | float | value | ) |
Sets the point spread of all point clouds in the scene. Spread means the distances between each point without changing size. It scales the same for all points so the structure of the graph remains.
value |
void CellexalVR.Spatial.PointCloudSettings.ToggleSettings | ( | ) |
Make the settings sliders visible and active to change.