ShowBase.appTrav

Return to General Discussion

ShowBase.appTrav

Postby enn0x » Fri Apr 27, 2012 2:07 am

I have been peeking around a bit inside ShowBase.py, and came along line 270:
Code: Select all
        # This is a placeholder for a CollisionTraverser.  If someone
        # stores a CollisionTraverser pointer here, we'll traverse it
        # in the collisionLoop task.
        self.shadowTrav = 0
        self.cTrav = 0
        self.cTravStack = Stack()
        # Ditto for an AppTraverser.
        self.appTrav = 0 # <---- line 270

Does anybody know what an AppTraverser is and what it is for? I didn't find a class with this name in direct/src or the panda/src. Just because I curious...
enn0x
 
Posts: 1267
Joined: Wed Nov 08, 2006 1:39 am
Location: Germany, Munich

Postby drwr » Fri Apr 27, 2012 3:35 pm

Umm, sounds like something vestigial from back in the very early days that never got implemented? I don't know.

David
drwr
 
Posts: 11253
Joined: Fri Feb 13, 2004 12:42 pm
Location: Glendale, CA


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 0 guests