Slide 21
Slide 21 text
VideoMaterialͷEntityͷՃ
boxAnchor.actions.addMovieToiPhone.onAction = { entity in
self.videoMaterial?.avPlayer?.play()
let thinBox = MeshResource.generateBox(
width: 0.125,
height: 0.01,
depth: 0.065)
let screenEntity = ModelEntity(
mesh: thinBox,
materials: [self.videoMaterial!])
entity?.addChild(screenEntity)
}