mc_debug_renderer icon indicating copy to clipboard operation
mc_debug_renderer copied to clipboard

Line thickness not used

Open Conorsmine opened this issue 1 year ago • 0 comments

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.

image (Line thickness with a value of 100)

image (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.

Conorsmine avatar Jan 13 '24 14:01 Conorsmine