You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your great work! I'd like to use the raster_texture() to sample texture at given view, but seems like it's not supported in your repo. Then I use the nvdiffrast.torch.texture(tex, uv) from nvdiffrast and output wrong results, could you please tell me how to deal with it? Thanks a lot!
Here are the modifications from your original code:
The text was updated successfully, but these errors were encountered:
Thank you for your kind words and for reaching out! To use raster_texture() for sampling textures at a given view, you will need to modify a few functions in the code. Specifically, you should update the following functions: raster_rasterize, raster_interpolate, raster_texture, and raster_antialias using nviddifrast.
Additionally, please rewrite the code on lines 445 and 455 using nvdiffrast in your code. This should help you achieve the desired results.
Hi, thanks for your great work! I'd like to use the raster_texture() to sample texture at given view, but seems like it's not supported in your repo. Then I use the nvdiffrast.torch.texture(tex, uv) from nvdiffrast and output wrong results, could you please tell me how to deal with it? Thanks a lot!
![Image](https://private-user-images.githubusercontent.com/184711088/410775897-1cc778d4-fd02-4064-8420-8236972c3c67.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjQ0MjIsIm5iZiI6MTczOTQ2NDEyMiwicGF0aCI6Ii8xODQ3MTEwODgvNDEwNzc1ODk3LTFjYzc3OGQ0LWZkMDItNDA2NC04NDIwLTgyMzY5NzJjM2M2Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNjI4NDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lYWVhZWNlMDM5MTI0MWMyNWIwZGUwM2RjODFjYTdmMzJkOGNmNjVjZWFhY2FkNmY5ZGVlYWJlMTcwMDgyZGM2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.6eS5FnwcCn5Uwee_gmg0Hv5x8QLKFNFcvrQnsYTjCxo)
Here are the modifications from your original code:
The text was updated successfully, but these errors were encountered: