#!/bin/sh # $Id: brepl,v 1.2 1999/11/06 21:23:19 bittner Exp $ # Script used to globaly replace identifiers in GOLEM on 6.11. 1999 # Initially coding Jiri Bittner # some manual changed to the code were also neccesary # - stats.h members of classes CIntersections and CObjects (class name collisions) # - hfield.h member BoundingBox # - world.cpp environment strings (e.g. CBSP -> BSP) # ... FILES=$* #replid Vector3D Vector3 $FILES #replid Visibility GtpVisibility $FILES #replid SceneTraverser HierarchyInterface $FILES replid Visibility GtpVisibilityPreprocessor $FILES