Post

Replies

Boosts

Views

Activity

any article about animation in USDZ for transition blend....
Hello... I really literally can't find any article addressing animation In USDZ format more detail...like transitioning multiple animation...blending each animation... even there's api for blend and transition. how can I find any source for detailing animation ? maybe it's better to use unity... I made most of app but can't find a way to animate multiple animation.
1
0
1.1k
Jan ’23
RealityView in swiftUI look weird on vision pro
it is way above of control panel.... the code I show usdz modeling is as below `RealityView{ content in let entity = try! await Entity(named: "idle") entity.setScale([0.15,0.15,0.15], relativeTo: entity) // Enable interactions on the entity. entity.components.set(InputTargetComponent()) entity.components.set(CollisionComponent(shapes: [.generateBox(size: [2,2,2])] ) ) content.add(entity ) }`
0
0
556
Feb ’24
any article about animation in USDZ for transition blend....
Hello... I really literally can't find any article addressing animation In USDZ format more detail...like transitioning multiple animation...blending each animation... even there's api for blend and transition. how can I find any source for detailing animation ? maybe it's better to use unity... I made most of app but can't find a way to animate multiple animation.
Replies
1
Boosts
0
Views
1.1k
Activity
Jan ’23
RealityView in swiftUI look weird on vision pro
it is way above of control panel.... the code I show usdz modeling is as below `RealityView{ content in let entity = try! await Entity(named: "idle") entity.setScale([0.15,0.15,0.15], relativeTo: entity) // Enable interactions on the entity. entity.components.set(InputTargetComponent()) entity.components.set(CollisionComponent(shapes: [.generateBox(size: [2,2,2])] ) ) content.add(entity ) }`
Replies
0
Boosts
0
Views
556
Activity
Feb ’24
how can I add custom button on PlaybackControls in vision os like apple tv
I'm testing code with destination sample app but I really don't know how to add button beside of title in playbackcontrols. I can add button with customoverlay and customInfoViewControllers but it is not like apple tv's seat change button . how can I add button ?
Replies
0
Boosts
1
Views
389
Activity
Mar ’24
when I add new line on my code, it stop responding showing rainbow loading
wow, this drive me crazy. I have plenty of storage left after reboot after remove xcode and re install dont solve this problem. funny thing is that editing as is code is okay. but just add new line cause infinite loading
Replies
1
Boosts
0
Views
363
Activity
Mar ’24