Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manjitbedi/3d-burger
Example of usng Scene Kit on an iOS device & Apple Watch
https://github.com/manjitbedi/3d-burger
Last synced: 9 days ago
JSON representation
Example of usng Scene Kit on an iOS device & Apple Watch
- Host: GitHub
- URL: https://github.com/manjitbedi/3d-burger
- Owner: ManjitBedi
- Created: 2017-07-19T19:23:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T19:56:33.000Z (over 7 years ago)
- Last Synced: 2024-11-08T20:35:07.360Z (2 months ago)
- Language: Swift
- Size: 4.19 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D-Burger
This is an example of using Scene Kit to display 3D models on an iPhone and Apple Watch.![Wireframe burger ](https://user-images.githubusercontent.com/2837803/28395015-d7770ba0-6ca5-11e7-83cd-0272e3decc46.png)
There is a art.scnassets folder which is included in the relevant targets in the Xcode project.
The scene files are referenced in the storyboards.
Note: the file folder needs to be included in the asset path.
E.g. "art.scnassets/burger.scn"
The 3D model were converted from blender projects → collada files (DAE) → SceneKit Scenes (SCN).
When converting the models some objects like lights were not converted & removed from the final SCN file. As well, as some other geometries were removed.
The 3D asset usage rights are creative commons.
https://www.blendswap.com/user/jdawg78
https://www.blendswap.com/blends/view/76938
Thanks to the creators of the 3D models.