Open minystreem56 opened 10 months ago
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!
I'd love to get a general solution to custom attributes (https://github.com/processing/p5.js/issues/5120) as a way to enable this!
Sorry for disabling textures on my project, been working on it and forgot. if anybody wants to see it again I can fix it up.
@minystreem56 it would be nice to see the textures on your project . I am interested.
Increasing access
Make it so people are able to make there own 3D engines with textures.
Most appropriate sub-area of p5.js?
Feature enhancement details
I am making my own 3D engine, but I am using WebGL for texture mapping, but becuse I pass 2d cords to WebGL it cannot do the proper prespective projection making the texture look werid, here is my project so you can see this. For more information check out this webpage that describes this issue in more detail.