KosmosPrime / OpenComputers

Home of the OpenComputers mod for Minecraft.
https://oc.cil.li
Other
34 stars 15 forks source link

Incorrect hologram projector display #14

Open astral17 opened 4 months ago

astral17 commented 4 months ago

The hologram projector does not display correctly from the side. However, if you go inside the hologram, you can see some artifacts. Both 1 and 2 tier have this problem.

Code snippet used in screenshots:

local component = require("component")
local holo=component.hologram
holo.clear()
holo.fill(24, 24, 32, true)

How it should look 1.12.2 (OC 1.8.5): image

How it looks 1.16.5 (OC 1.8.5.1): image image

Also some not mine screenshots with same problem: image image

KosmosPrime commented 4 months ago

I can't reproduce this with either the tier 1 or tier 2 hologram projectors, are you running Linux by any chance?

astral17 commented 4 months ago

No, it's: Windows 10 Pro 22H2 10.0.19045.4412 openjdk version "16.0.1" 2021-04-20 GPU RTX 3070

astral17 commented 4 months ago

Just now tried on notebook with same windows version and java, but gpu was amd radeon rx 640. No problems was found. So mb problem related to nvidia cards?

KosmosPrime commented 4 months ago

I don't think so, I have a RTX 2080 and it works fine. The behavior about needing to stand very close is interesting, because there is logic to stop distant holograms from rendering.