“Geometry”窗格
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Geometry pane\n\nThe geometry pane renders the pre-transformed mesh of the selected draw call.\nYou can use your mouse or touchpad to rotate the model, and zoom in and out.\n\nThe following table describes the operations you can perform with the toolbar\nbuttons:\n\n| Button | Description | Example |\n|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|\n| | Click the button to toggle between y axis up and z axis up. In OpenGL ES, the default is the y axis pointing up, the x axis horizontal, and the z axis as depth. | |\n| | Toggle between counterclockwise and clockwise triangle winding to view front- versus back-facing triangles. | |\n| | Show the geometry rendered as shaded polygons. | |\n| | Show the geometry rendered as a wireframe. | |\n| | Show the geometry rendered as vertex data points. | |\n| | Select this button to display smooth normals as specified in your code. The button is unavailable if you haven't authored normals in your mesh. | |\n| | Select this button to see the lit geometry without using smooth normals. It renders the geometry as if each polygon were flat instead of smoothed, using computed face normals. | |\n| | Click this button to toggle backface culling, which when enabled hides polygons facing away from the camera. | |\n| | Select this button to render the mesh with a simple directional light. | |\n| | Select this button to render the mesh with just ambient light. | |\n| | Select this button to view normals. Red indicates a positive x axis value, green a positive y axis value, and blue a positive z axis value. | |"]]