Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update camera_ray_tracing.py: fix small bugs #726

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 4, 2023

  1. Update camera_ray_tracing.py: fix small bugs

    Fix the following 2 bugs:
    1. 'CameraFOV' cannot be imported from kaolin.render.camera, but should be from kaolin.render.camera.intrinstics instead.
    2. 'width' and 'height' of the generated pixel grid and camera should be consistent, otherwise the average of generated ray_dir does not equal to the desired look_at direction
    YuQiao0303 authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    38baef2 View commit details
    Browse the repository at this point in the history