Re: [Algorithms] VIPM With T&L
Brought to you by:
vexxed72
From: Jim O. <j.o...@in...> - 2000-09-06 18:33:33
|
> Is it that the hardware T&L only transforms vertices that are pointed to by > the supplied indexed lists? or what That's it :-). For software T&L you can sort your verts (this is not necessarily specific to VIPM btw.), so that verts [0...n] represent the first (lowest) lod level, verts [0...n+m] represents the next lod level and so forth. Using the dwStartVertex and dwNumVertices parameters in the DIPVB call you can instruct DX to transform *only* those verts that fall in the specified range. Jim Offerman Innovade The Atlantis Project http://www.theatlantisproject.com |