![]() |
|
|
|
#1
|
|||
|
|||
|
I have been trying to use font3d with billboard effect for a while now, but I am having the following problem: after walking around my 3d world for a while, the fonts start to render in a very strange manner. Attached you will find an example of the problem I am having.
![]() This is the code I am using: A = viz.add(viz.TEXT3D, iso, B)ideas?? Thanks |
|
#2
|
|||
|
|||
|
The problem starts when the camera gets far away from the object.
It happens even when resolution of the 3dtext is max. |
|
#3
|
|||
|
|||
|
This looks like a draw ordering issue between the text and the object behind it. Does the object behind the text object contain transparency? If not, then try forcing that object to a lower draw order than the text object:
Code:
object.drawOrder(0) |
|
#4
|
|||
|
|||
|
Yes, it has solved the problem. Thanks!
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Font rendering 3D | CRI | Vizard | 0 | 06-29-2010 02:29 PM |
| Rendering problem in InfiniteTerrain | omidbrb | Vizard | 2 | 02-24-2009 03:57 AM |
| Rendering problem | Vygreif | Vizard | 1 | 05-01-2006 04:26 PM |
| Problem with rendering tube-wrl-file | Johannes | Vizard | 1 | 01-23-2006 09:56 PM |
| Texture map rendering problem | JRichizzle | Vizard | 4 | 03-04-2004 08:20 AM |