The Wayback Machine - https://web.archive.org/web/20200929155657/https://github.com/topics/voxels
Skip to content
#

voxels

Here are 89 public repositories matching this topic...

danrbailey
danrbailey commented Jan 23, 2020

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.

jeffparsons
jeffparsons commented Aug 3, 2018

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

Improve this page

Add a description, image, and links to the voxels topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the voxels topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.