how to know all about shader in vuforia?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
how to know all about shader in vuforia?
where are the exact tutorials about shader which help to implement with vuforia studio
Solved! Go to Solution.
- Labels:
-
Design
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
It is not officially documented for the moment in the help center.
Personally, to increase my knowledge about that, I found more details in these threads :
- https://community.ptc.com/t5/Studio/Apply-realistic-aspects-to-the-model-and-the-surrounding/td-p/591466
- https://community.ptc.com/t5/Studio/How-to-accomplish-real-time-Sectioning-function-like-this/td-p/593296
I also looked in websites about WebGL syntax to code shaders.
A good start is to read this one :
https://webglfundamentals.org/webgl/lessons/webgl-shaders-and-glsl.html
After that, the best is to code, to try and to take some fun. 🙂
Best regards,
Samuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
It is not officially documented for the moment in the help center.
Personally, to increase my knowledge about that, I found more details in these threads :
- https://community.ptc.com/t5/Studio/Apply-realistic-aspects-to-the-model-and-the-surrounding/td-p/591466
- https://community.ptc.com/t5/Studio/How-to-accomplish-real-time-Sectioning-function-like-this/td-p/593296
I also looked in websites about WebGL syntax to code shaders.
A good start is to read this one :
https://webglfundamentals.org/webgl/lessons/webgl-shaders-and-glsl.html
After that, the best is to code, to try and to take some fun. 🙂
Best regards,
Samuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator