]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/userdata.hxx
Only disable display lists if using VBOs.
[simgear.git] / simgear / scene / tgdb / userdata.hxx
index e5a870e3ae4bc03604c2c80d72efa818b3e8ecea..da1cc3d1908d66b0e0895816802d51e7b742026f 100644 (file)
@@ -39,9 +39,12 @@ class SGPropertyNode;
  */
 void sgUserDataInit(SGPropertyNode *p);
 
+namespace simgear
+{
 /**
- * Get a random model.
+ * Get the property root for the simulation
  */
-osg::Node* sgGetRandomModel(SGMatModel *obj);
+SGPropertyNode* getPropertyRoot();
+}
 
 #endif // _SG_USERDATA_HXX