react-three-renderer icon indicating copy to clipboard operation
react-three-renderer copied to clipboard

bufferGeometry and uv attribute

Open ekatzenstein opened this issue 8 years ago • 1 comments

The "uv" attribute isn't working currently with bufferGeometry and isn't listed in the API. Would be a major win to have this functionality :D

ekatzenstein avatar May 10 '17 21:05 ekatzenstein

Yes :D

Hopefully it should be very similar for other attributes

e.g.

addAttribute('uv', ...)

toxicFork avatar May 14 '17 09:05 toxicFork