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  
  2D scrolling problem...  (Read 1898 times)
0 Members and 1 Guest are viewing this topic.
Offline Max Pesce

Junior Member




Nil tam arduum quod non ingenio vincas


« Posted 2002-11-12 15:16:18 »

Hi

I've coded a scrolling routine in the simplest way:
I draw a grid of blocks (tiles) translated "ad hoc" to
simulate the movement. This routine works fine but it's
not the best way to do a scrolling (Am I wrong?).
So I'm trying to make a delta-scrolling:
I scroll the screen graphics and then past only the
blocks on the borders of the screen (there is a great
increase of fps).
This technique worked fine on C++ and DX, but doesn't
work on Java!

The problem could be in Graphics.copyArea() function...
When I scroll graphics to right (so the map is moving to left)
it scrolls fine, but when the graphics srolls to left,
the scrolling hangs after few pixels (about 64) and then
it scrolls one pixel after many millisec (randomly).

I can't understand why it happens, is it a bug of Java?
I'm using JDK 1.4.0_01.

Another thing I've noticed is that if I replace the
call to copyArea() with an own made routine (using
drawImage) the result is the same!
So the problem is probably in the Java2D API..


Could anyone give me a solution?

Offline zparticle

Senior Member




Thick As A Brick


« Reply #1 - Posted 2002-11-12 15:35:53 »

There was a bug in JDK 1.2 I think where copyArea freaked out on negative values. It was supposed to be fixed. My guess is you have a logic problem. Can you post some code?

Offline Micke

Senior Newbie




Yada-yada


« Reply #2 - Posted 2002-11-13 07:12:45 »

Take a look in this thread: http://www.java-gaming.org/cgi-bin/JGOForums/YaBB.cgi?board=2D;action=display;num=1034928727

(And vote for the bug!)

/M
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline Max Pesce

Junior Member




Nil tam arduum quod non ingenio vincas


« Reply #3 - Posted 2002-11-14 11:18:56 »

I've tried the solution given in the topic suggested by Micke, it was very similar to mine...
The result is the same!!!

The code as I said is very very similar to the one given in
the topic..

There are slowdowns when scrolling left and down!

I'm gonna vote for the bug on the Sun site...
But now? what I should do?
I must use the slow version for a while.
Cry

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!
HeroesGraveDev (42 views)
2013-06-15 23:35:23

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

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

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

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

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

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

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

CodeHead (53 views)
2013-06-09 02:55:41

GabrielBailey74 (66 views)
2013-06-09 00:02:25
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!