kokomi.js
    Preparing search index...

    Interface Voxel

    interface Voxel {
        color?: Color;
        position: Vector3;
    }
    Index

    Properties

    Properties

    color?: Color
    position: Vector3