cannondice
Version:
3D-rendered dice for modern browsers with Cannon.js physics. Based on Teal's excellent 3D dice javascript component
15 lines (14 loc) • 400 B
TypeScript
export declare class DiceConsts {
static D4_LABELS: string[];
static KNOWN_DICE: number[];
static DISCRETE_LABELS: string[];
static BY_TEN_LABELS: string[];
static frameRate: number;
static spotlightColor: number;
static selectorBackColors: {
color: number;
shininess: number;
emissive: number;
};
static deskColor: number;
}