Skip to content

Small improvements to RealtimeDataSource and Replicator#2

Open
danieljharris wants to merge 8 commits intophilfleck:icg_fleck_realtime_datasource_and_replicatorfrom
danieljharris:icg_fleck_realtime_datasource_and_replicator
Open

Small improvements to RealtimeDataSource and Replicator#2
danieljharris wants to merge 8 commits intophilfleck:icg_fleck_realtime_datasource_and_replicatorfrom
danieljharris:icg_fleck_realtime_datasource_and_replicator

Conversation

@danieljharris
Copy link

These are some improvements to the RealtimeDataSource and some code cleanup changed to Replicator.

These are only suggestions, feel free to keep or not keep any changes you want 🙂

List of changes

Realtime Datasource

  • Added ability to enable/disable auto min max boundary scaling per dimension
  • Added regions to code
  • Added RealtimeDataDemo script back to the demo scene (Somehow became "missing")
  • Removed unused variables
  • Removed commented out code
  • Added check for maxVal >= minVal in RealtimeDataSource.cs

Replicator

  • Removed unused "using"
  • Removed unused variables
  • Removed commented out code
  • Changed name of prefab created by the context menu
  • Fixed bug where SharedMaterial == null in BigMesh.cs when stopping the program
  • Fixed bug where Axies dictionary would not contain a key for an Axis in RealtimeDataReplicationDemo.cs
  • Converted UpdateDatasource function to use early returns in Replicator.cs to greatly reduce indentation

Miscellaneous

  • Moved images from iatkrunner to github user content and removed iatkrunner folder (Note: You can upload images to github user content by pasting them into the web editor when editing a readme file)
  • Removed unused .meta file

…d_replicator

Icg fleck realtime datasource and replicator
Note: You can upload images to github user content by pasting them into the web editor when editing a readme file
- Added RealtimeDataDemo script back to the demo scene (Somehow became "missing")
- Removed unused variables from RealtimeDataDemo.cs
- Removed commented out  code from RealtimeDataDemo.cs
- Fixed if statement in RealtimeDataDemo.cs
- Added regions to RealtimeDataSource.cs
- Added check for maxVal >= minVal in RealtimeDataSource.cs
- Added bool option for auto scaling called "cutoffDataToBeInsideMinMaxValues" in RealtimeDataSource.cs
- Removed unused "using"
- Removed unused variables in RealtimeDataReplicationDemo.cs
- Removed commented out code in RealtimeDataReplicationDemo.cs
- Changed name of prefab created by the context menu
- Fixed bug where SharedMaterial == null in BigMesh.cs when stopping the program
- Fixed bug where Axies dictionary would not contain a key for an Axis in RealtimeDataReplicationDemo.cs
- Converted UpdateDatasource function to use early returns in Replicator.cs to greatly reduce indentation
- Data dimension auto boundary scaling is now set on a per dimension basis
- More small changes to Replicator.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant