C# Class VisualPOVRAY.Frame

Show file Open project: TheAwesomePossum/VisualPOVray Class Usage Examples

Public Methods

Method Description
Frame ( Camera cam, String color = "Black", bool animated = false ) : System
add ( PovObj o ) : void
addEvent ( Event e ) : void
addInclude ( String include ) : void
getFrame ( ) : int
heartbeat ( float time ) : void
remove ( PovObj o ) : void
render ( ) : void
start ( int frameRate, double time ) : void

Method Details

Frame() public method

public Frame ( Camera cam, String color = "Black", bool animated = false ) : System
cam Camera
color String
animated bool
return System

add() public method

public add ( PovObj o ) : void
o PovObj
return void

addEvent() public method

public addEvent ( Event e ) : void
e Event
return void

addInclude() public method

public addInclude ( String include ) : void
include String
return void

getFrame() public method

public getFrame ( ) : int
return int

heartbeat() public method

public heartbeat ( float time ) : void
time float
return void

remove() public method

public remove ( PovObj o ) : void
o PovObj
return void

render() public method

public render ( ) : void
return void

start() public method

public start ( int frameRate, double time ) : void
frameRate int
time double
return void