-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Description
Description
On webGPU only (not the webGL2 fallback) the following results in the front-face direction inverting:
tubeTop.scale.set(newXY.y, rawXY.x * 2, newXY.y)
tubeBottom.scale.set(newXY.y, -rawXY.x * 2, newXY.y)
(WebGPU) - Bugged?
(WebGL2 Fallback) - Normal
I'm keen to get a PR in here if possible, appreciated if someone wants to point me generally where to hunt for webGPU mesh-scale / face-direction logic.
Reproduction steps
https://jsfiddle.net/vjgan6xh/1/
Code
https://jsfiddle.net/vjgan6xh/1/
Live example
https://jsfiddle.net/vjgan6xh/1/
Screenshots
No response
Version
^0.179.1
Device
Desktop
Browser
Chrome
OS
MacOS, Linux