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 (416)
games submitted by our members
Games in WIP (306)
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 824 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: 39



« 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!
Play the free demo of Revenge of the Titans!
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  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

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!
Jesse_Attard (10 views)
2013-06-18 22:03:02

HeroesGraveDev (55 views)
2013-06-15 23:35:23

Vermeer (55 views)
2013-06-14 20:08:06

davedes (55 views)
2013-06-14 16:03:55

alaslipknot (50 views)
2013-06-13 07:56:31

Roquen (68 views)
2013-06-12 04:12:32

alaslipknot (56 views)
2013-06-10 19:30:18

HeroesGraveDev (72 views)
2013-06-09 04:36:03

alaslipknot (60 views)
2013-06-09 03:40:19

CodeHead (60 views)
2013-06-09 02:55:41
Smoothing Algorithm Question
by UprightPath
2013-05-28 02:58:26

Smoothing Algorithm Question
by UprightPath
2013-05-28 02:57:33

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
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!