10/18/09

Try to make 3D effects in the image by Jitter OpenGL-Basic 1


From Now, I will write down my work-recording here.
If you have any questions I can help,please leave your response,Thank you.:)

Jitter can draw 3D objects with OpenGL.

In this paragraph, Only three key points,we can draw 3D object much easily in jitter. First,select the 3D object you want with jit.gl.gridshape. Second,you must prepare the jit.window for showing 3D object in the system window. Finally,Rendering the 3D scene with jit.gl.render.


jit.window: you must give a name for jit.window so that other objects can find it. Here,I give the specific name ,"3dscene". depthbuffer argument means z-buffer,set 1 to open it.

jit.gl.gridshape:the message box shows the word "shape" and plus the 3d Object you want. Here,I select "cube",in the message box,then the text is"shape cube". Surely,you also can type like "shape sphere" in message box.

jit.gl.render:use metro object to trigger erase and bang message with trigger object ,that make the scene can be updated continuously.

all is done!:)

next time we will talk continuously about jit.gl object in JITTER.











No comments:

Post a Comment