ARKit SceneKit Metal Integration -


i trying integrate creation of objects in arkit scenekit , metal. there objects can create senekit , others metal, i'd able use both side side.

for example creating arkit project scenekit template places space ship demo through scenekit nodes. on other hand using metal template creates cube in arkit tap using anchor.

how able use both in same project? creating cube through metal , spaceship scenekit, example.

another example, there mtkview want wrap object or layer on top of object in scenekit, , have other objects creating pbr in scenekit, want have these side side in arkit. if possible.

maybe this? : https://developer.apple.com/documentation/scenekit/scnprogram

i think this, if possible useful growing arkit community.

thanks!

how able use both in same project?

you have choose wether want build app metal or scenekit, both have ups , downs. think there 2 approaches take:

  • use scenekit. since scenekit uses metal can enhance , change shaders or program. maybe start reading documentation using metal in scenekit. maybe can want in metal while still using scenekits abstractions possible.

  • use metal. if using metal in scenekit apple intended not enough have build in metal. load complex models can use apples modelio load 3d content metal.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -