Skip to content

Instantly share code, notes, and snippets.

View jweinraub's full-sized avatar

Jonathan Weinraub jweinraub

View GitHub Profile
@armadsen
armadsen / SceneKitCheatSheet.m
Last active October 28, 2021 08:06
Cheat sheet for SceneKit learning app (Objective-C)
// Configure the Scene View
self.sceneView.backgroundColor = [UIColor darkGrayColor];
// Create the scene
SCNScene *scene = [SCNScene scene];