bekraoui
bekraoui
I liked the them of "usernameiwantedwasalreadytaken" (your username is hard to write :-) ) So I think it would be grate to have dark and light themes for each of...
This is the full error messages it seems that is uses some Opoint object instead of point : Compiling testiso v0.1.0 (/run/media/photon/2ad43a53-2f50-4f3d-801b-2a6938cc4a18/Projects/PixelCAE/testiso) error[E0053]: method `value` has an incompatible type for...
my cargo.toml: [package] name = "testiso" version = "0.1.0" edition = "2018" [dependencies] nalgebra = "0.29.0" tessellation = "0.8.2"
As you can see in this minimal example i'm not using any library than "nalgebra" and "tesselation". And i didn't define any opoint object.
i'm trying to render using a raymarcher i created directly to a texture ( like the game of life from bevy which renders the results directly to a texture :...