IRL2 / SubtleGame

A psychophysics game for interactive molecular dynamics
Other
1 stars 0 forks source link

Update logic for interaction rendering #294

Closed rhoslynroebuck closed 1 month ago

rhoslynroebuck commented 1 month ago

Update the logic for the rendering of the player's interactions with the simulation.

The logic for the interaction rendering has been moved from the UserInteractionManager (formerly PinchGrab) script to separate scripts, with the following key changes:

These commits also include general code tidy up and refactoring.