Uses of Class
toxi.volume.VolumetricSpace
Packages that use VolumetricSpace
-
Uses of VolumetricSpace in toxi.volume
Subclasses of VolumetricSpace in toxi.volumeMethods in toxi.volume that return VolumetricSpaceModifier and TypeMethodDescriptionMeshLatticeBuilder.buildVolume
(WETriangleMesh mesh) static VolumetricSpace
MeshLatticeBuilder.buildVolume
(WETriangleMesh mesh, int res, float stroke) static VolumetricSpace
MeshLatticeBuilder.buildVolume
(WETriangleMesh mesh, int res, FloatRange stroke) MeshLatticeBuilder.buildVolume
(WETriangleMesh mesh, VolumetricBrush brush) MeshLatticeBuilder.getVolume()
MeshVoxelizer.getVolume()
MeshVoxelizer.voxelizeMesh
(Mesh3D mesh) MeshVoxelizer.voxelizeMesh
(Mesh3D mesh, float iso) Methods in toxi.volume with parameters of type VolumetricSpaceConstructors in toxi.volume with parameters of type VolumetricSpaceModifierConstructorDescriptionArrayIsoSurface
(VolumetricSpace volume) BoxBrush
(VolumetricSpace volume, float size) HashIsoSurface
(VolumetricSpace volume) Creates a new instance using the expected default vertex density of 50%.HashIsoSurface
(VolumetricSpace volume, float density) Creates a new instance using the given expected vertex density.RoundBrush
(VolumetricSpace volume, float radius) Creates a new spherical brush to work on the given volume.VolumetricBrush
(VolumetricSpace volume)