• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

3D world test.

UltraMarine

Newbie
Mar 11, 2010
20
0
10wk7jt.png




Hey it's me back again.
I need hardware testers again for this 3d demo.

MEGAUPLOAD - The leading online storage and file delivery service Project 1
MEGAUPLOAD - The leading online storage and file delivery service project 2

these 2 similar project with only one difference in the frame counting code.
long cNow = SystemClock.elapsedRealtime();
Interval = cNow - frameTime;

Frame++;

if( Interval > 1000)
{
Fps = Frame;
frameTime = cNow;
Frame = 0;
}

In project 1. I used the exactly like how it is from the book,
and that is
if( Interval > 5000)
that it's the interval for 5 seconds...
so every 5 seconds your application will update the FPS and stuff.

in the second one
the FPS will be refreshed for every 1 seconds.

test for me if the camera have a smooth movement /rotations.
and see how much FPS I can reach.

notes:
-Don't forget to uninstall the proj 1 before you install proj 2
-These are for Android 2.1 only.
 
Results from my Sprint Hero (rooted and flashed to OS v2.1)...

Project 1:
Without moving the camera from the center of the room, rotating around displays a maximum of 301fps. Pulling the camera back a bit into a corner and then rotating I get 207~ fps. Rotation is very smooth.

Project 2:
Without moving from center, automatically rotating is not nearly as smooth and gets only about 60fps. Rotating from an off-center position drops to a range of 55 to 60fps.

Also, the walls are not blue and green as in your screenshot. Walls and floor are all green.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones