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

entryu

preamble key-word since v2.0.0

Can only be defined in main preamble.

entries in unit.

Behaviour

Outputs how many entries in total will the unit put in a resulting output file.

Example

begin file a.out
entryu
buffs ; vertex.x vertex.y vertex.z
buffs ; normal.x normal.y normal.z
buffs ; indice.0 indice.1 indices.2
end

Suppose processed mesh has 12 vertices and 6 indices. entryu key-word will produce value of: 12+12+6 = 30.

Clone this wiki locally