mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-11 19:53:17 +00:00
Apply Position Y Direction
This commit is contained in:
parent
62c2404d3c
commit
08cdcc2871
|
@ -57,6 +57,9 @@ void main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
out += R"(
|
out += R"(
|
||||||
|
|
||||||
|
// Set Position Y direction
|
||||||
|
position.y *= utof(config_pack[2]);
|
||||||
// Check if the flip stage is VertexB
|
// Check if the flip stage is VertexB
|
||||||
// Config pack's second value is flip_stage
|
// Config pack's second value is flip_stage
|
||||||
if (config_pack[1] == 1) {
|
if (config_pack[1] == 1) {
|
||||||
|
|
Loading…
Reference in a new issue