Thread: Open GL and FPS

  1. #1
    Registered User
    Join Date
    Sep 2009
    Posts
    37

    Open GL and FPS

    is this normal that open gl get low FPS if i render 400 objects at the same time?
    just little spheres with radian 5, blending is on
    i use a DualCore AMD X 2 4800 1GB Ram and 256MB Ram DDR2 Graphiccard


    cu
    punky

  2. #2
    Registered User
    Join Date
    Nov 2009
    Posts
    1
    in order to get +100fps increase its required that you not use opengl or dx, you have to use ur harddrives hw acceleration after configuring the quadratic clock multipliers to overdrive which gives exponential increases in performance.

    also, consider getting a better gpu or writing more efficient rendering loops.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    400 objects should not tax the system. How many vertices are in said spheres? I normally use spheres with 32 segments longitudinally and lattitudinally. You could brute force that with 400 spheres and still not have any problems. That is if you are pre-computing the vertices and using static meshes with no hierarchy.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Low FPS
    By ~Kyo~ in forum Game Programming
    Replies: 11
    Last Post: 06-20-2006, 09:12 PM
  2. Open GL v.s Direct X
    By Frantic- in forum C++ Programming
    Replies: 21
    Last Post: 01-28-2005, 11:55 PM
  3. GL terrain demo preview.
    By Jeremy G in forum Game Programming
    Replies: 10
    Last Post: 03-23-2003, 10:38 PM
  4. Which Windows graphics libary do you use more often?
    By oskilian in forum Windows Programming
    Replies: 40
    Last Post: 10-19-2001, 12:01 PM