Go Back   RareWareCentral Forums > Entertainment > Creativity Central

Creativity Central Post your greatest works of art, music, literature, and more in this forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 11-03-2011, 10:30 AM
Tee-Hee's Avatar
Tee-Hee Tee-Hee is offline
Registered user
Over 10 Posts
 
Join Date: Aug 2009
Posts: 138
Tee-Hee is making an impact
Are you only splitting vertices that don't have the same UV co-ordinates, then?
__________________
Hi, we're Torchwood and these are my shiny teeth.

Never backward in coming forward.
Reply With Quote
  #17  
Old 11-03-2011, 10:44 AM
Skill's Avatar
Skill Skill is offline
Administrator
Over 2500 Posts
 
Join Date: May 2009
Posts: 3,024
Blog Entries: 18
Skill is a RWC LegendSkill is a RWC LegendSkill is a RWC LegendSkill is a RWC LegendSkill is a RWC LegendSkill is a RWC LegendSkill is a RWC LegendSkill is a RWC LegendSkill is a RWC LegendSkill is a RWC Legend
No I split all verts as it is imported. It becomes very difficult if you don't split all verts as i initially did have it trying to conserve as much space as possible but it becomes a nightmare when trying to load the verts for the faces.

i.e it much neater to use a vtx command which loads verts 0 - 31 @ position 0 in the vert buffer draw all faces that need these verts and then load verts 32 - 63 and draw all the faces that need these verts then it is to try and figure out where the verts are from the identical verts. because that means that face 1 and face 500 could potentially be sharing a vert which means trying to load a vert 0 and vert XXXX and vert XXXX to make the face which is not doable (the vert buffer is only 32 verts).

(Edit: well actually you could do it but you have to load the vert into a position inside the buffer which i never seemed to get to work in BK, you can get it to output fine in MW and BG from memory but not in PJ64.... Going back a while though so might be wrong there.)

So you then have to line the faces up and the verts to get a nice flow of how the verts are to the face numbers which is not always possible and lead to errors and overall pretty messy code.

On top of this if a user updates a solid face to an alpha all the work above needs to be completely redone and that to me was just asking for issues and problems as it can get confusing when faces are not drawn right and debugging a situation like that can be bothersome.

So short answer is yes you could potentially share a few of the verts but the difficulty and management was imo not worth it. Although that is debatable and people like xDan and spinout might use shared verts in sharp ocarina really would not know tbh.
Reply With Quote
  #18  
Old 11-03-2011, 11:48 AM
Devil_Bottles's Avatar
Devil_Bottles Devil_Bottles is offline
Elite Member
Over 2500 Posts
 
Join Date: Nov 2009
Location: LA, Lakewood.
Posts: 4,189
Blog Entries: 78
Devil_Bottles has RWC FameDevil_Bottles has RWC FameDevil_Bottles has RWC FameDevil_Bottles has RWC Fame
Very useful tutorial.


At least, it would be if my graphics card was HD.
__________________
Two Milkmen
Go Comedy!
Reply With Quote
  #19  
Old 11-03-2011, 07:17 PM
Anthrax's Avatar
Anthrax Anthrax is offline
RWC Member
Over 1000 Posts
 
Join Date: Feb 2011
Location: Central Coast - NSW - Australia
Posts: 1,287
Blog Entries: 30
Anthrax is a RWC LegendAnthrax is a RWC LegendAnthrax is a RWC LegendAnthrax is a RWC LegendAnthrax is a RWC LegendAnthrax is a RWC LegendAnthrax is a RWC LegendAnthrax is a RWC LegendAnthrax is a RWC LegendAnthrax is a RWC Legend
Dude my vid card has like 64mb ram and runs at 800mHz, it runs Vue fine. My laptop is three years old haha.
__________________
Mostly inactive, I'll be around now and again.
Reply With Quote
Reply

  RareWareCentral Forums > Entertainment > Creativity Central


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 01:02 AM.