First page Back Continue Last page Overview Graphics
Non-planar Tilesort Details
Each view corresponds to a different crserver.
Each crserver has unique projection and modelview matrices:
node = crNetworkNode()
node.Conf('view_matrix', viewMatrix)
node.Conf('projection_matrix', projMatrix)
Tilesort SPU gets these matrices from all servers and uses them to do the bucketing.
New Python CRMatrix class makes it easy to construct matrices.
Specifying these matrices requires some knowledge of the application's coordinate space and projection parameters, though.
Matrices may instead be specified from within the application via the glChromiumParametervCR() function. Allows head tracking, for example.