Objects / Tails7 Objects / Cache Object (23 June, 2026)


Cache Object it's like a container with ready results for calculations of the Mapping Mode behavior of the Mapper Object.

Alterable Values

Variable index

Variable name

Description

Default value

Required version

0 / A

_PosX

Returns the current position on the X axis in the shader applied to Tails7 Render Ground.

(Automatically)

R1.0.2_29.11.25

1 / B

_PosY

Returns the current position on the Y axis in the shader applied to Tails7 Render Ground.

3 / D

_PosZ

Returns the current position on the Z axis in the shader applied to Tails7 Render Ground.

2 / C

_RotZ

Returns the current rotation on the Z axis in the shader applied to Tails7 Render Ground.

4 / E

_XScale

Returns the scale of the Tails7 Render Ground object on the X axis.

5 / F

_YScale

Returns the scale of the Tails7 Render Ground object on the Y axis.

6 / G

_Distortion

Returns the current _Distortion value in the shader applied to Tails7 Render Ground.

7 / H

_YTop

Returns the current top boundary position of the Tails7 Render Ground object on the Y axis.

8 / I

_YBottom

Returns the current bottom boundary position of the Tails7 Render Ground object on the Y axis.

9 / J

_SinRotX

Returns the modified rotation value on the X axis in the shader applied to Tails7 Render Ground, specifically returns sin(_RotX( "Tails7 Cache" ) - 90.0).

10 / K

_CosRotX

Returns the modified rotation value on the X axis in the shader applied to Tails7 Render Ground, specifically returns cos(_RotX( "Tails7 Cache" ) - 90.0).

11 / L

_SinRotY

Returns the modified rotation value on the Y axis in the shader applied to Tails7 Render Ground, specifically returns sin(_RotY( "Tails7 Cache" )).

12 / M

_CosRotY

Returns the modified rotation value on the Y axis in the shader applied to Tails7 Render Ground, specifically returns cos(_RotY( "Tails7 Cache" )).

13 / N

_GroundX

Returns the current position of the Tails7 Render Ground object on the X axis.

14 /  O

_GroundY

Returns the current position of the Tails7 Render Ground object on the Y axis.

15 / P

_PointX

Returns the current position of the Tails7 Center Pointer object on the X axis.

16 / Q

_PointY

Returns the current position of the Tails7 Center Pointer object on the Y axis.

17 / R

_Precompute1

Returns the scale of the object on the X axis Tails7 Render Ground divided by the Z position, specifically _XScale / _PosZ.

18 / S

_Precompute2

Returns the scale of the object on the Y axis Tails7 Render Ground divided by the Z position, specifically _YScale / _PosZ.

19 / T

_Precompute3

Returns 1.0 / ( _YBottom( "Tails7 Cache" ) - _YTop( "Tails7 Cache" ) ).

20 / U

_Precompute4

Returns _Distortion( "Tails7 Cache" ) * 2.0 * _Precompute3( "Tails7 Cache" ).

26 / AA

_Precompute5

Returns _Precompute4( "Tails7 Cache" ) * _YScaleOver( "Tails7 Cache" ).

27 / AB

_Precompute6

Returns _Precompute4( "Tails7 Cache" ) * _XScaleOver( "Tails7 Cache" ).

28 / AC

_Precompute7

Returns 1.0 / _PosZ( "Tails7 Cache" ) * 0.5.

22 / W

_XScaleOver

Returns 1.0 / _XScale( "Tails7 Cache" ).

23 / X

_YScaleOver

Returns 1.0 / _YScale( "Tails7 Cache" ).

21 / V

_PiOver180

Has a value equal to π / 180, i.e. 0.0174533.

24 / Y

_TwoPi

Has a value equal to , i.e. 6.283185307179586.

Created with the Personal Edition of HelpNDoc: Effortlessly Edit and Export Markdown Documents