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  
  (LWJGL) Subdivision of the Display  (Read 424 times)
0 Members and 1 Guest are viewing this topic.
Offline greenOwl

Junior Member


Medals: 1


from Germany


« Posted 2013-01-22 20:23:39 »

Greetings!

I'm currently working on the basics of my lwjgl-project and got the following question:
How can I subdivide my Display into different parts? I need something like different clipping-panes for different parts. I think there is something in the fixed-function pipeline but I want to use non-deprecated OpenGL only!

To give you an example:
Say, I want to divide my display into two equally big parts (part 1 & 2) (vertically). I then want to render objects of type A to part 1 and objects of type B to part 2. Both should be clipped when crossing the vertical "boarderline".

One possible solution I already tested is simple discarding the fragments out of my imaginary clipping pane via frag-shader. But this seems like a rather ugly solution because I'd have to implement that in every frag-shader and so every object. I'm looking for a better option to to this.

Thank you in advance!

elfeck
Offline sproingie
« Reply #1 - Posted 2013-01-22 21:52:03 »

What you're looking for is glViewport.  You can find a tutorial for using it at http://nehe.gamedev.net/tutorial/multiple_viewports/20002/ - it's the usual disaster of chopped up formatting and windows boilerplate that is a NeHe tutorial, but if you scroll to the bottom there's source code in other languages.  The python version should be pretty readable.
Offline StrideColossus

Senior Member


Medals: 3
Projects: 1



« Reply #2 - Posted 2013-01-23 10:26:42 »

Viewports are the way to go as already suggested.

One thing to bear in mind is that glViewport is essentially defining a new 'window' (for want of a better term), so you will want to setup a different projection for each one (they will have different dimensions for a start), perhaps different background colours, different scenes (your A in one, B in t'other), etc.

Pages: [1]
  ignore  |  Print  
 
 

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!
cubemaster21 (111 views)
2013-05-17 21:29:12

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

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

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

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

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

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

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

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

UnluckyDevil (214 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.09 seconds with 21 queries.