For the complete documentation index, see llms.txt. This page is also available as Markdown.

Full Cube CTM

A full cube CTM is what you would think of when you think of CTM it is a connected block like such

Identifier

Data

Full CTM Cube requires 5 textures:

  • center — Used for internal corners.

  • empty — Used to fill in the middle of the texture.

  • horizontal — Used for horizontal edges.

  • vertical — Used for vertical edges.

  • particle — Particle texture and the texture used for external corners.

Center texture used for internal corners.
Empty texture used for empty middle.
Horizontal texture used for horizontal edges
Vertical texture used for vertical edges
Particle texture used for external edges.

Example

Last updated