Total members 11889 |It is currently Fri Mar 29, 2024 7:29 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





anyone know about java openGL 3D???
if yes i need help to understand how it works?
i want to draw 3D sine wave on a certain canvas .




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

First, if you wanna interface java with openGL, you need to download special library called JOGL, it includes all the packages that you will use to create 3D objects and manipulate it.

After downloading it, simply open a new project and add the .jar file as a reference to that project "right click on the project name, properties, add references".

Now, after setting the openGL environment, you need to know some basic information about openGL and 3D graphics in general, there is an excellent online tutorial called "NeHe" that will help you from A to Z. The code for linking openGL with java and defining a canvas are mentioned in the tutorial http://nehe.gamedev.net/.

Hope this piece of information helps,


Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time
Post new topic Reply to topic  [ 2 posts ] 

  Related Posts  to : openGL in java
 OpenGl simple example     -  
 Drawing teapot using OpenGL.     -  
 Drawing cone using openGL     -  
 Drawing Octahedron using openGL     -  
 Draw 3d cube using openGL     -  
 openGL shadow mapping example     -  
 Drawing Torus using OpenGL     -  
 Build Calculator in OpenGL     -  
 Draw a solid sphere using openGL     -  
 3d OpenGL game with source code     -  



cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com