textureresource - firtoz/react-three-renderer GitHub Wiki
Wiki » Internal Components » Resource Types » textureResource
Reference to a texture resource
string required
Default: ''
If you would like to assign this texture resource to a material, you can do this by declaring the texture within:
<...material>
<texture url={...} .../>
</...material>===
| View Source |
|---|