EddyVerbruggen / nativescript-ar

Augmented Reality NativeScript plugin
https://www.nativescript.org/blog/preview-of-augmented-reality-in-nativescript
MIT License
118 stars 36 forks source link

add support for specular material definitions #79

Closed nickolanack closed 4 years ago

nickolanack commented 4 years ago

use gltf extension to support specular mat

nickolanack commented 4 years ago

oops - this doesn't seem to be working as expected at the moment...

nickolanack commented 4 years ago

I'm closing this (at least temporarily). I thought that it was supported in IOS, but it is ignored unless material lighting model (SCNLightingModel) is SCNLightingModelBlinn, or SCNLightingModelPhong. neither of which seem to be priorities imo. It is also ignored by android - maybe for the same reason although I'm not sure