I have a project in native, Android and iOS platforms. I want to apply shader to an OBJ file in my native projects. I know how to apply shaders in Unity3D and was hoping if someone could help me out with applying shaders in native or how to edit an existing shader (vertex and fragment) or guide me from where to start.
To start with, I have a Vuforia augmented reality sample project in Android and iOS. There are shaders applied to OBJ file in that project, which I want to replace with another shader.
I have gone through some posts on Stackoverflow and in every post I could find something related to OpenGL, which I suppose is for loading a 3D model at first place. I am assuming that this won’t be required in my case as Vuforia sample project has everything built in to load a 3D model. Correct me if I am wrong.
I know this is not the place for Android and iOS questions but have posted this question here are many developers have in-depth knowledge about multiple platforms and I don’t know much about coding shaders and coding in Android and iOS. Taking baby steps in native now.
Thanks in advance!