WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-18-2007, 02:07 PM
djdesmangles djdesmangles is offline
Member
 
Join Date: Nov 2006
Posts: 88
Shaders...

Hello Wizards, I'm back !!

I got two GLSL codes:
1) one vertex program
2) one fragment program

I would like to use these shaders in my application but I don't understand how to pass parameters like textures or values to them...

shader = viz.addShader(viz.SHADER_TANGENT, vert="v1.vp", frag="f1.fp"):
How can I pass params ?

Thanks a lot!!
Didier
Reply With Quote
  #2  
Old 02-20-2007, 09:27 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Vizard comes with 2 sample scripts showing how to use GLSL. The scripts are tutorial_alphaMap.py and tutorial_multiTexture.py and are located in the [Vizard30]/examples/shader directory.

For example, if you wanted to create a floating point parameter, you would do the following:
Code:
MyParam = viz.addUniformFloat( 'paramName', 0.5 )
node.apply(MyParam)
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:55 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC