You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous idea is to decompose 3d shapes into primitives so they can be adjusted by sliders.
Examples cases are like in a character creator to create new combination of shapes or via hyperparameter optimization as in DagAmendment to procedurally generate new models.
The text was updated successfully, but these errors were encountered:
One idea you present is that everything is decomposed into a discs / spheres - genus 0. You morph a sphere into the part shape, disallow overlap and add a few other constraints.
From related papers like UCSGNet https://github.com/kacperkan/ucsgnet/ and DagAmendment https://github.com/eliemichel/DagAmendment, how do you relate the proposal to create procedural parameter constraints of a dag graph (union, subtraction, and intersection) to Neural Parts primitives.
The previous idea is to decompose 3d shapes into primitives so they can be adjusted by sliders.
Examples cases are like in a character creator to create new combination of shapes or via hyperparameter optimization as in DagAmendment to procedurally generate new models.
The text was updated successfully, but these errors were encountered: