View in English

  • 메뉴 열기 메뉴 닫기
  • Apple Developer
검색
검색 닫기
  • Apple Developer
  • 뉴스
  • 둘러보기
  • 디자인
  • 개발
  • 배포
  • 지원
  • 계정
페이지에서만 검색

빠른 링크

5 빠른 링크

비디오

메뉴 열기 메뉴 닫기
  • 컬렉션
  • 주제
  • 전체 비디오
  • 소개

WWDC23 컬렉션으로 돌아가기

스트리밍은 대부분의 브라우저와
Developer 앱에서 사용할 수 있습니다.

  • 소개
  • 코드
  • SwiftUI 한 차원 높이기

    visionOS 앱에 깊이와 차원을 더해 보세요. 볼륨을 이용하여 앱에 3D 객체를 추가하는 방법을 알아보고, Model 3D API를 알아보고, 콘텐츠를 배치하고 애니메이션화하는 방법을 배워보세요. RealityView에서 UI attachment를 추가하고 콘텐츠에서 제스처를 지원하는 방법도 알아봅니다.

    챕터

    • 0:00 - Introduction
    • 1:49 - Volumes
    • 2:57 - 3D views and layout
    • 7:46 - RealityView
    • 10:55 - 3D gestures

    리소스

      • HD 비디오
      • SD 비디오

    관련 비디오

    WWDC23

    • 공간 컴퓨팅에 맞게 윈도우형 앱 향상하기
    • 첫 몰입형 앱 개발하기
    • RealityKit으로 공간 경험 빌드하기
    • RealityKit으로 공간 컴퓨팅 앱 강화하기
    • SwiftUI와 함께 윈도우 너머로
  • 비디오 검색…
    Array
    • 3:35 - MoonView

      struct MoonView {
        var body: some View {
          Model3D(named: "Moon") { phase in
            switch phase {
            case .empty:
              ProgressView()
            case let .failure(error):
              Text(error.localizedDescription)
            case let .success(model):
              model
                .resizable()
                .scaledToFit()
            }
          }
        }
      }
    • 17:26 - Manipulation Gesture

      // Gesture combining dragging, magnification, and 3D rotation all at once.
      var manipulationGesture: some Gesture<AffineTransform3D> {
          DragGesture()
              .simultaneously(with: MagnifyGesture())
              .simultaneously(with: RotateGesture3D())
              .map { gesture in
                  let (translation, scale, rotation) = gesture.components()
      
                  return AffineTransform3D(
                      scale: scale,
                      rotation: rotation,
                      translation: translation
                  )
              }
      }
      
      // Helper for extracting translation, magnification, and rotation.
      extension SimultaneousGesture<
          SimultaneousGesture<DragGesture, MagnifyGesture>,
          RotateGesture3D>.Value {
          func components() -> (Vector3D, Size3D, Rotation3D) {
              let translation = self.first?.first?.translation3D ?? .zero
              let magnification = self.first?.second?.magnification ?? 1
              let size = Size3D(width: magnification, height: magnification, depth: magnification)
              let rotation = self.second?.rotation ?? .identity
              return (translation, size, rotation)
          }
      }

Developer Footer

  • 비디오
  • WWDC23
  • SwiftUI 한 차원 높이기
  • 메뉴 열기 메뉴 닫기
    • iOS
    • iPadOS
    • macOS
    • tvOS
    • visionOS
    • watchOS
    메뉴 열기 메뉴 닫기
    • Swift
    • SwiftUI
    • Swift Playground
    • TestFlight
    • Xcode
    • Xcode Cloud
    • SF Symbols
    메뉴 열기 메뉴 닫기
    • 손쉬운 사용
    • 액세서리
    • 앱 확장 프로그램
    • App Store
    • 오디오 및 비디오(영문)
    • 증강 현실
    • 디자인
    • 배포
    • 교육
    • 서체(영문)
    • 게임
    • 건강 및 피트니스
    • 앱 내 구입
    • 현지화
    • 지도 및 위치
    • 머신 러닝
    • 오픈 소스(영문)
    • 보안
    • Safari 및 웹(영문)
    메뉴 열기 메뉴 닫기
    • 문서(영문)
    • 튜토리얼
    • 다운로드(영문)
    • 포럼(영문)
    • 비디오
    메뉴 열기 메뉴 닫기
    • 지원 문서
    • 문의하기
    • 버그 보고
    • 시스템 상태(영문)
    메뉴 열기 메뉴 닫기
    • Apple Developer
    • App Store Connect
    • 인증서, 식별자 및 프로파일(영문)
    • 피드백 지원
    메뉴 열기 메뉴 닫기
    • Apple Developer Program
    • Apple Developer Enterprise Program
    • App Store Small Business Program
    • MFi Program(영문)
    • News Partner Program(영문)
    • Video Partner Program(영문)
    • Security Bounty Program(영문)
    • Security Research Device Program(영문)
    메뉴 열기 메뉴 닫기
    • Apple과의 만남
    • Apple Developer Center
    • App Store 어워드(영문)
    • Apple 디자인 어워드
    • Apple Developer Academy(영문)
    • WWDC
    Apple Developer 앱 받기
    Copyright © 2025 Apple Inc. 모든 권리 보유.
    약관 개인정보 처리방침 계약 및 지침