Skip to content
#

voxels

Here are 98 public repositories matching this topic...

danrbailey
danrbailey commented Jan 23, 2020

The vdb_print binary is missing support for VDB Point grids. This would be super useful. Some recommended functionality:

  • total/active/inactive point count
  • attribute name, type, uniform, index, flags, compression information
  • group name and count information
  • whether the descriptor is shared (option to print out all descriptors which differ?)

I suggest that this is only implemented f

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