mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 18:13:29 +02:00
Still android fixes
This commit is contained in:
parent
851cfff960
commit
05ac2fccb6
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ vec3 buildPosition(ivec4 side, vec2 fragUVPos) {
|
|||
<@func buildPositionOffset(side, fragUVPos, sideFragUVPos, texelOffset, deltaUV, position)@>
|
||||
{
|
||||
float Zeye = <$getZEyeAtUVOffset($sideFragUVPos$, 0.0, $texelOffset$)$>
|
||||
<$position$> = evalEyePositionFromZeye(<$side$>.x, Zeye, <$fragUVPos$> + <$texelOffset$>*<$deltaUV$>);
|
||||
<$position$> = evalEyePositionFromZeye(<$side$>.x, Zeye, <$fragUVPos$> + vec2(<$texelOffset$>)*<$deltaUV$>);
|
||||
}
|
||||
<@endfunc@>
|
||||
|
||||
|
|
Loading…
Reference in a new issue