the same fix, from the other direction
everything so far has been about loading a model from a file. but p5 has a second way to make one
let myModel = buildGeometry(() => {
texture(wood);
box(100);
texture(metal);
sphere(40);
});
nixxx19.hashnode.dev3 min read