WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 30
Search took 0.01 seconds.
Search: Posts Made By: kovitch
Forum: Vizard 06-27-2012, 06:45 AM
Replies: 2
Views: 7,502
Posted By kovitch
Very good tip. My frame rate is high again!...

Very good tip. My frame rate is high again! Thanks. :)
Forum: Vizard 06-26-2012, 06:51 AM
Replies: 2
Views: 7,502
Posted By kovitch
Scene flow problems

Hi,

I'm implementing a supermerket scene, where I have lots of different kind of objects. However, I'm experiencing some lack of smothness (while moving around) when I point the camera to a place...
Forum: Vizard 06-07-2012, 12:25 PM
Replies: 2
Views: 6,860
Posted By kovitch
You're totaly right i wanted to use viztask...

You're totaly right i wanted to use viztask instead, my bad. Thanks! :)
Forum: Vizard 06-06-2012, 11:35 AM
Replies: 2
Views: 6,860
Posted By kovitch
TexQuad FadeOut/FadeIn issue

Hi,

I'm experiencing some kind of a problem, when using fadein/fadeout on viz.SCREEN. Despite the code I use there's no fadeOut. The image justa appears after 1 sec.

The code I use is:


...
Forum: Vizard 05-17-2012, 10:53 AM
Replies: 2
Views: 7,564
Posted By kovitch
You're right, it does! Thanks. :)

You're right, it does! Thanks. :)
Forum: Vizard 05-17-2012, 10:45 AM
Replies: 2
Views: 7,564
Posted By kovitch
WaitMouseDown or WaitTime

Hi,

If I use:

yield viztask.waitTime(10)
yield viztask.waitMouseUp(viz.MOUSEBUTTON_LEFT)

the application will wait 10 seconds and then it will expect a left mouse click to continue. It's...
Forum: Vizard 05-17-2012, 10:28 AM
Replies: 2
Views: 9,158
Posted By kovitch
The drawOrder helped me out! Thanks. :)

The drawOrder helped me out! Thanks. :)
Forum: Vizard 05-14-2012, 10:45 AM
Replies: 2
Views: 9,158
Posted By kovitch
TexQuad (viz.screen) and alpha issues

Hi!

I'm trying to use two TexQuad (on viz.screen) textures one over another.

The 1st image (the background) is a png with 0.25 of alpha value (this alpha value was added to the image in...
Forum: Vizard 05-04-2012, 10:02 AM
Replies: 3
Views: 8,666
Posted By kovitch
Solved. Changing the Field of View is enough for...

Solved. Changing the Field of View is enough for my purposes.

For those who care:


def onMouseWheel(dir):
if dir == 1:
viz.fov(40,1.3333)
else:
viz.fov(70,1.3333)
Forum: Vizard 05-04-2012, 08:06 AM
Replies: 3
Views: 8,666
Posted By kovitch
Hi, Is there a way to override mouse wheel...

Hi,

Is there a way to override mouse wheel in the Panorama Camera class?

All I want is a Panorama Camera with the zoom in and zoom out capabilities.

Best regards,

Alex.
Forum: Vizard 04-03-2012, 10:45 AM
Replies: 1
Views: 6,773
Posted By kovitch
Copy light object

Hi,

I'am trying to copy light objects by using the following code:

general_light= viz.addLight()
general_light.position(11.496,4.195,2.63)
general_light.direction(0,-1,0)...
Forum: Vizard 10-25-2011, 09:30 AM
Replies: 4
Views: 9,809
Posted By kovitch
Moving/grabbing 3D objects

Hi,

Is there any kind of example (something to start from) to move&grab objects from a place to another with the mouse, like in the following video:

http://www.youtube.com/watch?v=7qHPwqSsFZU
...
Forum: Vizard 10-20-2011, 08:55 AM
Replies: 5
Views: 7,281
Posted By kovitch
Solved. For the record: # Additional...

Solved.

For the record:


# Additional imports
from ctypes import pythonapi, c_void_pointer, py_object

# Setup arguments and return types
pythonapi.PyCObject_AsVoidPtr.restype = c_void_p
Forum: Vizard 10-20-2011, 08:47 AM
Replies: 5
Views: 7,281
Posted By kovitch
Hi, I'm using the same code provided and i'm...

Hi,

I'm using the same code provided and i'm trying to accomplish something similar to this but for PySide. However, i'm having a small problem. The following line:

...
Forum: Vizard 08-17-2011, 06:36 AM
Replies: 2
Views: 6,509
Posted By kovitch
Check this code out: ...

Check this code out:

http://forum.worldviz.com/showthread.php?t=3866
Forum: Vizard 08-16-2011, 10:14 AM
Replies: 9
Views: 15,539
Posted By kovitch
Solved! When I convert it from flv I can't choose...

Solved! When I convert it from flv I can't choose the hi-quality option in my converter. :)
Forum: Vizard 08-16-2011, 09:38 AM
Replies: 9
Views: 15,539
Posted By kovitch
Hi, I have the same problem. I've already...

Hi,

I have the same problem. I've already installed k-lite codec pack and the problem continues. Any other tip?

Regars,

Alex.
Forum: Vizard 08-09-2011, 01:40 AM
Replies: 2
Views: 11,052
Posted By kovitch
Run the following code, then uncomment the line...

Run the following code, then uncomment the line viz.collision(viz.ON) and you will see what I am experiencing. Regards.


import viz
import viztask
import vizmat

viz.go()
...
Forum: Vizard 08-08-2011, 08:33 AM
Replies: 2
Views: 11,052
Posted By kovitch
Unhappy Vizard Collision (ON) issue

Hi,

I'm trying to enable the collision in my world. However, when I use the line viz.collision(viz.ON) something strange happens and I'm not sure what it is.

Could someone give me a tip about...
Forum: Vizard 08-08-2011, 07:57 AM
Replies: 2
Views: 8,680
Posted By kovitch
It worked, thanks for the tip! :)

It worked, thanks for the tip! :)
Forum: Vizard 08-05-2011, 08:31 AM
Replies: 2
Views: 8,680
Posted By kovitch
Avatar walking + camera free look

Hi,

I'm using the code provided in the following link:
http://forum.worldviz.com/showthread.php?t=2915&highlight=avatar+walking

In this example, in order to change the moving direction, we...
Forum: Vizard 02-15-2011, 11:33 AM
Replies: 5
Views: 7,246
Posted By kovitch
Thumbs up Exactly want I wanted! Thanks very much. :)

Exactly want I wanted! Thanks very much. :)
Forum: Vizard 02-15-2011, 11:21 AM
Replies: 5
Views: 7,246
Posted By kovitch
All I want to do is something like this: ...

All I want to do is something like this:

LeftWindow = viz.addWindow(pos=(0.125,0.75),size=(0.25,0.5))
RightWindow = viz.addWindow(pos=(0.625,0.75),size=(0.25,0.5))

And then disable the...
Forum: Vizard 02-15-2011, 10:13 AM
Replies: 5
Views: 7,246
Posted By kovitch
Thanks for your reply! Instead of the image I...

Thanks for your reply! Instead of the image I want to use a camera window, not a static image.
Forum: Vizard 02-15-2011, 06:56 AM
Replies: 5
Views: 7,246
Posted By kovitch
Center window & stereo vision

Hi, I'm trying to do something like this:

http://i54.tinypic.com/2rfvkgx.png

I'm using the following code to draw the center window:

CenterWindow =...
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT -7. The time now is 01:24 AM.


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