redner icon indicating copy to clipboard operation
redner copied to clipboard

Differentiable rendering without approximation.

Results 53 redner issues
Sort by recently updated
recently updated
newest added

Hi, I've been using PyRedner for a while and I found it very helpful. Thanks! Recently I upgraded my GPU from 2080Ti to 3090. With the same code and identical...

I got 4 maps, diffuse, roughness, specular and environment map.Do I need to set some gamma correction for 3 maps and rotation for environment map ?

redner is currently using Optix Prime and version 5.1 is deprecated for RTX GPUs. Last version of Optix that had Optix Prime for RTX GPUs seems to be 6.5. This...

I install the redner via pip on linux. When I run the test scripts, e.g. 'tests/test_g_buffer.py', the error occurs. `python: /tmp/pip-req-build-k_hkhooj/src/scene.cpp:125: Scene::Scene(const Camera&, const std::vector&, const std::vector&, const std::vector&, const...

Nice work! I'm using **render_deferred** function in the batch form (Refer to the style in [here](https://github.com/BachiLi/redner/blob/69730cfed712d8e2b20d627b7fe2cc6d9c41cb37/tutorials/batch_rendering.ipynb)). At the same time, I encapsulate it into Pytorch's nn.moudle , and then wrap...

I want to know how redner is implemented and wander what are d_min and d_max in AABB6 is used for. Are they used for storing differentiation of p_min and p_max?...

Hi there! I've built and installed the library for python 3.9, but when trying to import pyredner I get the error `module 'redner' has no attribute 'CameraType'` Here's a screenshot:...

The point light only available in the defered rendering mode and this mode assume Lambertian shading and does not compute shadow. I think supporting the point light in the pathtracing...

Hi @BachiLi and thank you for this nice repository. Would be easy to give me some guidelines how to test the output from the mentioned publication. Thanks in advance.

Hello, I am trying to use object files from [BuildingNet dataset](https://buildingnet.org/) and I have the problem that none of the 1938 object files from this dataset can be loaded and...