Create a material from an image.
const material = new ImageMaterial({ src: 'image.png', clip: true, opacity: 1.0 });
Generated using TypeDoc
Create a material from an image.