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
Since SceneKit geometry can be reused with multiple nodes, it is ineffective that the game creates the geometry for the X's and O's 3 times each, rather 1 time each.
(this also applies to the board geometry)
The text was updated successfully, but these errors were encountered:
Since SceneKit geometry can be reused with multiple nodes, it is ineffective that the game creates the geometry for the X's and O's 3 times each, rather 1 time each.
(this also applies to the board geometry)
The text was updated successfully, but these errors were encountered: