Questions tagged as 'webgl'

0
answers

How to capture binary data from a WebGL context? [closed]

I've created two HTML clients that communicate through a websocket server. One client draws a 3D model on a canvas using the Three.js library and then sends the binary file from the canvas WebGL context to the other client through the websocket....
asked by 22.05.2016 / 15:06
1
answer

HTML5 2D game webgl?

I am aware that most of the 3D game engines for HTML5 use WebGL technology, but I had a question when it comes to 2D. Some 2D gaming engines for HTML5 refer to the gl_xxx functions, that is, they use GPU resources to draw 2D, but I have seen som...
asked by 18.07.2014 / 20:20
0
answers

Planet Earth in particles with THREE js [closed]

I have searched all over the internet for days but I do not find any explanatory tutorial or anything close to that, I am new to THREE js and would like to make the planet earth in particle form equal to that image but only the particles without...
asked by 20.03.2018 / 02:11
0
answers

Problems with drawing multiple meshes WebGL

I'm doing a magic cube using WebGL 2, so far so good, I've done some classes to do matrix accounts, some to take care of shaders, and so on. But when I was drawing the cube in fact it just uses the texture of the last cube that is drawn on the s...
asked by 10.11.2017 / 01:42
0
answers

WebGl / ThreeJs

I have a project for a web and mobile application where I need to use the three.js library or WebGl to display a dental arcade, and clicking would select only one tooth and there, manipulate it. What resources should I use to implement thi...
asked by 16.03.2018 / 20:33
1
answer

How to find the coordinates of a click on the Babylon.js scene?

Good afternoon, people I'm starting Babylon a short time ago, I'm looking for some way to figure out the mouse position when there is a click on the canvas. I was able to easily find this for a given object, but not for the scene itself (!?)...
asked by 26.08.2017 / 21:49