WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 40
Search took 0.00 seconds.
Search: Posts Made By: Seadna
Forum: Vizard 10-22-2016, 08:59 AM
Replies: 4
Views: 16,627
Posted By Seadna
They work now, but only when they are turned on...

They work now, but only when they are turned on before running my code. Thanks for help.
Forum: Vizard 10-19-2016, 03:04 PM
Replies: 4
Views: 9,784
Posted By Seadna
Is this still true? We are looking a huge scenes...

Is this still true? We are looking a huge scenes with millions of faces and I need to throw as much gpu power at them as is possible. Will SLI do this? GPU is bottleneck.
Forum: Vizard 05-23-2016, 11:23 AM
Replies: 4
Views: 16,627
Posted By Seadna
Question HTC Vive Controller not working

Hi there,

I have successfully loaded the example script with the Vive headset working flawlessly. However i cannot seem to get the controllers to work. I ran the example script but cannot see the...
Forum: Vizard 04-01-2016, 07:05 AM
Replies: 1
Views: 13,232
Posted By Seadna
Question Oculus Runtime 1.3 compatibility

Hi guys,

Does the current version of Vizard work with the new Oculus 1.3 software?
Forum: Vizard 03-23-2016, 07:09 AM
Replies: 2
Views: 7,709
Posted By Seadna
I'd like to know if Vizard supports OSVR also. We...

I'd like to know if Vizard supports OSVR also. We are looking at all available HMD's currently.
Forum: Vizard 03-23-2016, 06:34 AM
Replies: 0
Views: 9,621
Posted By Seadna
Question Mobile viewer for cubemap

Hi folks,

In the inspector I see we can export .jpg cubemaps as 6 separate .jpg images. Does anybody know about an app that I can use to view these on an android and/or iOS device? I have tried...
Forum: Vizard 03-23-2016, 06:29 AM
Replies: 2
Views: 9,053
Posted By Seadna
I resolved this issue by starting again from the...

I resolved this issue by starting again from the example code in the help file. All seems to be working ok now. Thanks for your reply.
Forum: Vizard 03-22-2016, 05:01 AM
Replies: 2
Views: 9,053
Posted By Seadna
Question Multi-user crashing

Hi folks,

I have been testing the multi-user capabilities of vizard and it works with one user connected to the server. The problem is when a second user connects to the server the first client...
Forum: Vizard 02-26-2016, 03:29 AM
Replies: 4
Views: 10,952
Posted By Seadna
I eventually found the .sendMouseButtonEvent :)...

I eventually found the .sendMouseButtonEvent :) don't know why it took me so long to find it in the help file!
Forum: Vizard 02-26-2016, 02:56 AM
Replies: 4
Views: 10,952
Posted By Seadna
I have tried using pyautogui library for the...

I have tried using pyautogui library for the left-click but it does not work when the mouse is captured in the canvas. I get an error 'Specified procedure could not be found'

I'm going to look up...
Forum: Vizard 02-25-2016, 09:25 AM
Replies: 4
Views: 10,952
Posted By Seadna
I figured the smoothness issue out less than a...

I figured the smoothness issue out less than a minute after original post!

I needed to change jx = (x+jx/1000) to jx = (jx+x/1000)

Had been looking at it for hours and didnt see it! I'm still...
Forum: Vizard 02-25-2016, 09:21 AM
Replies: 4
Views: 10,952
Posted By Seadna
Question Joystick controlled virtual mouse

Hi folks,

I have been working on code to control the canvas mouse cursor using a joystick. Below is the code i have come up with. The issues i'm having are that I cannot figure out how to bind the...
Forum: Vizard 02-25-2016, 06:16 AM
Replies: 3
Views: 12,636
Posted By Seadna
Thank you, This worked like a charm.

Thank you,

This worked like a charm.
Forum: Vizard 02-25-2016, 03:39 AM
Replies: 3
Views: 12,636
Posted By Seadna
Question Spawn Avatar in front of User

Hi folks,

I have been trying to spawn an avatar model a few feet in front of the main view. I can get it to spawn at the location of the main view but not in front. I can offset the spawn location...
Forum: Vizard 02-05-2016, 05:31 AM
Replies: 5
Views: 13,710
Posted By Seadna
Thanks again Erik, this works great. Do you...

Thanks again Erik, this works great.

Do you know how I can get this to print the sub-node name?
Forum: Vizard 02-05-2016, 04:48 AM
Replies: 3
Views: 7,448
Posted By Seadna
Hi Jeff I figured it out. The code snippet I was...

Hi Jeff I figured it out. The code snippet I was working from had these lines:

bb = controlPanel.getBoundingBox()
canvas.setRenderWorldOverlay([bb.width + 5, bb.height + 5], fov=bb.height * 0.12,...
Forum: Vizard 02-04-2016, 06:37 AM
Replies: 3
Views: 7,448
Posted By Seadna
Question Hi folks, I have reduced the number of...

Hi folks,

I have reduced the number of buttons etc on my canvas and now the issue is affecting more droplists. The virtual mouse seems to be limited to the size of the canvas (i think!) but the...
Forum: Vizard 02-04-2016, 04:14 AM
Replies: 5
Views: 13,710
Posted By Seadna
Thanks Erik, I will try this after lunch!

Thanks Erik,

I will try this after lunch!
Forum: Vizard 02-04-2016, 02:35 AM
Replies: 5
Views: 13,710
Posted By Seadna
Question I'm trying something different. I certainly...

I'm trying something different. I certainly cannot figure out how to get the highlighter to highlight sub-nodes (so far).

Can I use the pick function instead? How can I use pick() when wearing an...
Forum: Vizard 02-03-2016, 07:21 AM
Replies: 5
Views: 13,710
Posted By Seadna
Question Highlighter tool on nodes in model

Hi folks,

I'm really struggling with this one.

I have a large model imported with many nodes. I want to be able to highlight the objects in the model with the highlighter tool.

From the...
Forum: Vizard 02-03-2016, 05:44 AM
Replies: 8
Views: 12,684
Posted By Seadna
I personally think the HTC Vive will be a better...

I personally think the HTC Vive will be a better all round kit as it comes with hand held motion tracked controllers. Its a pity Oculus Rift will not provide such a solution at launch.
Forum: Vizard 02-03-2016, 03:29 AM
Replies: 3
Views: 7,448
Posted By Seadna
Question Drop-list scroll

Hi guys,

I have a drop-list on a canvas which is populated by a lot of items. The list is very long and I cannot select items at the bottom of the list (off canvas, and sometimes off the screen)...
Forum: Vizard 01-20-2016, 03:01 AM
Replies: 1
Views: 10,651
Posted By Seadna
Hi guys I figured this out. I added a...

Hi guys I figured this out. I added a vizdlg.Panel(layout=vizdlg.LAYOUT_HORZ_BOTTOM) and added my buttons to this.
Forum: Vizard 01-20-2016, 02:48 AM
Replies: 1
Views: 10,651
Posted By Seadna
Question Have buttons side-by-side on canvas

Hi folks,

Hope you can help as i cannot find how to do this in the documentation.

I have a canvas with a lot of buttons. When I add them they are always one above the other in a column which...
Forum: Vizard 01-12-2016, 04:04 AM
Replies: 9
Views: 16,182
Posted By Seadna
I hadn't used visconnect until you mentioned it...

I hadn't used visconnect until you mentioned it here and I already have a lot of script put together. I'm not sure how to integrate my script with the mass of script that visconnect created or how to...
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT -7. The time now is 07:13 AM.


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