You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I'm trying to load in a custom texture for a project.
When using the texture loader, I followed a regular 3js tutorial, leading me to the following code:
texture = p3s.TextureLoader().load("temp.png")
which gives me the following error message:
AttributeError: 'TextureLoader' object has no attribute 'load'
I have tried calling different loaders, and also in different constellations, but I can't seem to get it to work.
The text was updated successfully, but these errors were encountered:
Hi there,
I'm trying to load in a custom texture for a project.
When using the texture loader, I followed a regular 3js tutorial, leading me to the following code:
which gives me the following error message:
AttributeError: 'TextureLoader' object has no attribute 'load'
I have tried calling different loaders, and also in different constellations, but I can't seem to get it to work.
The text was updated successfully, but these errors were encountered: