codymgriffin / SCNTechniqueTest

Example of utilising SceneKit's SCNTechnique with Metal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Example of utilising SceneKit's SCNTechnique with Metal.

License:MIT License


Languages

Language:Swift 51.5%Language:Metal 44.2%Language:GLSL 4.4%