From d0e0566716381e9163047670d5c5589e2a3efa39 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 3 Nov 2000 19:13:56 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/switchnode/LODNode.I | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/panda/src/switchnode/LODNode.I b/panda/src/switchnode/LODNode.I index 6ae6aed3d2..cdca893ae1 100644 --- a/panda/src/switchnode/LODNode.I +++ b/panda/src/switchnode/LODNode.I @@ -35,8 +35,8 @@ LODNode(const LODNode ©) : // Function: LODNode::add_switch // Access: Public // Description: Adds a switch range to the LODNode. This implies -// that an corresponding child node is also parent to -// the node. +// that the corresponding child node has been parented +// to the node. // // The sense of in vs. out distances is as if the object // were coming towards you from far away: it switches @@ -52,7 +52,8 @@ add_switch(float in, float out) { //////////////////////////////////////////////////////////////////// // Function: LODNode::set_switch // Access: Public -// Description: +// Description: Changes the switching range of a particular child of +// the LODNode. See add_switch(). //////////////////////////////////////////////////////////////////// INLINE bool LODNode:: set_switch(int index, float in, float out) { @@ -64,7 +65,9 @@ set_switch(int index, float in, float out) { //////////////////////////////////////////////////////////////////// // Function: LODNode::clear_switches // Access: Public -// Description: +// Description: Removes the set of switching ranges for the LODNode, +// presumably in conjunction with removing all of its +// children. See add_switch(). //////////////////////////////////////////////////////////////////// INLINE void LODNode:: clear_switches(void) {