You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TileMap class doesn't inherit from Transformable and therefore cannot be moved, rotated, etc.
Because each tile map is drawn with one draw call, achieving this probably only requires passing the transformation matrix into the shader as a uniform and multiplying by it in the vertex shader.
The text was updated successfully, but these errors were encountered:
The TileMap class doesn't inherit from Transformable and therefore cannot be moved, rotated, etc.
Because each tile map is drawn with one draw call, achieving this probably only requires passing the transformation matrix into the shader as a uniform and multiplying by it in the vertex shader.
The text was updated successfully, but these errors were encountered: