canvas-toy
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MTLLoader

Index

Properties

ambientPattern

ambientPattern: RegExp = /Ka\s(.+)/m

diffusePattern

diffusePattern: RegExp = /Kd\s(.+)/m

mapPattern

mapPattern: RegExp = /(map_[^\s]+|bump|disp|decal)\s.+/mg

mapSinglePattern

mapSinglePattern: RegExp = /(map_[^\s]+|bump|disp|decal)\s([^\s]+)/m

newmtlPattern

newmtlPattern: RegExp = /newmtl\s(.+)/m

removeCommentPattern

removeCommentPattern: RegExp = /#.*/mg

specularExponentPattern

specularExponentPattern: RegExp = /Ns\s(.+)/m

specularePattern

specularePattern: RegExp = /Ks\s(.+)/m

trancparencyPattern

trancparencyPattern: RegExp = /(Tr|d)\s(.+)/m

Methods

load

  • load(gl: WebGLRenderingContext, baseurl: string): any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc