voxels
Here are 98 public repositories matching this topic...
The file dialogs should get the ability to store bookmarks and maybe even to show the default folders of the OS (like Downloads, Pictures, ...)
The custom bookmarks should just be stored as a Cvar (see core/Var.h, or in-game-console command cvarlist) that is separated with ;
-
Updated
Jan 2, 2021 - C++
-
Updated
Feb 23, 2021 - C++
-
Updated
Mar 15, 2021 - Common Lisp
-
Updated
May 3, 2021 - GDScript
-
Updated
May 11, 2021
-
Updated
Oct 28, 2020 - TeX
-
Updated
Apr 3, 2015 - JavaScript
-
Updated
May 13, 2021 - Python
-
Updated
Mar 7, 2018 - C
-
Updated
Oct 9, 2017 - C++
-
Updated
Dec 21, 2017 - C#
At the moment I have a single global nphysics world:
/// `World`-global resource for nphysics `World`.
pub struct WorldResource {
pub world: World<Real>,
}But all coordinates given to nphysics are globe-local, because (as far as I know?) nphysics doesn't use any kind of hierarchical coordinate system. (Trying to use some kind of universal coordinates in a solar system w
-
Updated
Feb 1, 2021 - Rust
-
Updated
Feb 14, 2017 - C++
-
Updated
Apr 2, 2021 - C
-
Updated
Sep 10, 2017 - C#
-
Updated
Aug 20, 2018 - Python
-
Updated
May 11, 2021 - JavaScript
-
Updated
Aug 28, 2020 - C++
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
May 4, 2021 - C++
Improve this page
Add a description, image, and links to the voxels topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the voxels topic, visit your repo's landing page and select "manage topics."
The vdb_print binary is missing support for VDB Point grids. This would be super useful. Some recommended functionality:
I suggest that this is only implemented f