-
Notifications
You must be signed in to change notification settings - Fork 2
__FAST_render_config__
Hyomoto edited this page Jun 24, 2021
·
1 revision
| Jump To | Go Back |
Arguments |
|---|
Returns: [N/A undefined](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 |
No description |
Devon Mullane 2020