swift - SceneKit server-client non-rendering scene -


i'm working on server-client based networked game in scene kit. since server , client have duplicate copies of game, i'm loading same scenes scnscene on client side , scnscene on server. however, have yet find way run physics simulation on server's copy of scnscene without rendering in scnview. how can set (custom scnrenderer?) drives simulation without rasterizing frames?


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

json - ORA-06502: PL/SQL: numeric or value error: character string buffer too small - Convert Clob to varchar2 -

c++ - Scons: how to check file before compilation with commands which doesn't product any output file? -