Skip to main content
1-Visitor
February 14, 2019
Solved

how to know all about shader in vuforia?

  • February 14, 2019
  • 1 reply
  • 3305 views

where are the exact tutorials about shader which help to implement with vuforia studio

Best answer by sdidier

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 :

  1. https://community.ptc.com/t5/Studio/Apply-realistic-aspects-to-the-model-and-the-surrounding/td-p/591466
  2. 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

1 reply

sdidier17-PeridotAnswer
17-Peridot
February 14, 2019

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 :

  1. https://community.ptc.com/t5/Studio/Apply-realistic-aspects-to-the-model-and-the-surrounding/td-p/591466
  2. 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

aks11-VisitorAuthor
1-Visitor
February 14, 2019

thanks @sdidier