About 11,700,000 results
Open links in new tab
  1. javascript - Make a realtime realistic 3D avatar with text-to-speech ...

    Amazon’s text-to-speech API mapped to Babylon and Three.js models The previous examples modified to use Azure for text-to-speech instead of AWS Examples without 3D modeling, but showing how to …

  2. javascript - 3D point rotation algorithm - Stack Overflow

    Dec 3, 2015 · I'm currently working on a JavaScript project which involves 3D point rotation. Using simple trigonometry, I have sketched my own 3D point rotation algorithm, but I have to deal with a …

  3. Can you use canvas.getContext ('3d')? If yes, how?

    Jul 9, 2015 · 62 I read about the canvas tag in HTML5, and always saw getContext('2d'). The parameter is '2d', so isn't there another possibility like '3d'? And, how could you use that? I tried 3D before, but …

  4. How to rotate a 3D object on axis three.js? - Stack Overflow

    Jun 16, 2012 · I have a great problem about the rotation in three.js I want to rotate my 3D cube in one of my game. //init geometry = new THREE.CubeGeometry grid, grid, grid material = new …

  5. creating and parsing a 3D array in javascript? - Stack Overflow

    Feb 9, 2011 · can any one help me to create and parse a 3d array in javascript. im having a questionId each question Id have a selected option and an optional option text. so i need to create a 3d array for

  6. javascript - Is it possible to make 3D pie chart using chart.js ...

    May 16, 2019 · I have successfully made 2D pie chart using chart.js but i want to give it 3D effect. i expect 3D pie chart using chart.js

  7. javascript - WebGL, Canvas e Graficos 3D - Stack Overflow em Português

    Oct 15, 2015 · A WebGL (Web Graphics Library) é uma API em JavaScript, disponível a partir do novo elemento canvas da HTML5, que oferece suporte para renderização de gráficos 2D e gráficos 3D. …

  8. html - rotate 3d pictures using javascript - Stack Overflow

    I am starting working on a one page website which uses javascript extensively. The main purpose of this site is to promote my customers products. This website will include one product 3d image. Whe...

  9. javascript - Make a 3d image preview on my website made of some …

    Jan 18, 2023 · 0 I want to add to my website a 3d object but the object is in gigabytes so i got the idea of taking images of the 3d object from different angles and doing some code on them to let them look …

  10. javascript - 3d drawing in Canvas with HTML+JS - Stack Overflow

    Is there any framework/engine that provide ability to draw 3d images on Canvas? I am planning to draw some primitives (different shapes) located in one plane: var dist = 2; var hexHalfW =...