virtualx-engine/servers/rendering/renderer_rd/shaders/forward_mobile
João Pedro Braz 63c6f0b93c Use MODELVIEW_MATRIX for vertex transform when double precision is enabled
This commit updates the double precision vertex transform code from
using the MODEL_MATRIX to now use the MODELVIEW_MATRIX instead.

This can be made possible by transforming the MODELVIEW_MATRIX
back into model space (ie, same space as the MODEL_MATRIX) and then using it as if it were the MODEL_MATRIX.

With this in place we now properly handle VERTEX transformations that
a Material Shader might do, such as billboard-ing.
2023-03-29 10:37:30 -03:00
..
scene_forward_mobile.glsl Use MODELVIEW_MATRIX for vertex transform when double precision is enabled 2023-03-29 10:37:30 -03:00
scene_forward_mobile_inc.glsl Make screen texture and depth texture work in Multiview 2023-01-25 13:35:01 +11:00
SCsub Make dependencies with shader includes in subfolders 2022-09-26 12:29:19 +10:00