Hello. How to make triangels not transpirient? Can you post link to any tutorial about it?
Why are my triangles transparent?
The question is closed. It's just cull mode setting on the encoder. And a well ordered vertex triangel array.
encoder.setCullMode(.back)
encoder.setFrontFacing(.counterClockwise)