WebGL React component - EP2 - drawing a triangle

Pubblicato il: 15 dicembre 2018
sul canale di: JR Development
3,424
63

the complete code can be found here.

https://github.com/jonathanrydholm/we...

Each episode, I´ll create a new commit with the episode number as commit message.

This is a pretty long episode because there a lot of things that needs to be covered before we can render anything.

data:

const vertices = [
0.0, 0.5, 0.0,
-0.5, -0.5, 0.0,
0.5, -0.5, 0.0
];

const indices = [0,1,2];


In questa pagina del sito puoi guardare il video online WebGL React component - EP2 - drawing a triangle della durata di ore minuti seconda in buona qualità , che l'utente ha caricato JR Development 15 dicembre 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 3,424 volte e gli è piaciuto 63 spettatori. Buona visione!