Questions tagged as 'webgl'

1
answer

Paint a pixel with WebGL

I am trying to implement the Bresenham algorithm to paint lines with WebGL . I want to paint pixel by pixel of the line thanks to this algorithm. My question is, is there any way to paint a pixel in WebGL?     
asked by 06.09.2016 / 22:48
0
answers

Uncaught exception: incorrect header check

I'm trying to export a simple model, with a floor plan and a first person controller to the platform webgl using the engine unity3d but I get the following error: When I open the console I observe the following: Decompresse...
asked by 07.01.2016 / 17:57
0
answers

WebGL in apps for android with ionic3

I'm making an application for android with Ionic 3. I have one game that uses babylon.js and another one that uses three.js . Testing the app on devices with Android 5.11 or inside, the part of three.js does not walk while...
asked by 28.02.2018 / 05:27
1
answer

how to create a parabola in openGl or webGL

I need to draw the equation y = 2x^2 - 1 , but I can not find how to do it, in the code you can find the JS to draw on the video card, etc. They ask me to do that equation by modifying the function draw , how? function draw(){...
asked by 14.02.2018 / 05:05