tutorial:dynamic_block_rendering
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tutorial:dynamic_block_rendering [2020/08/14 07:35] – created technici4n | tutorial:dynamic_block_rendering [2023/11/18 08:40] (current) – solidblock | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| There are two main ways to render blocks and items dynamically, | There are two main ways to render blocks and items dynamically, | ||
| - | * [[https:// | + | * [[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. | |
| - | * [[https:// | + | |
tutorial/dynamic_block_rendering.1597390543.txt.gz · Last modified: 2020/08/14 07:35 by technici4n