[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: redundant information?




another comment: the walkthrough code handles this issue pretty well (IMHO). to see how it does so, read through the files kd.c and portal.c -- with luka's wise guidance of course !

seth

Patrick Nichols wrote:
Just an open question -- I've noticed that in the files I get from the pipeline, portals are represented twice -- there is a portal list for each space (by unique id) and then a separate set of portal files.

The question is: is there any real value in keeping the first set of portal lists (per space)? in my code, spaces are made, THEN portals are made -- so the only values seems to be in computing some space adjacency stuff.

Thoughts?