stable-dreamfusion icon indicating copy to clipboard operation
stable-dreamfusion copied to clipboard

Questions about the matrix `mvp` in dataloading

Open hytseng0509 opened this issue 1 year ago • 1 comments

Hi, thanks for sharing such an amazing implementation!

I have a question about the projection matrix computation here for the mvp matrix. Specifically, could you elaborate more about: how is the projection matrix formulated in this way (especially the third and fourth rows)? (My understanding is that this is for the rasterization from the nvdiffrast library. Is that correct?)

hytseng0509 avatar Apr 21 '23 21:04 hytseng0509

@hytseng0509 Hi, you can find a good explanation of MVP here.

ashawkey avatar Apr 23 '23 02:04 ashawkey

Thanks for the information!

hytseng0509 avatar Apr 25 '23 23:04 hytseng0509