Advertisement

using pointers to split up geometry in D3D?

Started by April 25, 2000 06:30 PM
1 comment, last by CiscoKid5447 24 years, 7 months ago
if I had a set of 1000+ verticles, and each vert had at most 3 pointers to it from various parts of the program. would this be efficient(fast), would it have unwanted side effects? thanks in advance, Kenny Edited by - CiscoKid5447 on 4/25/00 8:36:53 PM
I think you need to elaborate. So you have three pointers to each vertex, how are we to judge the efficiency if we don''t know why you have three pointers?

- WitchLord

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement
well each vert will be pointed to in a object heirarchy for translation. The second pointer will be from another system that groups the verts into triangle strips fans and indexes.
In addition to that each triangle(group) will be pointed to in a system that renders the scene baised on its texture and material.

hope this helps, Kenny

This topic is closed to new replies.

Advertisement