Go Back   Android Forums > Android Development > Application Development > Alpha & Beta Testing
Alpha & Beta Testing Developers can post their .apk and ask users to recreate bugs for them, etc, for testing purposes.
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

test: Reply
 
LinkBack Thread Tools
Old March 15th, 2010, 11:56 AM   #1 (permalink)
Junior Member
Thread Author (OP)
 
Join Date: Mar 2010
Posts: 20
 
Device(s):
Carrier: Not Provided

Thanks: 2
Thanked 0 Times in 0 Posts
Default 3D world test.





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.
Quote:
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
Quote:
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.

UltraMarine is offline  
Reply With Quote
Sponsors
Old April 26th, 2010, 10:46 AM   #2 (permalink)
Member
 
Join Date: Oct 2009
Posts: 124
 
Device(s): HERO
Carrier: Not Provided

Thanks: 0
Thanked 9 Times in 6 Posts
Default

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.
__________________
Sprint Evo +
(haven't decided which rom yet) =
---------------------------------
(most likely) Awesome
mkhopper is offline  
Reply With Quote
Old April 27th, 2010, 05:42 AM   #3 (permalink)
Junior Member
Thread Author (OP)
 
Join Date: Mar 2010
Posts: 20
 
Device(s):
Carrier: Not Provided

Thanks: 2
Thanked 0 Times in 0 Posts
Default

thanks


the walls are green.
because that was an old screen shots

I finally managed to read ms3d files.
UltraMarine is offline  
Reply With Quote
Old May 20th, 2010, 09:40 AM   #4 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 9
 
Device(s): Droid Eris
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

Downloading the first one now. I'll post some feedback on it once i get it up and running. I have an Eris with OTA 2.1.
Marksmage is offline  
Reply With Quote
Reply


Go Back   Android Forums > Android Development > Application Development > Alpha & Beta Testing
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:06 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.