阿斯蒂芬

This commit is contained in:
xsl
2025-09-22 22:20:49 +08:00
parent b5f1e076a0
commit 2acce4ad70
3 changed files with 10 additions and 30 deletions
@@ -22,7 +22,6 @@ void main() {
fragColor = inColor;
// 传递裁剪空间坐标
fragLineStart = (worldviewproj * vec4(inLineStart, 1.0)).xyz;
fragLineEnd = (worldviewproj * vec4(inLineEnd, 1.0)).xyz;
}