tutorial:dynamic_block_rendering
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tutorial:dynamic_block_rendering [2022/12/16 02:22] – why use external link to function as internal links solidblock | tutorial:dynamic_block_rendering [2023/11/18 08:40] (current) – solidblock | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * [[custom_model|Custom Models]] can be used to dynamically render the block when the chunk mesh is rebuilt. This means that the model will be re-generated only when the chunk is updated, or when you force it to update. | * [[custom_model|Custom Models]] can be used to dynamically render the block when the chunk mesh is rebuilt. This means that the model will be re-generated only when the chunk is updated, or when you force it to update. | ||
| - | |||
| * [[blockentityrenderers|Block Entity Renderers]] are called every frame to draw whatever you want, but the model will still be rendered. This can be used on top of the Custom Models for animation, e.g. a chest opening animation. | * [[blockentityrenderers|Block Entity Renderers]] are called every frame to draw whatever you want, but the model will still be rendered. This can be used on top of the Custom Models for animation, e.g. a chest opening animation. | ||
tutorial/dynamic_block_rendering.1671157330.txt.gz · Last modified: 2022/12/16 02:22 by solidblock