Conversation
|
I have released a three-d-asset version with the planar projection camera. Is everything still working as expected with that released version? Also, did you plan to get the example in? I like the functionality but it's a really really long example, can you simplify it? |
|
I've added the |
|
Yes, 4bdd442 was the only commit from this pr on the main library, while the rest all focused on the examples. I'll transfer over d6045b0 to #501, as that was the update to the example to support the planar camera. Regarding simplification, I'm removing the shapes and only including the axis arrows. However, removing anything else probably reduces the utility of the example as a debug tool. There is a lot of complexity in computing the view frustum outlines, but simplifying that while keeping the same result is difficult. |
|
#501 is now updated with planar support, so I'm closing this PR. |
This adds the surface-level API for utilizing the planar projection introduced in asny/three-d-asset#42, and modifies the camera_view example of #501 to support the new camera mode. See each of those respective PRs for more details.