放弃画3d

This commit is contained in:
xsl
2025-09-18 11:39:58 +08:00
parent 2026c41a23
commit fc9f9d7054
4 changed files with 34 additions and 9 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ void main() {
// 如果渲染结果不正确,请检查 ubo_vs.model 的构成
gl_Position = ubo.proj * ubo.model * vec4(inPosition, 1.0);
fragColor = inColor;
gl_PointSize = 5.0;
gl_PointSize = 2.0;
}