【发布时间】:2011-12-14 12:36:10
【问题描述】:
我正在尝试剪辑 3D 模型。它适用于阴影模式,但仅在某些设备中处于线框模式时应用程序崩溃。使用glClipPlanef and GL_LINES 有什么问题吗?
我正在使用glDrawElements(GL10.GL_LINES, 6*numberOfFaces, GL_UNSIGNED_SHORT,shortBuffer ) 绘制线框。
【问题讨论】:
标签: android opengl-es clip wireframe