Created a page for the Render To Texture Asset node. |
m YoshBot moved page ProtoFlux:Render To Texture Asset to ProtoFlux:RenderToTextureAsset: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 19: | Line 19: | ||
|}} | |}} | ||
The <code>Render To Texture Asset</code> node takes in a provided [[ | The <code>Render To Texture Asset</code> node takes in a provided [[Camera (Component)|Camera]], resolution, file format, and quality for the texture. Then this node will attempt to render it into a texture, and returns the asset URL for the world to use. | ||
== Inputs == | == Inputs == |
Latest revision as of 00:32, 21 August 2025
Render To Texture Asset
Rendering
The Render To Texture Asset
node takes in a provided Camera, resolution, file format, and quality for the texture. Then this node will attempt to render it into a texture, and returns the asset URL for the world to use.
Inputs
* (AsyncCall)
Calls an impulse to render a texture.
Camera (Camera)
The camera used to render the texture.
Resolution (int2)
The resolution for the texture.
Format (string)
The texture asset file format (defaults to webp
).
Quality (int)
The quality of the texture asset (default to 200
).
Outputs
OnRenderStarted (AsyncCall)
Fires when this rendering task has started.
OnRendered (Continuation)
Fires when this rendering task has finished rendering.
OnFailed (Continuation)
Fires when this rendering task has failed.
RenderedAssetURL (Uri)
The Uri asset of the texture.