WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-25-2010, 10:25 AM
lionfish lionfish is offline
Member
 
Join Date: Oct 2009
Posts: 11
Changing alpha in already textured objects

A little problem I solved, that others might have. I was trying to set the alpha of an object:

cloudTexture = viz.addTexture('pink4.png')
cloud = viz.addTexQuad()
cloud.setPosition(0,0,0)
cloud.texture(cloudTexture)
cloud.alpha(0.5)

This doesn't seem possible. The solution (for me) was to use an image that doesn't have alpha information, i.e. convert pink4.png to pink4.jpg. It then works

Mike.
Reply With Quote
  #2  
Old 03-25-2010, 10:52 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
That shouldn't be the case. I just tried your code here with an alpha texture and it worked fine. Can you post a sample script with the image you are using that reproduces the issue?
Reply With Quote
Reply


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Collision with objects having alpha channel applied to omidbrb Vizard 1 07-20-2009 09:56 AM
trouble changing subnode (child node) color, alpha, etc. michaelrepucci Vizard 7 01-14-2009 08:38 PM
fixing alpha textured objects joeymax Vizard 5 05-09-2008 11:31 PM
Could not find plugin to load objects... halley Vizard 1 05-30-2006 11:01 AM
Changing the Color of On-the-Fly Objects vjosh Vizard 1 01-04-2005 11:48 PM


All times are GMT -7. The time now is 03:53 PM.


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