도형 창
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],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. | |"]]