Generation

class from descriptionTue, 29 Nov 2022

create a voxel class with position, color and material properties

struct Voxel { position: Vec3, color: Color, material: Material }

Want to kickstart your project?Use the new AI Studio to create your code