Documentation > Mesh Ops Plugin BPLibrary > Render Mesh to Texture

Render Mesh to Texture

EXPERIMENTAL Renders a 3D mesh in 2D. Requires a Texture2D, you can create one from CreateEmptyTexture().

Inputs

In
Exec

Data
Array of Mesh Data Structures

Tex
Texture 2D Object Reference

Options
Mesh Render Options Structure (by ref)

Mats
Array of Names

Refresh Mats
Boolean

Outputs

Out
Exec

Return Value
Boolean

EXPERIMENTAL Renders a 3D mesh in 2D. Requires a Texture2D, you can create one from CreateEmptyTexture().