隐面 meaning in English
hidden surface
Examples
- All models must work fine with backface culling
所有模型必须应用隐面剔除。 - Backface culling will ensure that only one of the two surfaces will be displayed in the z - buffer anyway , meaning that there won ' t be any z - fighting problem
因为隐面剔除使得两个面只有一个会显示出来,这样z缓冲就不会出现冲突了。 - Determines whether a device can perform hidden - surface removal without requiring the application to sort polygons and without requiring a depth buffer to be allocated
确定设备是否可以在不需要应用程序对多边形排序且不需要分配深度缓冲区的情况下执行隐面消除( hsr ) 。 - If some of your triangles are clockwise and others are anti - clockwise , backface culling will be messed up , and holes will randomly appear in the mesh when viewer in real - time
如果有些用顺时针,有些逆时针,隐面剔除就会发生错误,实时检测模型时就会看见网格上有随机出现的漏洞。