16 lines
487 B
Ucode
16 lines
487 B
Ucode
//=============================================================================
|
|
// InterpolationPoint.
|
|
// Used as destinations to move the camera to in Matinee scenes.
|
|
//=============================================================================
|
|
class InterpolationPoint extends Keypoint
|
|
native;
|
|
|
|
#exec Texture Import File=Textures\InterpolationPoint.pcx Name=S_Interp Mips=Off MASKED=1
|
|
|
|
defaultproperties
|
|
{
|
|
DrawScale=+0.35
|
|
bDirectional=True
|
|
Texture=S_Interp
|
|
}
|