hjoykim / THREE

c# port of Three.js
MIT License
118 stars 20 forks source link

raycaster.IntersectObjects e obj without uv #38

Open merco opened 1 week ago

merco commented 1 week ago

I get raycaster.IntersectObjects

I don't have "uv" in my attributes

immagine

hjoykim commented 1 hour ago

I'm not sure what problem you are facing. (As you know, uv is not an attribute automatically created when creating a BufferGeometry, so it must be created separately.)

If you attach a source showing the phenomenon, I will try to find out what the problem is in THREE Classes.