-
Notifications
You must be signed in to change notification settings - Fork 1
RenderManager
Hyomoto edited this page Nov 25, 2020
·
10 revisions
Jump To | Go Back |
Arguments | Methods | Variables |
---|
Returns: N/A undefined
Provides an interface for setting up and calling functions as part of the FAST render. You are able to override the default FASTRender object by providing it as an argument to this function, as well as set up internal resolution and scaling parameters. These functions can be called after the program starts, but it is generally best to call them as part of an initialization script.
RenderManager().set_resolution( 1280, 720 )
RenderManager().set_precision( 0.5 )
Name | Type | Purpose |
---|---|---|
*render_object | undef |
none provided |
Devon Mullane 2020