voxels
Here are 89 public repositories matching this topic...
-
Updated
Apr 24, 2020 - C++
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
Sep 10, 2020 - C++
-
Updated
Aug 24, 2020 - Common Lisp
-
Updated
Apr 3, 2015 - JavaScript
-
Updated
Nov 7, 2019 - Python
-
Updated
Mar 7, 2018 - C
-
Updated
Dec 21, 2017 - C#
-
Updated
Oct 9, 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 14, 2017 - C++
-
Updated
Feb 21, 2020 - D
-
Updated
Sep 2, 2020 - C
-
Updated
Aug 20, 2018 - Python
-
Updated
Aug 28, 2020 - C++
-
Updated
Sep 10, 2017 - C#
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
Apr 16, 2020 - C++
-
Updated
Sep 28, 2020 - Rust
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."


Modelled on OPENVDB_USE_BLOSC, it would be nice to introduce OPENVDB_USE_ZLIB that could be used to make the zlib compression library an optional dependency.
This should be added to the core library, the CMake build system and the OpenVDB Read SOP and should default to ON.