-
Updated
Jan 14, 2022
voxel
Here are 681 public repositories matching this topic...
-
Updated
Mar 23, 2022 - C++
-
Updated
Jan 3, 2020 - C
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
-
Updated
Mar 23, 2022 - C++
-
Updated
Mar 9, 2022 - Clojure
-
Updated
Feb 19, 2022 - C++
-
Updated
Mar 22, 2022 - C
-
Updated
May 3, 2018 - C++
Cleanup the Cmake
The CMakeLists files of this project is kinda messy, mostly due to my limited understanding of the topic.
So they definitely need to be cleaned up at some point
-
Updated
Mar 15, 2022 - C++
-
Updated
Mar 21, 2022 - C++
I'm using VUE build the project, the game is inside a component, and I want to destroy the noa parameters when I destroy the component, so that I can open the component again and run the game.What should I do?
-
Updated
Oct 19, 2021 - C#
-
Updated
May 1, 2021 - Python
-
Updated
Sep 25, 2020 - C#
-
Updated
Feb 11, 2022 - GDScript
-
Updated
Mar 15, 2021 - Common Lisp
-
Updated
Sep 25, 2020 - C#
Improve this page
Add a description, image, and links to the voxel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the voxel topic, visit your repo's landing page and select "manage topics."
Motivation
Working with our game logs, for instance when investigating a crash or other kind of issue, is annoying because there's a lot of (unnecessary) noise in them, that we learn to accept / ignore instead of reducing it.
One part of the log noise is complaints regarding unknown components or component fields.
Proposal