On Fri, 2009-06-26 at 16:19 +0200, gabor papp wrote: > the images and i think all primitives are displayed in the order of > creation. i was thinking to make an immediate version also (make-image), > but i was not sure what dave thinks about all of this :).
Is there some way image primitives can be integrated with pixel primitives? Primitives render in creation order, unless they have (hint-depth-sort) in which case they are rendered after everything else, and sorted so that the furthest away things render first. cheers, dave
