Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  help for creating a 3D landscape like this one  (Read 774 times)
0 Members and 1 Guest are viewing this topic.
Offline java_dude

Senior Newbie


Projects: 1


Play Powablox : lesjeuxlesplusmieux.com


« Posted 2012-12-07 22:45:46 »

Hi,

I'm an average Java coder, and now I want to learn OpenGL (in Java) to make a landscape like the one shown in the picture below (it's a Linux screensaver).

Actually, the color stuff is not what I'm interested in: what I would like to achieve is just the wireframe view of such a landscape (pretty basic thing in OpenGL, I imagine...)

So Big, Big, Big Thank You for providing me any piece of advice (or code) you have about what I should do in order to create a wireframe landscape!!!!!!!


PS: if your tips, lines of code or weblinks deal with C/C++/C#, no problem, I'll figure out how to make it work in Java, so feel free to post any piece of help (because I'm really starting from scratch on this one, and I really want to code it!). Thank you very much!


Offline Danny02

JGO Knight


Medals: 37



« Reply #1 - Posted 2012-12-08 10:04:49 »

I don't know how much you know about OpenGL, but if you are familiar with the basics try this:

1. create a grid which is build with as many quads as you like
2. change the height value either on the cpu side or in a shader(then u can use the height also to set a color)
3. render the mesh first as a solid plane then as a wireframe without colors


When you don't know were to get interesting height values to use, there are several possibilities:
- draw a "heightmap" with a drawing programm. just a grey-scaled image, which you read out in your app
- use some interesting functions(sin, cos ...)
- or use some sort of noise function(you should find a lot on this forum)
Offline java_dude

Senior Newbie


Projects: 1


Play Powablox : lesjeuxlesplusmieux.com


« Reply #2 - Posted 2012-12-08 11:44:53 »

Thank you very much for your pieces of advice!

As a matter of fact, I don't OpenGL yet, and I would like to learn coding a wireframe landscape (interesting case, I think).
I'm interested in coding a random/procedural terrain.

Thank you for your help! Smiley

Games published by our own members! Check 'em out!
Try the Free Demo of Droid Assault
Offline davedes
« Reply #3 - Posted 2012-12-08 20:06:53 »

If you don't know anything about OpenGL, I'd start with the bare minimum before jumping into 3D. Write yourself a texture loader, dabble with sending custom vertices to a shader, etc. See here.

Pages: [1]
  ignore  |  Print  
 
 

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (143 views)
2013-05-17 21:29:12

alaslipknot (151 views)
2013-05-16 21:24:48

gouessej (182 views)
2013-05-16 00:53:38

gouessej (175 views)
2013-05-16 00:17:58

theagentd (186 views)
2013-05-15 15:01:13

theagentd (171 views)
2013-05-15 15:00:54

StreetDoggy (214 views)
2013-05-14 15:56:26

kutucuk (239 views)
2013-05-12 17:10:36

kutucuk (237 views)
2013-05-12 15:36:09

UnluckyDevil (243 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.084 seconds with 21 queries.