UNPKG

@aladas-org/cryptoshape

Version:

Generates a representation of a Bip39 seed phrase as a 3D scene

33 lines (27 loc) 1.41 kB
// ===================================================================================================== // ====================================== const_args.js ====================================== // ===================================================================================================== "use strict"; const ID_ARG = "id"; const PARENT_REP_ARG = "parent_rep"; const ORIGIN_ARG = "origin"; const SIZE_ARG = "size"; const RADIUS_ARG = "radius"; const COLOR_ARG = "color"; const MATERIAL_ARG = "material"; const VIZMODE_ARG = "vizmode"; const WIREFRAME_ARG = "wireframe"; const WIREFRAME_COLOR_ARG = "wireframe_color"; const DASHED_ARG = "dashed"; const ALPHA_FACES_ARG = "alpha faces"; const ALPHA_FACES_MAT_ARG = "alpha faces material"; const CENTROID_ARG = "centroid"; const MIDDLE_ARC_POINT_ARG = "middle arc point"; const FACE_COUNT_ARG = "face count"; const GOLDBERG_POLYHEDRON_ARG = "goldberd plyhedron"; const POINTS_ARG = "points"; const NODE_SHAPE_ARG = "node_shape"; const NODE_SHAPE_CUBE = "cube shape"; const NODE_SHAPE_SPHERE = "sphere shape"; const NODE_SHAPE_ISOCAHEDRON = "isocahedron shape"; const ARGS_ARG = "args";