|
|
@@ -613,6 +613,16 @@ set_lod(const EggSwitchCondition &lod) {
|
|
|
_lod = lod.make_copy();
|
|
|
}
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+// Function: EggGroup::clear_lod
|
|
|
+// Access: Public
|
|
|
+// Description:
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+INLINE void EggGroup::
|
|
|
+clear_lod() {
|
|
|
+ _lod = NULL;
|
|
|
+}
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: EggGroup::has_lod
|
|
|
// Access: Public
|