CellexalVR
1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
|
This class is also part of the selection of points in a point cloud logic see also PointSelectionSystem and OctantSystem. Relevant points, meaning points that are in the same or an octant close to the users selection tool are raycasted and checked if they are outside or inside of the selection tool mesh. If they are inside they are selected, i.e. a SelectedPointComponent is added. All the logic happends inside the OnUpdate function. More...
Public Attributes | |
bool | move |
Protected Member Functions | |
override void | OnCreate () |
override void | OnDestroy () |
override void | OnUpdate () |
This class is also part of the selection of points in a point cloud logic see also PointSelectionSystem and OctantSystem. Relevant points, meaning points that are in the same or an octant close to the users selection tool are raycasted and checked if they are outside or inside of the selection tool mesh. If they are inside they are selected, i.e. a SelectedPointComponent is added. All the logic happends inside the OnUpdate function.