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 (290)
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  
  Dynamic Textures in M3G Example  (Read 2371 times)
0 Members and 1 Guest are viewing this topic.
Offline Andrew Davison

Junior Member


Medals: 2



« Posted 2005-08-16 10:36:52 »

I've just added a new M3G (mobile 3D) example to my Killer Game Programming in Java site (http://fivedots.coe.psu.ac.th/~ad/jg/ concerned with dynamic textures.

A dynamic texture is one generated at run time, and can include transparent areas.

Comments are appreciated.

- Andrew

Dr. Andrew Davison
Dept. of Computer Engineering
Prince of Songkla University, Hat Yai
Songkhla 90112, Thailand
Offline Abuse

JGO Coder


Medals: 2


falling into the abyss of reality


« Reply #1 - Posted 2005-08-16 11:32:45 »

Had a go with doing this a while back.

I found it was very slow on alot of the handsets out there, presumably because writing to texture memory isn't as fast as main memory.

Incidentally,
depending on what you are using the technique for, you can avoid doing quite so much memory copying by doing an Image2D.set(...) to clear to transparent, bind a Graphics3D to the Image2D, and then perform the rendering with a parrellel projection and Sprite3D.

You can obviously do more funky stuff too - rendering a 3D scene to a texture for example. (for imposter rendering)

Make Elite IV:Dangerous happen! Pledge your backing at KICKSTARTER here!
Offline Andrew Davison

Junior Member


Medals: 2



« Reply #2 - Posted 2005-08-17 06:07:38 »

Abuse,

Thanks for the performance info, which I suspected but hadn't been able to test myself.

At the end of the chapter, I mention that often you only need to generate the dynamic texture once. For example, when you need a user name label in the scene. For a once-off task, the overhead may be acceptable.

Your suggestion about 3D texture rendering is an interesting one. You should post an example MIDlet.

BTW, I've included your post as a "readers comment" at
http://fivedots.coe.psu.ac.th/~ad/jg/m3g6/readers.html. If you want to change it, please get in touch.

- Andrew

Dr. Andrew Davison
Dept. of Computer Engineering
Prince of Songkla University, Hat Yai
Songkhla 90112, Thailand
Games published by our own members! Check 'em out!
Try the Free Demo of Droid Assault
Offline OverKill

Junior Member




Java games rock!


« Reply #3 - Posted 2005-09-07 09:25:04 »

You can obviously do more funky stuff too - rendering a 3D scene to a texture for example. (for imposter rendering)
Yep, I had to do this for our last project... but it was UGLY!
The problem was that 3d on mobiles is simply ugly and our customer wanted it to look nice.
I have posted some of my findings at benhuis site.

'Dynamic' Textures works quite well. I had to switch multiple textures out during rendering.
You can bypass the performance hit from switching them by rendering one set at a time.

The biggest problems I had was with transparent Sprites. IIRC I had to set it on the appearance level.
(I can recheck if needed)
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!
 
Try the Free Demo of Revenge of the Titans

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

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

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

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

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

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

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

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

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

UnluckyDevil (177 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.108 seconds with 21 queries.