Results 13 issues of grondag

The fix for #341 was to render leashes directly after each entity. This is necessary because leashes are drawn as triangle strips in vanilla. This is not great for performance,...

back burner

This feature is essentially mixins for vertex/fragment shaders. The first practical use case was offered by comp500. They have "a wand/tool/gun which creates a rift that compresses the entire world...

LativianModder has an entity render that exploits texture wrapping to simplify rendering of a multi-block model. Currently this cannot work with Canvas because UV coordinates are always conveyed as normalized...

enhancement

![1Dct48G](https://user-images.githubusercontent.com/6106235/108315088-c5df8200-716f-11eb-8dd8-2f43d64f5b57.jpg) ![JOzEkHR](https://user-images.githubusercontent.com/6106235/108315104-c9730900-716f-11eb-81cd-9d514e2c410d.jpg) https://www.curseforge.com/minecraft/mc-mods/bits-and-chisels

performance

Mods that mixin to the rendery bits of MC may not get their hooks called because Canvas replaces big chunks of the renderer. See various compatibility hacks and https://github.com/Hephaestus-Dev/glowcase/pull/1 for...

enhancement

is there a way to get how long the chunk being rendered has been loaded in a vertex shader (or the time relative to frx_renderSeconds()? I'd like to do some...

enhancement

Caused by less precision in vertex buffer. May happen with other blocks, too, like low run of iron fences. Need to apply some adjustment to the material or to geometry...

bug

Lazy reports does not work with Canvas

compatibility

It worketh not.

compatibility