CodingTrain / Suggestion-Box

A repo to track ideas for topics
572 stars 86 forks source link

NoTexture() #169

Open ChristerNilsson opened 8 years ago

ChristerNilsson commented 8 years ago

Does this function exist in p5?

pflannery commented 8 years ago

I don't believe there is but one way would be to use a transparent material

var alpha = 0;
ambientMaterial(0, 0, 0, alpha);
aimorris commented 6 years ago

As this question is not really related to what this repository is about, and the fact that it has already been answered, I suggest closing this issue.

@shiffman