Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: the speed is very slowly

  1. #1

    the speed is very slowly

    Hi ......

    I made a mini game but when I run it with textures the speed is very slowly and when I run it without textures the speed is good

    What can I do for that .

  2. #2

    the speed is very slowly

    Textures width and height should be power of 2... 2, 4, 8, 16, 32, 64...

    So, if your texture is, let's say, 100x200 it will slow down rendering... you should resize it in some image processing program to 128x256 and that will improve performance.

  3. #3

    the speed is very slowly

    it also helps sorting geometry by texture, every time you bind a different texture, it will cost you some more miliseconds. less switching = faster.
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  4. #4

    the speed is very slowly

    I resize all textures to 128X128 but the speed is still slow .

  5. #5
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    the speed is very slowly

    If that is the case then I think you're gonna have to offer up more details than that. Whats are you doing inside your game?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  6. #6

  7. #7

    the speed is very slowly

    Please help me

  8. #8

    the speed is very slowly

    There's a fair chance your pc configuration is causing the problems.

    In any case, could you add a binary to the zip? I don't have glscene installed, but it might at least allow me to see, if I have similar problems.

  9. #9

    the speed is very slowly

    programmer
    Refresh your videocard driver %)

  10. #10

    the speed is very slowly

    XProger
    I refreshed my videocard driver and the speed now is very good .

    but are there any different methods ? (like install program similar directx).

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •