WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 26 to 50 of 54
Search took 0.01 seconds; generated 74 minute(s) ago.
Search: Posts Made By: Renato Lima
Forum: Vizard 11-13-2010, 08:35 AM
Replies: 2
Views: 21,729
Posted By Renato Lima
Thank you very much.

Thank you very much.
Forum: Vizard 11-12-2010, 09:07 AM
Replies: 3
Views: 20,832
Posted By Renato Lima
Great, but can I do the same for a "box" instead...

Great, but can I do the same for a "box" instead of "plane"??

and.. would it be possible to render with a certain alpha instead of full transparency?

thank you.
Forum: Vizard 11-12-2010, 08:58 AM
Replies: 3
Views: 20,832
Posted By Renato Lima
Make an object transparent if you see it from its back

Is there any simple and easy way of doing this? Disable/hide an object if you see it from its back??
Forum: Vizard 11-10-2010, 06:25 PM
Replies: 2
Views: 21,729
Posted By Renato Lima
Question Is it possible to have make my shapes have black borders?

I have a series of shapes either added from a 3ds file or generated. Can I have them display a black line over each of their wirelines? (a black contour)?
Forum: Vizard 11-09-2010, 02:23 PM
Replies: 4
Views: 23,935
Posted By Renato Lima
This is how I solved my problem: def...

This is how I solved my problem:


def onDoubleClick(e):
if e.button == viz.MOUSEBUTTON_LEFT: print 'Left button double clicked'
print Gui["YRBox_Speed"].dragging()
...
Forum: Vizard 11-09-2010, 02:19 PM
Replies: 4
Views: 23,935
Posted By Renato Lima
What if I try to check if mouse is over a slider...

What if I try to check if mouse is over a slider after doubleclick?
Forum: Vizard 11-07-2010, 06:10 PM
Replies: 4
Views: 23,935
Posted By Renato Lima
Please, benjamin. Enlighten me with your...

Please, benjamin. Enlighten me with your knowledge.
Forum: Vizard 11-07-2010, 04:48 PM
Replies: 4
Views: 23,935
Posted By Renato Lima
Detect a double click on a gui slider

Is it possible to detect a double click on a slider?
Forum: Vizard 10-28-2010, 02:23 PM
Replies: 2
Views: 18,640
Posted By Renato Lima
Which alternatives do I have? Is there anything I...

Which alternatives do I have? Is there anything I can do to improve the quality of my graphics on our current computers, Besides changing the card? Perhaps forcing a higher resolution?
Forum: Vizard 10-28-2010, 12:23 PM
Replies: 2
Views: 18,640
Posted By Renato Lima
Exclamation Conflict with Intel GMA 4500

I have found that when running on computers with Intel GMA 4500, Vizard can't use anti-aliasing. Is there a way to fix this?

Thanks
Forum: Vizard 10-26-2010, 07:51 AM
Replies: 0
Views: 34,385
Posted By Renato Lima
"object color" and "material color".

Inside 3DS we have "object color" and "material color".

I am loading a 3DS file into Vizard and trying to change an object's color
by using .color(...), but it seems that only the "object color"...
Forum: Vizard 10-24-2010, 10:57 AM
Replies: 5
Views: 26,996
Posted By Renato Lima
Thank you. In other words: Vizard does not...

Thank you. In other words: Vizard does not support glow effects out of the box.
Forum: Vizard 10-18-2010, 08:00 PM
Replies: 5
Views: 26,996
Posted By Renato Lima
Hello Veleno, I am trying to produce something...

Hello Veleno, I am trying to produce something similar to the Bloom Filter (which creates a glowing halo around bright objects) which is provided by PANDA3D. I don't know if Vizard has a plugin for...
Forum: Vizard 10-16-2010, 01:49 PM
Replies: 1
Views: 30,001
Posted By Renato Lima
Question Possible to change size of a vizshape.addBox object?

Is it possible to getSize and setSize of a vizshape.addBox object?

There is nothing about this on the documentation.
Forum: Vizard 10-16-2010, 08:46 AM
Replies: 5
Views: 26,996
Posted By Renato Lima
Question Glow effect on a texture?

Is there a way of obtaining a glow effect on a texture?
Forum: Vizard 10-12-2010, 11:11 AM
Replies: 3
Views: 20,390
Posted By Renato Lima
In fact, after using this for a while, I realized...

In fact, after using this for a while, I realized that que quality of the texture is much inferior than what I obtain by using a real image. Any ideas?
Forum: Vizard 10-12-2010, 10:24 AM
Replies: 1
Views: 18,188
Posted By Renato Lima
Exclamation textures bug/problem?

I have to choose between to methods of applying a texture.
I would like to use A, but the resolution is MUCH lower than B. Why? How do I make is as good? Thanks

Method A:
pngData =...
Forum: Vizard 10-09-2010, 07:19 AM
Replies: 1
Views: 17,908
Posted By Renato Lima
Migoloco, did you manage to do this?

Migoloco, did you manage to do this?
Forum: Vizard 10-08-2010, 12:58 PM
Replies: 3
Views: 26,692
Posted By Renato Lima
Question Mouse zoom

I am using camera = vizcam.PivotNavigate(center=[0, 2, 2], distance=2.5)

The mouse wheel reduces the zoom factor exponentially as I zoom into some object. How do I make it stop or change this...
Forum: Vizard 10-07-2010, 04:30 PM
Replies: 3
Views: 21,935
Posted By Renato Lima
Yes, it has solved the problem. Thanks!

Yes, it has solved the problem. Thanks!
Forum: Vizard 10-02-2010, 04:37 PM
Replies: 3
Views: 21,935
Posted By Renato Lima
The problem starts when the camera gets far away...

The problem starts when the camera gets far away from the object.
It happens even when resolution of the 3dtext is max.
Forum: Vizard 09-29-2010, 04:04 PM
Replies: 3
Views: 21,935
Posted By Renato Lima
Question Font 3D rendering problem

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...
Forum: Vizard 09-22-2010, 03:43 PM
Replies: 2
Views: 27,884
Posted By Renato Lima
Thank you, this solved my problem. And this is my...

Thank you, this solved my problem. And this is my new code:

for name in world.getNodeNames():
abc = world.getChild(str(name))
abc.appearance(viz.DECAL)
Forum: Vizard 09-22-2010, 07:11 AM
Replies: 2
Views: 20,933
Posted By Renato Lima
After switching to .3DS, the problem is gone. Is...

After switching to .3DS, the problem is gone. Is this a problem or limitation with the .IVE file format?
Forum: Vizard 09-21-2010, 07:59 PM
Replies: 2
Views: 20,933
Posted By Renato Lima
Question pick() & "GEODE" problem

I created a plane on 3DS, applied a texture and exported it to .IVE

Now I am trying to get the NAME of this object (wall01) through pick(). However I get either "Material #39" on objects with...
Showing results 26 to 50 of 54

 
Forum Jump

All times are GMT -7. The time now is 11:00 AM.


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