If I wanted to mak开发者_高级运维e a simulated boids experiment in either of the technologies, what limitations would I be under.
I have done a sphere using J3DI (which is a webGL library) under WIN 7 64bit as OS and Nvidia Geforce GT330 M as graphic card .
I\'m looking to do a 3-d orbiter, thus, I obviously need perspective views, camera movement, etc.I also need to be able to apply textures to the geometry.Given the complexity, I don\'t see this happen
Is it possible to calculate sha256 hashe开发者_开发技巧s in the browser using the user\'s video card, eg. by using WebGL or Flash?
I am having a linux ubuntu 10.10 version enabled PC and now as OpenGL is using shaders instead of fixed functionality. I want to know whats the bes开发者_开发问答t way to learn that . Am i choose Open
i need to use some physics library for example bulletphysics in C++ in a physics simulation application. there is a restricton that i must use webgl and javascript.
Okay, So I have been all over the net trying to find ways to correctly render using normals, and directional light (origonally found in one of learningwebgl.com tutorials). In the learningwebgl tutor
Is it possible to render H开发者_JS百科TML elements in Canvas or WebGL? (similar to how one can draw a video element texture in WebGL)There is an attempt that can do the work near 80%. Fail to render
So basically I am trying to make a model loader, that will take in wavefont obj files and render them in webgl. Eventually I would like to be able to rotate, translate and scale these objects.
Is possible resize geometric 开发者_如何学Pythonshapes on the fly using JavaScript? Example: I have a rectangle and two fields (length and height).