Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils"

Index

Functions

makeMaterial

  • makeMaterial(color: string, shaderType?: ShaderTypes): ShaderMaterial
  • Parameters

    • color: string
    • Default value shaderType: ShaderTypes = ShaderTypes.BASIC

    Returns ShaderMaterial

mergeMaps

  • mergeMaps<T, U>(map1: Map<T, U>, map2: Map<T, U>): Map<T, U>
  • Type parameters

    • T

    • U

    Parameters

    • map1: Map<T, U>
    • map2: Map<T, U>

    Returns Map<T, U>

randomVector3

  • randomVector3(): Vector3

Generated using TypeDoc