Visible to Intel only — GUID: GUID-E7F34BC0-11AE-46AB-9672-F6F61305166F
Visible to Intel only — GUID: GUID-E7F34BC0-11AE-46AB-9672-F6F61305166F
Identify Graphics Elements with Complex Geometry
Geometry analysis can help you both debug rendering issues with the complex objects and optimize your application performance. Using geometry analysis, you can identify and optimize inessential elements that take up a lot of resources. For example, if you find an element in the scene that includes a lot of polygons or complicated artwork but contributes very little to the visual effect of the scene, you can gain significant performance improvements by reducing the level of detail for the geometry of this element.
To analyze geometry for the selected API call:
- In the Main bar chart or from the API Log pane, select a single API call that results in a rendering issue, or contributes the most to the overall frame rendering time.
NOTE:Graphics Frame Analyzer displays geometry objects only if you select a single API call.
- Select the geometry thumbnail in the Resource List. The Geometry Viewer opens, displaying the object in the 3D coordinate system. You can assess the object from different angles by pressing the mouse wheel to switch the axes, or rotate the object by clicking and dragging the object with the mouse pointer.
- Analyze various geometry aspects by switching between the available visualization modes:
Solid (default) - view the object as a solid model.
Wireframe - view a wireframe model to inspect the backside of the object and to understand how it is built from triangles.
Solid Wireframe - view a wireframe model on top of the solid model.
Normals - view a normal map for your object to analyze how the normal vectors are plotted.
- Optionally, export geometry data in the Wavefront OBJ format by clicking the button.