Author: {wf}shadowspawn <shadowspawn_at_shadowspawn.net>     Reply to Message
Date: 6/9/2004 8:53:59 AM
Subject: RE: official quake specs

I was just wondering if q3 was using it as a scenegraph: holding any important entity links,rotations and such in parent branching nodes

what? every entity is tracked by the server, it's state is only sent to those entities that need to "see" it. it's part of the netcode.

sv_ents.c
sv_world.c
_