/SCNTechniqueTest

Example of utilising SceneKit's SCNTechnique with Metal.

Primary LanguageSwiftMIT LicenseMIT

SCNTechniqueTest

This code sample demonstrates how to utilize SCNTechnique with metal.

Two examples:

  • render normals of presented objects on scene into texture.
  • displacement (which was part of apple's how to for OpenGL)