![]() |
DINO-Unity21
Sample Unity 2021 Project for HL2-DINO
|
Files | |
| MatrixUtilities.cs | |
| Helper matrix utility Functions handling UnityEngine's standard Matrix4x4/Vector3 types. Mostly for help with conversion operations for left-right handed and units. | |
| PrintToolDict.cs | |
| Helper Unity utils script to update a TextMesh with the contents of a ToolDictionary grabbed from UnityToolManager. | |
| ResearchModeController.cs | |
| Main controller/interaction point in Unity for the HL2-DINO .dll. | |
| ToolConfigUtilities.cs | |
| Unity helper functions for handling the info we read from a config .json object used with the family of HL2-DINO applications. | |
| ToolTrackingUtils.cs | |
| Defines some app-wide specifics for IR tool tracking and also helper functions. | |
| UnityToolManager.cs | |
| Main Unity script for processing encoded double arrays passed in from the HL2-DINO-DLL and using this info to update Unity GameObject transforms which are properly set up. | |