Skip to content

Export PNG

endpoint.export ยท Outputs

Writes the height layer to a 16-bit grayscale PNG.

Purpose

Writes the terrain to a 16-bit grayscale PNG, the common heightmap format for game engines. Place it at the end of a graph to export the height.

Inputs

  • in

Outputs

This node produces no outputs.

Parameters

Parameter Type Range Default Unit Description Field-driven
Path (path) text out/heightmap.png no
Build (build) bool true no
Auto Range (auto_range) bool true no

Layer contract

Reads and writes the height layer.

See also