Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Valium on April 15, 2013, 09:01:39 am

Title: [QUESTION] Odd rendering/ Possible Bug?
Post by: Valium on April 15, 2013, 09:01:39 am
(https://imageshack.us/a/img24/2237/1a93b6273824639be8ce59d.png) (https://imageshack.us/a/img24/2237/1a93b6273824639be8ce59d.png)
This is Noggit, I tweaked it a bit to show the wireframe topology.

(https://imageshack.us/a/img198/1476/434e63e6d74c1fbb15849ec.png) (https://imageshack.us/a/img198/1476/434e63e6d74c1fbb15849ec.png)
This is WoW, my friend modified WoW to show the wireframe topology.

I may be wrong here, but it would seem Noggit may be missing vertices, or wow is adding them.  I don't quite understand the format so I was hoping to get some info on what's happening to cause this issue.
Title: Re: [QUESTION] Odd rendering/ Possible Bug?
Post by: schlumpf on April 15, 2013, 09:39:53 am
We don't draw all lines, we draw the vertices wrong.
Compare noggit's wire frame against that of WoW and you will see.
Title: Re: [QUESTION] Odd rendering/ Possible Bug?
Post by: Valium on April 15, 2013, 05:09:39 pm
Quote from: "schlumpf"
We don't draw all lines, we draw the vertices wrong.
Compare noggit's wire frame against that of WoW and you will see.

Thanks Schlumpf.