v0.4.12: single-sided anchor quad (drop back face)
Some checks failed
build / build (push) Has been cancelled

The anchor sits flush against a wall by design, so the back face never
gets a viewer. Drawing it cost an extra 4 vertices and doubled the
fragment shader work for the video texture per anchor for no visible
benefit. Removing it also fixes the mirrored-texture artifact a player
would see if they clipped behind the wall (e.g. spectator mode).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
tkrmagid
2026-05-16 03:29:03 +09:00
parent 9b99283b70
commit 6896870186
3 changed files with 15 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ org.gradle.configuration-cache=false
# Mod
mod_id=video_player
mod_version=0.4.11
mod_version=0.4.12
maven_group=com.ejclaw.videoplayer
archives_base_name=video_player