From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/glossario/three_js/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 files/pt-br/glossario/three_js/index.html (limited to 'files/pt-br/glossario/three_js') diff --git a/files/pt-br/glossario/three_js/index.html b/files/pt-br/glossario/three_js/index.html new file mode 100644 index 0000000000..8d3415b661 --- /dev/null +++ b/files/pt-br/glossario/three_js/index.html @@ -0,0 +1,21 @@ +--- +title: Three js +slug: Glossario/Three_js +tags: + - CodingScripting + - JavaScript + - Linguagem de Programação + - Navegador + - three.js +translation_of: Glossary/Three_js +--- +

three.js é um motor {{Glossary("WebGL")}} baseado em {{Glossary("JavaScript")}} que pode executar jogos movidos com GPU ou outros aplicativos gráficos diretamente do {{Glossary("navegador")}}. A biblioteca three.js fornece várias funções e {{Glossary("API","APIs")}} para desenhar cenas 3D em seu navegador.

+ +

Saiba mais

+ +

Conhecimento Geral

+ + -- cgit v1.2.3-54-g00ecf