![]() |
Panning Textures across a plane.
Helllo,
I'm attempting to create an old school environment by creating a clouds plane to put up in my sky. I'm perfectly capable of getting the clouds to just sit there on my plane through a texture file, however what I want to know is if I can move the texture over the plane in a direction so that it seems like they are moving. Thanks, George P.S. Is there a way to define a set color on a texure to be transparent? So that I can have multiple cloud cover layers to give things some depth? |
1 Attachment(s)
Hi,
I've attached a sample script that shows how to move a texture across a surface: Code:
import viz Also, I've attached a sample script that uses shaders to creating a moving sky with two cloud layers. I think it might be usefull for you. |
farshizzo,
Thanks for the specific shader example (I don't think there's an example of this in the manuals). I will also put it to work in a couple outdoor scenarios I have. Am I understanding it right that the .vp is a "vertex program" OpenGL shader, and the .fp is a "face program" or "fragment program"? You grab the timestamp of the frame, and give it to the .vp code as a parameter. The .vp chooses the appropriate coordinates in the texture to correspond to the frame time, for each vertex. The .fp chooses the appropriate pseudocoloring for a pixel inside a textured triangle face (or fragment) from the given monochrome texture. Does Vizard parse and compile the .vp/.fp content, or does the underlying OpenGL graphics system? [I noted you had some Unix line endings in your scripts when I viewed them in Notepad. If anyone else sees that, just replace the little box characters into line breaks. The Vizard editor itself doesn't mind the difference.] |
Quote:
Quote:
|
All times are GMT -7. The time now is 10:00 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC