Blocks :
|
JDK-8103633 :
|
|
JDK-8103634 :
|
Parallel camera now renders everything regardless of the distance and the picking works the same way, reporting infinite distance for all points. Apparently parallel camera needs to have specific position in world with near/far clip planes working, so we should return correct distances. We need to sort out whether to provide real distances to camera position (which would be natural) or the perpendicular distances to the camera plane (which may better correspond with the rendering).
|