Forum: Vizard
11-13-2010, 08:35 AM
|
|
Replies: 2
Views: 21,729
|
Forum: Vizard
11-12-2010, 09:07 AM
|
|
Replies: 3
Views: 20,832
|
Forum: Vizard
11-12-2010, 08:58 AM
|
|
Replies: 3
Views: 20,832
|
Forum: Vizard
11-10-2010, 06:25 PM
|
|
Replies: 2
Views: 21,729
|
Forum: Vizard
11-09-2010, 02:23 PM
|
|
Replies: 4
Views: 23,935
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
|
Forum: Vizard
11-07-2010, 06:10 PM
|
|
Replies: 4
Views: 23,935
|
Forum: Vizard
11-07-2010, 04:48 PM
|
|
Replies: 4
Views: 23,935
|
Forum: Vizard
10-28-2010, 02:23 PM
|
|
Replies: 2
Views: 18,640
|
Forum: Vizard
10-28-2010, 12:23 PM
|
|
Replies: 2
Views: 18,640
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
"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
|
Forum: Vizard
10-18-2010, 08:00 PM
|
|
Replies: 5
Views: 26,996
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
|
Forum: Vizard
10-16-2010, 08:46 AM
|
|
Replies: 5
Views: 26,996
|
Forum: Vizard
10-12-2010, 11:11 AM
|
|
Replies: 3
Views: 20,390
|
Forum: Vizard
10-12-2010, 10:24 AM
|
|
Replies: 1
Views: 18,188
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
|
Forum: Vizard
10-08-2010, 12:58 PM
|
|
Replies: 3
Views: 26,692
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
|
Forum: Vizard
10-02-2010, 04:37 PM
|
|
Replies: 3
Views: 21,935
|
Forum: Vizard
09-29-2010, 04:04 PM
|
|
Replies: 3
Views: 21,935
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
|
Forum: Vizard
09-22-2010, 07:11 AM
|
|
Replies: 2
Views: 20,933
|
Forum: Vizard
09-21-2010, 07:59 PM
|
|
Replies: 2
Views: 20,933
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...
|