Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Bound Box is clipped in volume window using default paramters #1

Open
OneeMe opened this issue Oct 22, 2023 · 0 comments
Open

The Bound Box is clipped in volume window using default paramters #1

OneeMe opened this issue Oct 22, 2023 · 0 comments

Comments

@OneeMe
Copy link

OneeMe commented Oct 22, 2023

What is the situation?

I just put the default code into the official volume project template:

import SwiftUI
import RealityKit
import RealityBounds

struct GameWindow: View {
  var body: some View {
    RealityView { content in
      content.add(BoundsVisualizer(boundes: []))
    }
  }
}

But the bound box does not display on the simulator:

image

I use debug visualize to check, the bound box is put on the right position but I just can't see them:

image

The project to reappear this bug

play_volume.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant