baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.

Home Page:https://renderdoc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

limtexpe opened this issue · comments

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

  • RenderDoc version: 1.32
  • Operating System: Windows 10
  • Graphics API: Direct3D 11

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.