Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的场景中有很多线条、三角形和四边形,以及一些圆柱体(胶缸)。一切都很完美。我为背景(图片)创建了纹理。所以我可以在背景上画出完全相同的线条、三角形和四边形。我移动和旋转它们没有任何问题。但是在我停用背景之前,圆柱体不再出现。我试图禁用有关纹理的所有内容,但我根本没有成功。
解决了!
我发现了错误:我在绘制圆柱体时使用了 PushMatrix 和 PopMatrix。但是,有了新的背景,我修改了 MatrixMode,所以圆柱体被画出了屏幕。现在,在 PushMatrix 之前,我修复了 MatrixMode,一切正常