WebGL is a Javascript API for rendering interactive 3D / 2D graphics on the HTML5 canvas element. It is based on OpenGL ES 2.0.
0
votes
0answers
28 views
How do i draw a volume cube and fill it up with a 3D texture in webgl? [duplicate]
Possible Duplicate:
How can I implement 3D textures using webgl?
I have a set of (x-y) images of the cross-section of an object varying along the z-dimension. From that i have to construct ...
-1
votes
1answer
48 views
How to draw a circle with WebGL using GL_POINTS
I'm trying to draw a circle using simple vertices points and a big gl_PointSize value. I found this example and try to reproduce it on WebGL with no success.
-1
votes
1answer
381 views
Javascript A* path finding ENEMY MOVEMENT in 3D environment [closed]
iam trying to implement pathfinding algorithm using PATHFINDING.JS in 3D world using webgl.
iam have made a matrix of 200x200. and placed my enemy(swat) in it .iam confused in implmenting the ...
-4
votes
2answers
159 views
enemy shooting towards FPS [closed]
WELL first of all I want you to see my game (its deployed on heroku cloud) :
http://still-escarpment-3701.herokuapp.com
(It takes almost 10 sec to load so please wait for couple of sec)
I have ...
-4
votes
1answer
141 views
Beginner looking for advice on game development [closed]
Are there any beginner libraries with full tutorials for starting with WebGL and Javascript or C++(and whatever library on MinGW)?
-5
votes
1answer
177 views
How can I create a WebGL camera based on quaternions?
I am trying to create a WebGL camera based on quaternions. I looked at many tutorials, and none is as simple as it could be or it was not working. How can I create such a camera?