Database
tecate.txt
Associated article: Tecate and Interactive 3-D
Tags: Database
Published and unpublished source code accompanying the article by Peter D. Kochevar in which he examines Tecate, a system for describing animated 3-D scenes and their interaction with end users. The Tecate system enables the description of interactive, animated 3-D scenes, interfaces to existing applications and data sources such as the World Wide Web and remote collaboration.
_Tecate and Interactive 3-D_
by Peter Kochevar
Listing One
clone moo WorldViewer
add moo {
behavior {
bootstrap {remoteHost shape} {
# Alert a running session on remoteHost that we want to play
if {$remoteHost != [gethost]} {
send $remoteHost:[getself] enter "[gethost] {$shape}"
} ...


