Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

TribesTVStudio.TribesTVStudioSplineNode


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
class TribesTVStudioSplineNode extends Keypoint;

var() float ViewAngle;
var() float MinZoomDist;
var() float MaxZoomDist;
var() float MaxDistance;	//maximum distance this camera will be picked from
var() int SystemNum;
var() float Priority;

//each spline node belongs to a specific spline indexed by splineid
//inside each spline the spline is indexed by the node id from 0 to the number of nodes-1
//the crossingId indexes the splines connection to spline crossings and only works for the two end nodes
//-1 means that the spline ends in nothing
var() int splineId;
var() int nodeId;
var() int crossingId;

defaultproperties
{
	ViewAngle=100
	MinZoomDist=600
	MaxZoomDist=1200
	MaxDistance=5000
	SystemNum=0
	crossingId=-1;
	Priority=1;
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: ne 5.9.2004 15:53:56.000 - Creation time: st 23.5.2018 00:10:49.024 - Created with UnCodeX