aytimothy / RealityVirtualVirturalizer

Griffith University WIL ICT 2020 Trimester 1 Project | A device and software package that scans the physical world for virtual/robotics use
1 stars 1 forks source link

View Tab doesn't toggle anything #48

Closed aytimothy closed 4 years ago

aytimothy commented 4 years ago

When you toggle, nothing is toggled. As a reminder, this is what the buttons are supposed to do:

Option Behaviour
Point Cloud One of two display types; shows data in point cloud.
Image Color Makes all dots in the color of the image.
Classification Makes all dots in the color of their vertex/edge/face classifications.
Reconstruction One of two display types; shows data, reconstructed model (assuming you've hit the reconstruct button already, otherwise shows nothing).
Color Toggles texture display
UVs Toggle UV mapping display.

You can try/test by adding dummy data into Point(s). A recommended way to go about is make a function in every Point and have a function that sets the material color to whatever the value of the relevant color value is, so a ShowPredictionColor() and a ShowStampedColor() or something.

aytimothy commented 4 years ago

Related: #49

aytimothy commented 4 years ago

And by extensions #49 also is this.