Added skydome support.

This commit is contained in:
Justin Marshall
2026-05-24 11:54:07 -07:00
parent 3242531044
commit 029fd186dc
18 changed files with 281 additions and 37 deletions
+1
View File
@@ -51,6 +51,7 @@ public:
const char *ValueForKey(const char *key);
int GetNumKeys();
const char *GetKeyString(int iIndex);
const idMaterial* GetKeyMaterial(const char* key, const char *defaultMaterial);
void SetKeyValue(const char *key, const char *value, bool trackAngles = true);
void DeleteKey(const char *key);
float FloatForKey(const char *key);