Sachin Vani
Sachin Vani

Reputation: 303

3 D game development in Scene kit?

I am designing a app using Scene kit in which i want to handle Camera controls like 3 D games. How to Develop 3 D game in Scene kit? Is it possible?

Upvotes: 0

Views: 667

Answers (1)

sambro
sambro

Reputation: 816

Take a look at the following examples (both are based on SceneKit):

  1. https://developer.apple.com/library/mac/samplecode/Bananas/Introduction/Intro.html
  2. https://developer.apple.com/library/ios/samplecode/SceneKitVehicle/Introduction/Intro.html

They are pretty good starting points.

Upvotes: 1

Related Questions