User Tools

Site Tools


tutorial:dynamic_block_rendering

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tutorial:dynamic_block_rendering [2022/12/16 02:22] – why use external link to function as internal links solidblocktutorial: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.txt · Last modified: 2023/11/18 08:40 by solidblock