work on basic VR

This commit is contained in:
2026-05-30 20:43:02 +03:00
parent 4811ad0820
commit 3b128315e7
18 changed files with 716 additions and 29 deletions

View File

@@ -23,6 +23,7 @@ IPhysicsWorld *g_pPhysicsWorld;
IKotUIManager *g_pKotUI;
IAudioManager *g_pAudioManager;
IXRManager *g_pXRManager;
CreateInterfaceFn GetEngineFactory()
{

View File

@@ -11,6 +11,7 @@
#include "ihumandevice.h"
#include "kottui/kottui.h"
#include "iaudio.h"
#include "ixr.h"
class CEngineVars
{
@@ -44,6 +45,7 @@ extern IPhysicsWorld *g_pPhysicsWorld;
extern IKotUIManager *g_pKotUI;
extern IAudioManager *g_pAudioManager;
extern IXRManager *g_pXRManager;
#define FUNNY_SECURE_PORT 27015
#define FUNNY_QUERY_PORT 27016