Morrowind
Skeleton Mesh Optimization Test

Image information

Added on

Uploaded by

Pherim

About this image

Notice

This user's image description contains 3 images. Some authors like to showcase more of their work in their image descriptions or use the image description to provide a storyboard for the image provided.

You will need to be logged in before you can see this user's image description.

2 comments

  1. Greatness7
    Greatness7
    • premium
    • 109 kudos
    Fun posts. Here's another cool optimization you may find surprising:

    https://www.dropbox.com/s/kqpu7sewu732eii/VerteCacheTest.zip?dl=0

    Includes an ESP and two test meshes. Enable it and do 'coc Mournhold', then look at the objects and record your FPS. Close game and replace 'export.nif' with 'export_opt.nif' and repeat. The optimized variant on my machine has more than doubled FPS. Both meshes have the exact same geometry. Same number of faces/vertices and same number of trishapes/drawcalls. Neither has any texturing, alpha flags, etc. The performance gain is entirely from a simple reordering of the vertices.

    1. Pherim
      Pherim
      • premium
      • 245 kudos
      Thank you for your comment! That sounds interesting, I will check it out.