5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
|
mat4 GetLocalToWorld()
|
||
|
{
|
||
|
return l2w.mats[Assign.x];
|
||
|
}
|