SCNTechniqueGlow
SCNTechniqueGlow copied to clipboard
Basic object glowing outline using SCNTechnique
Hi, thanks for your repo. So if I want to apply outlines with different colors to different objects, how can I achieve that? It seems that the technique will be...
thanks so much for sharing this code. I'm trying to expand on it such that a glowing object that gets partially/fully occluded will have the glow occluded as well. Any...
Hello, First thnx a lot for your awesome 'SCNTechniqueGlow' example. I got crash issue on-runtime for some 3D models when I set `.categoryBitMask = 2`. Let me share the log...
If you try to add an omni light to the scene the glow disappears and instead new overlay (yellow) on the sides appear. Try with a box 
Hi, First, thanks for the excellent example for using SCNTechnique! I noticed when I zoom in on the plane that the glow effect will draw to the edges of the...
I've noticed any SCNNodes that have opacity levels set below 1 (alpha channel) ..... causes the following crash in the xcode debugger. validateFunctionArguments:3332: failed assertion `Fragment Function(commonprofile_frag): missing buffer binding...