Skip to content

__FAST_render_config__

Hyomoto edited this page Jun 24, 2021 · 1 revision
Jump To Go Back Arguments

FAST_render_config( *render_object )

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 )

Arguments

Name Type Purpose
*render_object undef No description

Clone this wiki locally