View Single Post
  #1  
Old 03-26-2008, 03:01 AM
dan12345 dan12345 is offline
Member
 
Join Date: Jan 2008
Posts: 58
sorting by position

Hello
i have a list of nodes, and i would like to sort them according to their
height
i know python has a list.sort(key = bla) function), but the question is:
how do i get the handle to node3d.getPosition()[1] so i can pass it
as the key ?
or is there another way?

thankz
dan
Reply With Quote