Skip to content
Paweł Waligóra edited this page Sep 6, 2024 · 7 revisions

entryc, entryc2, entryc4, entryc8

preamble key-word since v1.0.0

entries in buffer

Behaviour in main preamble.

Outputs how many entries are in each of the buffers in a resulting output file.

Example

entryc
; vertex.x vertex.y vertex.z
; normal.x normal.y normal.z
; indice.0 indice.1 indices.2

Suppose processed mesh has 12 vertices and 6 indices. entryc key-word will produce following values: 12, 12, 6.

Behaviour in buffer preamble.

Outputs how many entries are in the buffer in a resulting output file.

Example


entryc ; vertex.x vertex.y vertex.z
entryc ; normal.x normal.y normal.z
entryc ; indice.0 indice.1 indices.2

Suppose processed mesh has 12 vertices and 6 indices. entryc key-word will produce following values: 12 in first 2 buffers and 6 in 3rd buffer.

Clone this wiki locally