Skip to content
#

voxel

Here are 699 public repositories matching this topic...

Terasology
jdrueckert
jdrueckert commented Mar 30, 2022

Motivation

Dependency injection via @In is a widely used mechanism throughout our code-base.
However, it doesn't seem to be supported for all kinds of classes yet.

While it is implemented for world generators, it is not yet implemented for world-gen plugins.
If used for these, it can/will lead to NPEs due to fields not being properly initialized before being accessed.

Example

Topic: Architecture Good First Issue Type: Improvement Size: S
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

Improve this page

Add a description, image, and links to the voxel 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 voxel topic, visit your repo's landing page and select "manage topics."

Learn more