Post

Replies

Boosts

Views

Activity

Reply to "Straighten" CapturedRoom data
First off, you don't want to mess with ARView... If you are making the view in 3D, do it using Scenekit and manipulating the camera to get the 2D (top-down) view. If you are wanting to provide true blueprint like view, then I would convert the wall dimensions into something simpler representation and present it using SwiftUI. Both are doable and I have done both and combined them into one view with 2d/3d toggle.
Topic: App & System Services SubTopic: General Tags:
Mar ’24
Reply to RoomPlan- Getting error for ceiling Height and floor Height from CapturedRoom.
CoreModel seems to be some sort of binary data... I am not seeing anything human readable there... To answer your question... there is no ceiling in CapturedRoom. If you want ceiling height, you should look at wall's dimension.y. As for floor height... not sure why you need that... >.< Your standard floor thickness can be googled...
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to RoomPlan Furniture alignment positions
Everything in RoomPlan has Transform. There is no need for alignment since transform has position, rotation, and scale.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to sims_4x4 data
That is 4x4 matrix that contains Transform. Transform represents position(x, y, z), rotation(eulerangles x, y, z), scale (x, y, z)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to "Straighten" CapturedRoom data
First off, you don't want to mess with ARView... If you are making the view in 3D, do it using Scenekit and manipulating the camera to get the 2D (top-down) view. If you are wanting to provide true blueprint like view, then I would convert the wall dimensions into something simpler representation and present it using SwiftUI. Both are doable and I have done both and combined them into one view with 2d/3d toggle.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24