Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SceneKitでふんわりした影を描画する/potatotips58

noppefoxwolf
January 28, 2019

 SceneKitでふんわりした影を描画する/potatotips58

noppefoxwolf

January 28, 2019
Tweet

More Decks by noppefoxwolf

Other Decks in Programming

Transcript

  1. 

  2. // ΦϒδΣΫτ let scene = SCNScene(named: "stratocaster.scn")! // ϥΠτ let

    light = SCNLight() light.type = .directional light.castsShadow = true let lightNode = SCNNode() lightNode.light = light // চ let floor = SCNFloor() ... 
  3. 

  4.