Ligo

Results 5 issues of Ligo

**Describe the bug** When I use Generate image(s) in one command , the error says `no module 'tools'.` And I find that use `bash install.sh`,the error says `fatal error: glm/glm.hpp:...

![img](https://img2023.cnblogs.com/blog/1656870/202308/1656870-20230824211100474-693360331.jpg) I am rendering the two facades of the building obj with textures, and I have encountered some problems, such as the four vertices in the middle black area on...

Fixes `projection_matrix` function in `intrinsics_ortho.py`: - Use the `top, bottom, right, left` formula for orthogonal projections ``` top = 1.0 bottom = -top right = 1.0 * self.width / self.height...

I don't particularly understand why the projection matrix function `projection_matrix` of the orthographic camera uses the following calculation formulas for `top, bottom, right, left`. The ndc coordinates calculated in this...

The relevant discussion is in [`#785`](https://github.com/NVIDIAGameWorks/kaolin/issues/785)。 The orthographic projection matrix should use the following calculation formulas for `top, bottom, right, left`. ``` top = 1.0 bottom = -top right =...

no-pr-activity