Open jasonyzhang opened 4 years ago
Fixed minor issue in look transformation where default up always has batch size 1. If direction or vertices are batched, then there's a dimension mismatch.
up
direction
vertices
Also fixed renderer's init not using the camera_direction that is passed in as a parameter.
renderer
camera_direction
Fixed minor issue in look transformation where default
up
always has batch size 1. Ifdirection
orvertices
are batched, then there's a dimension mismatch.Also fixed
renderer
's init not using thecamera_direction
that is passed in as a parameter.