Category: AR
-
How to add Shadertoy effect to Spark AR
This article introduces how to add the effects on Shadertoy into Spark AR Studio. It has been several years since Spark AR Studio was launched, and its functions are relatively mature. Its UI as shown above, with a familiar three-dimensional scene editor, and a node-visual-programming patch editor. This kind of AR special effects software is…
-
A green scanner effect with depth texture
I made a green scanner effect. Steps: Prepare a handsome photo. Calculate the depth value of the scene in the photo through machine learning, and get a depth texture. Write shader code to implement green scan line effect. Calculate photo scene depth Why do we need to calculate the scene depth of the photo? Because…
-
a Web+AR+AI Christmas Tree example
Last year today, I made a Christmas tree using Bender and Python: This time I tested a workflow: Export the model (Mesh) generated by the Sverchok plug-in or Python script from Blender, and then import it into the web page for rendering. By the way, the web version of machine learning face recognition is added,…