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 (406)
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  
  OpenGL dynamic Vertex color attributes and Texture Coords.  (Read 1150 times)
0 Members and 1 Guest are viewing this topic.
Online matheus23

JGO Wizard


Medals: 72
Projects: 3


You think about my Avatar right now!


« Posted 2012-05-21 17:49:46 »

Okey guys... I really have a problem...
Consider a blocky world. That world is 2D, and there is lighting.

That lighting is applied as vertex-color attributes. That way I archieve nice-looking interpolated lighting.
The problem with this is following:

I use Immediate mode.
Problem with other modes are:

 - VBO: I don't want to create a new Mesh for every 4096*32*32*2 block...
 - One VBO: Impossible... I need to have 16*4 different Texture coords...
 - 16 VBO's: Impossible too, I need to have dynamic lighting... that means, I need to have non-predictable, 10.000+ different light values for each corner of the sprite/quad.
 - VAO: Slower... maybe due to very much dynamic traffic with the FloatBuffer?

Have you got any ideas?

Currently:
 - the vertices are dynamic for every block, to avoid matrix calculations.
 - the texture coords are dynamic, due to Packed "Sprite batches".
 - the colors are dynamic, due to lighting...

That means, currently EVERYTHING is dynamic.

I think point 1 (vertices) and 2 (texture coords) can be avoided, enabling Matrix transformations, and creating 16 different VBO's/whatever for every sprite in the sprite-sheet/batch.

But colors are tricky... can you help me? have you got any Ideas???

See my:
    My development Blog:     | Or look at my RPG | Or simply my coding
http://matheusdev.tumblr.comRuins of Revenge  |      On Github
Offline davedes
« Reply #1 - Posted 2012-05-21 20:01:16 »

Use simple vertex arrays (like LibGDX's SpriteBatch). My sprite batch looks like this (its very messy at the moment but it will give you an idea).
http://www.java-gaming.org/?action=pastebin&id=93

For better performance you could look into mapped VBOs. And if it's supported in the driver you should look into instancing (unfortunately not supported on my system...).

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

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

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

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

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

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

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

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

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

UnluckyDevil (182 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.074 seconds with 20 queries.