WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-29-2004, 09:02 PM
vjosh vjosh is offline
Member
 
Join Date: Sep 2004
Posts: 17
3d Text with Transparent Borders

Hey,

I'm getting an unwanted transparent border around 3d text. I declared a group (within a class) with the following code:
self.group = viz.add(viz.GROUP,viz.SCREEN).
Also, I added some "subgroups" to self.group, including the group "scale" and then added 3d text to the "scale" group with the following code:
self.text = self.scale.add(viz.TEXT3D,'text')
Moreover, I added an on-the-fly viz.QUADS object to serve as the background behind the 3d text. The on-the-fly object was added to a subgroup of self.group (not self.scale).

The 3d text shows up correctly in front of the on-the-fly background, but there is a transparent border around the text itself. The "transparent border" around the 3d text shows through the on-the-fly background to whatever is behind it. Is there any way to get rid of this transparent border?

Thanks! I can provide code if that'd be helpful...

-Josh
Reply With Quote
 


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 09:29 AM.


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