Open
Description
In 2017 (scratch 2) I made this project that scans a costume using touching color blocks and constructs a 3D level based on it. Scanning costume in the project is small, so scratch uses CPU collision.
Expected Behavior
Scratch 2, GPU collision of Scratch 3, unofficial alternative players like Forkphorus all produce the same correct result:
Actual Behavior
CPU collision which scratch uses in this case produces different incorrect results:
Steps to Reproduce
Steps to reproduce the behavior:
- Go to 'https://scratch.mit.edu/projects/137870287/'
- Launch the project
- Look around using arrow keys. The level was scanned incorrectly
- Open browser console
- Obtain
vm
object - Run
vm.renderer.setUseGpuMode('ForceGPU')
- Launch the project again
- Look around using arrow keys. The level was scanned correctly
Metadata
Metadata
Assignees
Labels
No labels