VRTexture constructor
VRTexture({
- String name = 'texture',
- TextureWrap wrapS = TextureWrap.repeat,
- TextureWrap wrapT = TextureWrap.repeat,
- TextureFilter filter = TextureFilter.linear,
Implementation
VRTexture({
this.name = 'texture',
this.wrapS = TextureWrap.repeat,
this.wrapT = TextureWrap.repeat,
this.filter = TextureFilter.linear,
});