An array of either VertexBuffer or BufferOptions. If options are supplied, new instances are created
An array of of vertex indices, which can be supplied a number array, UInt16Array or IndexBuffer. If no indices are supplied, each three vertices are interpreted as a new triangle.
Either a Shader or ShaderOptions If options are supplied, a new instance is created
An object which contains either a Texture or a TextureOptions. If options are supplied, new instances are created. The keys of the object should correspond with the sampler2D uniforms in the shader.
An object containing uniform values to be sent to the shader. The keys of the object should correspond with the uniforms in the shader. For sampler2D uniforms you should use the 'textures' option.
Generated using TypeDoc
Options to initialize a drawable with