It seems we can’t find what you’re looking for. Perhaps searching can help.

Recent Articles

  • Carica e Scarica del Condensatore

    Dimostrazione pratica della carica/scarica di un condensatore.

  • Ponte di Wheatstone

    Il ponte di Wheatstone è un dispositivo elettrico per misurare il valore di una resistenza elettrica.

  • OpenGL ES 2 – Tutorial 7 – Blending Colors

    In the following screenshot, the two squares have a common area and their colors are mixed. In our case, the RGBA components of the green square are multiplied by 1 and added to the RGBA components of the red square multiplied by 1.

  • OpenGL ES 2 – Tutorial 7 – Miscelazione Colori

    Nel seguente screenshot i due quadrati hanno un area in comune e i loro colori si sono miscelati. Nel nostro caso, le componenti RGBA del quadrato verde vengono moltiplicate per 1 e sommate alle componenti RGBA del quadrato rosso moltiplicate per 1.

  • OpenGL ES 2 – Tutorial 6 – Apply Texture

    In the “onSurfaceCreated()” method is enabled the use of textures and the textures are loaded with the “LoadTexture()” method. With “DrawTexture()” we draw the square specifying which texture to use through an index that coincides with the loading order.

  • OpenGL ES 2 – Tutorial 6 – Applicare Texture

    Nel metodo “onSurfaceCreated()” viene abilitato l’uso delle texture e vengono caricate le texture con il metodo “LoadTexture()”. Con “DrawTexture()” disegniamo il quadrato specificando quale texture utilizzare tramite un indice che coincide con l’ordine di caricamento.