Untitled

Published June 06, 2006
Advertisement
Augh, I'm still working on the Object Editor (an editor to "build" an object from the components), and I'm writing a TreeView control. And I think my brain is about to a splode. Because AUGH. Data structures... I ph34r that class next semester.

But yeah, I think I've got that part sorted out (its a mess), now I'm trying to figure out how to render the whole thing. Lets see... we have a tree of hardpoints to render, right? Each entry has two states - expanded and collapsed, so...
function render leaf   for each child on leaf      render child      if child is expanded         increase depth         render child as leaf      else if child is selected         render border around child

I think that's what I want... Yay for using the journals to collect thoughts :D

I think I'm going to go get some lunch and let my mind mull over it some more. Eugh!
Previous Entry Untitled
Next Entry Untitled
0 likes 2 comments

Comments

Pouya
You should make an editor editor first
June 06, 2006 02:24 PM
Mushu
It'll be on the to-do list when I get around to making the to-do list editor.
June 06, 2006 05:02 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Untitled

5329 views

Untitled

1046 views

Untitled

1188 views

Untitled

1103 views

Untitled

1148 views

Untitled

1433 views

Untitled

1101 views

Untitled

1002 views

Untitled

1006 views

Untitled

1186 views
Advertisement