mc_debug_renderer
mc_debug_renderer copied to clipboard
Line thickness not used
Maven:
<dependency>
<groupId>com.github.mworzala.mc_debug_renderer</groupId>
<artifactId>minestom</artifactId>
<version>1.19.2-rv1</version>
</dependency>
Client Mod used:
1.19.2-rv1
Issue:
I noticed that the #thickness
attribute from the Shape#line
(Line.Builder
) builder does not affect the thickness of the line.
It is always the same, even for very large or very small values.
(Line thickness with a value of 100)
(Line thickness with a value of 0.1f)
The images aren't very helpful since I cannot ensure that I take the image from the same location every time. But there is not a factor of 1000 between the thickness of the lines.