setTexturePath method
dynamic
setTexturePath(
- dynamic value
Implementation
setTexturePath(value) {
print(
'THREE.ObjectLoader: .setTexturePath() has been renamed to .setResourcePath().');
return setResourcePath(value);
}