Photon-v2 icon indicating copy to clipboard operation
Photon-v2 copied to clipboard

A program that takes photographs of a virtual world.

Results 97 Photon-v2 issues
Sort by recently updated
recently updated
newest added

* Compiler version: g++ 14.0.1 * OS: Ubuntu 24.04 `-Wignored-attributes` will be emitted for the `BFloat` type in `TBvhSimdComputingContext`, as it is an alias for `__m128`/ `__m256` and its compiler-specific...

It is cumbersome to debug many types as their appearance can be obfuscated by additional structures. Especially for many CRTP math types. What to show in the debugger can be...

enhancement

* [x] Implement "Robust BVH Ray Traversal" by Thiago Ize * [ ] See if a similar technique can apply to Kd-Tree (if can be done on AABB) * [...

They are unspecified by specification, but currently they are initialized to a point (origin) for backward compatibility. This should be changed so they actually have unspecified state (for performance).

Engine

* [ ] "@" should be treated as part of the string if quoted, but things like `[string visualizer "@visualizer"]` will remove "@" currently * [ ] Fix the `fractal.p2`...

bug
Engine

To support PLT, one of the first steps is to move to full spectral rendering. Some primary goals include: * Able to simulate dispersion of light * Use hero wavelength...

enhancement
feature
Engine

## General - [ ] Add a release and update Blender addon doc (mention version 3.6+, install procedure) - [ ] Add a terminology page - [ ] SDL format...

Documentation