Is it possible to implement 2D drawing but with 3D coords? (you draw in the 3D world but see it over all other things, like EF_NODEPTHTEST) but without depth at all (ie: the graphic always is at the same 2D size).
Anyway, is it possible to implement some like EF_NODEPTHTEST but with DEPTHTEST serverside only? So the model is drawn over all the things but the server continues doing depth test so it don't send that to the client if it is not visible.
That things will be useful for augumented reality indicators.
Anyway, is it possible to implement some like EF_NODEPTHTEST but with DEPTHTEST serverside only? So the model is drawn over all the things but the server continues doing depth test so it don't send that to the client if it is not visible.
That things will be useful for augumented reality indicators.
Comment