Tom Winter
Tom Winter
Re-implement #619 @huwb will let you know when it is ready again :)
Creating a PR to track progress. Not yet ready for review/merge or anything. Current Status: - I've added the option to generate a signed-distance field inside the depth-cache: R is...
Add the ability to prevent the ocean from rendering on a per-pixel basis. To achieve this you add a script to an object with a mesh (`OceanOccluder`), and set the...
This branch and PR are for allowing people to expriment with moving compute tasks to the async compute queue. We will need to properly profile the branch to analyze what...
We've seen some people mention that they would like to see some form of integration with GAIA in the Discord chat. http://www.procedural-worlds.com/gaia/ This is an issue to measure the level...
Seeing what the impact of this would be, if we were to actually support these we would probably have to keep supporting the old API a while as well which...
The caustics texture is currently being sampled without taking flow into account. This could be something worth playing aroud with and seeing if we could get good results. A good...
Taking guidance from: ziglang/zig-spec#38, carriage returns are now allowed preceding line-feeds when found in doc-comments or multiline strings. The CRLF is also only interpreted as a newline in this case....
### Zig Version 0.11.0-dev.6840+28288dcbb ### Steps to Reproduce and Observed Behavior This snippet results in a compile failure: ```zig comptime { const prefix = "myprefix_"; for (@typeInfo(@This()).Struct.decls) |declaration| { if...
### Zig Version 0.13.0-dev.3694+dddddcffd ### Steps to Reproduce and Observed Behavior OK, so I did a bad thing in my build.zig, and this isn't a blocker as I fixed my...