G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-renderer-three
InteractionQualityDeps
Interface InteractionQualityDeps
What the controller needs from its owner: set a pixel ratio, and request a render.
interface
InteractionQualityDeps
{
render
()
:
void
;
setPixelRatio
(
ratio
:
number
)
:
void
;
}
Index
Methods
render
set
Pixel
Ratio
Methods
render
render
()
:
void
Returns
void
set
Pixel
Ratio
setPixelRatio
(
ratio
:
number
)
:
void
Parameters
ratio
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
render
set
Pixel
Ratio
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
What the controller needs from its owner: set a pixel ratio, and request a render.