CellexalVR  1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
CellexalVR.AnalysisLogic.RaycastSystem Class Reference

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...

Inheritance diagram for CellexalVR.AnalysisLogic.RaycastSystem:

Public Attributes

bool move
 

Protected Member Functions

override void OnCreate ()
 
override void OnDestroy ()
 
override void OnUpdate ()
 

Detailed Description

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.


The documentation for this class was generated from the following file: