Geometry Instancing
From: animed (anonymous_at_discussions.microsoft.com)
Date: 05/27/04
- Next message: Vas: "RE: Surface DX9 Managed To DX9 C++ ?"
- Previous message: dx: "Re: Visibility of namespace/classes"
- Next in thread: Vas: "RE: Geometry Instancing"
- Reply: Vas: "RE: Geometry Instancing"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 May 2004 07:06:02 -0700
In my application I render the same geometry multiple times with different materials / color modes / matrices.
For instance I might draw a triangle with a red material, rotate it 5 degrees and draw it again with a different material and different matrix.
The application is getting seriously bogged down though since I am doing a large number of DrawIndexedPrimitive calls, ~1800 per frame at the least.
What techniques are available to me currently to try and do hardware based instancing of my geometry to reduce the number of calls to DrawIndexedPrimitive. I know that DX 9.0c supposedly has native support for instancing geometry, but I really need a solution that will work with 9.0b.
many thanks
- Next message: Vas: "RE: Surface DX9 Managed To DX9 C++ ?"
- Previous message: dx: "Re: Visibility of namespace/classes"
- Next in thread: Vas: "RE: Geometry Instancing"
- Reply: Vas: "RE: Geometry Instancing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|