Post not yet marked as solved
I've been trying to build the downloaded the RoomPlanExampleApp using Xcode 14 beta, but it looks like two key classes (RoomCaptureView and RoomCaptureViewDelegate) are missing from the RoomPlan header at the moment!
Anyone managed to build this yet?
I'm trying to use data returned from the RoomCaptureSession delegate to draw four corners of a door in SceneKit.
The CapturedRoom.Surface class has Dimensions and Transform members.
I was told in the WWDC 2022 RoomPlan Slack lounge:
"You can use transform and dimensions parameters to draw lines. The 4 corners can be inferred from those 2 parameters: the first column of the transform is the "right" vector, and second is the "up" vector. The fourth column is the position of the wall/door/opening/window/object Combining those unit vectors with the dimensions vector will give you the corners."
So I think this is a basic vector question. I'm not sure what is meant by "Combining those unit vectors with the dimensions vector". I've tried a few things, but I'm not sure how to go about this.
Post not yet marked as solved
How do we download the beta version of the tool?
I want to use room plan api alongside with scene reconstruction api at the same time. but doesn't seem to work
Post not yet marked as solved
Hi
what are the dimensions limits of RoomPlan ?