baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.
https://renderdoc.org
MIT License
8.88k stars 1.33k forks source link

Can we directly obtain the 3D world coordinates of the vertices? #3320

Closed limtexpe closed 4 months ago

limtexpe commented 4 months ago

Description

Hi, I am a beginner and I am learning about this field. I think that obtaining the 3D world coordinates might make the analysis more comprehensive and convenient (for example, understanding the positional relationships between different objects). Is it necessary to have the 3D world coordinates? Can we calculate or obtain them?

Environment

baldurk commented 4 months ago

This is something far better suited for you to determine in your application and your editor/data source/etc. It may be possible to determine this from RenderDoc if you know what details to look up but it is far better to do such analysis on the source data not what is sent to the graphics API.