WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 44
Search took 0.01 seconds.
Search: Posts Made By: mihirradia
Forum: Vizard 03-29-2017, 11:22 AM
Replies: 4
Views: 7,810
Posted By mihirradia
Hi Jeff, I tried working with different...

Hi Jeff,
I tried working with different graphics card settings, but still I see the ghost image. Do you think it might be problem with the Vizard?
Forum: Vizard 03-23-2017, 03:20 PM
Replies: 4
Views: 7,810
Posted By mihirradia
HI Jeff, Yes, when I run the "zspaceExample.py"...

HI Jeff,
Yes, when I run the "zspaceExample.py" I see the low resolution second image and also with the demo application provided zSpace. Do you know what might be causing this error?
Forum: Vizard 03-22-2017, 11:26 AM
Replies: 4
Views: 7,810
Posted By mihirradia
Low resolution second image.

Hi Jeff,
I am using zSpace system and using Vizard 5.7. The problem that I have is when I run the program I see 2 images,where the 2nd image is in a low resolution image. I have attached the images...
Forum: Vizard 03-06-2017, 12:15 PM
Replies: 10
Views: 9,068
Posted By mihirradia
Hi Jeff, The sample scripts are working. I did...

Hi Jeff,
The sample scripts are working. I did what you told me to do to remove the transport object i.e "GrabObj" after doing that I am getting the below error.
Forum: Vizard 03-01-2017, 04:07 PM
Replies: 10
Views: 9,068
Posted By mihirradia
Hi Jeff, I have a CAD model that is uploaded in...

Hi Jeff,
I have a CAD model that is uploaded in the system. After that I am using the orientation and flying transports from the vizconnect tool to rotate the object in the virtual environment. Now,...
Forum: Vizard 02-28-2017, 09:32 AM
Replies: 10
Views: 9,068
Posted By mihirradia
Hi Jeff, I'm sorry I'm new to this Vizard. What...

Hi Jeff,
I'm sorry I'm new to this Vizard. What changes should I make in my update function in my Client? Do you want me to change the e.GrabObject.setPosition(pos) to transport.setPosition(pos)...
Forum: Vizard 02-27-2017, 10:34 AM
Replies: 10
Views: 9,068
Posted By mihirradia
It's urgent. Please help me out as soon as...

It's urgent. Please help me out as soon as possible.
Forum: Vizard 02-27-2017, 09:12 AM
Replies: 10
Views: 9,068
Posted By mihirradia
Hi Jeff, Its really difficult for me to produce...

Hi Jeff,
Its really difficult for me to produce an example that replicates my error. I have attached my code with as short as possible. As I am using the vizconnect tool. I have also attached the...
Forum: Vizard 02-26-2017, 02:34 PM
Replies: 10
Views: 9,068
Posted By mihirradia
Client Server Networking Problem

Hi,
I'm using the example of Client and Server networking script for my problem. When I run the Server script it runs with no errors. But when I run the Client scripts I get the following error....
Forum: Vizard 02-25-2017, 12:02 PM
Replies: 6
Views: 8,253
Posted By mihirradia
I'm sorry for the inconvenience caused.

I'm sorry for the inconvenience caused.
Forum: Vizard 02-25-2017, 12:01 PM
Replies: 6
Views: 8,253
Posted By mihirradia
filePath = vizinput.fileOpen(filter=[('DAE...

filePath = vizinput.fileOpen(filter=[('DAE Files','*.dae'),('OSG Files','*.ive;*.osgb;*.osg'),('VRML Files','*.wrl'),('All File','*.*')],directory='3DModels')

logoss1 = None
Listchilderen=[]
...
Forum: Vizard 02-24-2017, 12:21 PM
Replies: 2
Views: 7,800
Posted By mihirradia
I am using the client and server script for...

I am using the client and server script for networking between two computers. I have used the transport function from vizconnect tool to rotate my models. I have written the client and server code...
Forum: Vizard 02-22-2017, 08:40 AM
Replies: 6
Views: 8,253
Posted By mihirradia
This is my actual code.

This is my actual code.
Forum: Vizard 02-22-2017, 08:38 AM
Replies: 6
Views: 8,253
Posted By mihirradia
filePath = vizinput.fileOpen(filter=[('DAE...

filePath = vizinput.fileOpen(filter=[('DAE Files','*.dae'),('OSG Files','*.ive;*.osgb;*.osg'),('VRML Files','*.wrl'),('All File','*.*')],directory='3DModels')
logoss1 = None
class...
Forum: Vizard 02-20-2017, 11:43 AM
Replies: 5
Views: 8,723
Posted By mihirradia
Please let me know what should I do?

Please let me know what should I do?
Forum: Vizard 02-17-2017, 02:51 PM
Replies: 5
Views: 8,723
Posted By mihirradia
I am sorry but I am still getting this error. I...

I am sorry but I am still getting this error. I am sorry for my last message
Forum: Vizard 02-17-2017, 01:57 PM
Replies: 5
Views: 8,723
Posted By mihirradia
Hi Jeff, Thank you for the reply. I have...

Hi Jeff,
Thank you for the reply. I have disabled the firewall and I'm not getting the error anymore. But even after that server does not update to client.
Forum: Vizard 02-16-2017, 11:09 AM
Replies: 6
Views: 8,253
Posted By mihirradia
Grabbing suparts

http://forum.worldviz.com/showthread.php?t=5900&highlight=subparts This to the follow up of this post. I have used the Grabsubparts example script into my code. After I run the code. I'm getting the...
Forum: Vizard 02-16-2017, 11:02 AM
Replies: 2
Views: 7,800
Posted By mihirradia
Transport updating between networks

I’m using the client server network script from the Vizard and I am using vizconnect tool for my models to rotate in the virtual environment using transport. I have used the following code for the...
Forum: Vizard 02-14-2017, 01:43 PM
Replies: 5
Views: 8,723
Posted By mihirradia
Client Server Networking Problem

Hi guys:
I am facing two problems at the moment
1) I'm using vizard 5.7. I have a problem with networking with my computer, I use a networking script similiar to the one in vizard tutorial...
Forum: Vizard 11-29-2016, 04:33 PM
Replies: 4
Views: 11,178
Posted By mihirradia
Could you look into my existing code and help me...

Could you look into my existing code and help me where could I include that?
Forum: Vizard 11-28-2016, 10:49 AM
Replies: 4
Views: 11,178
Posted By mihirradia
The parts are sub-parts of the bigger model. I...

The parts are sub-parts of the bigger model. I want the stylus to highlight all the parts at once. So that I can grab all the disassembled parts at once and manipulate in the environment. I'm using...
Forum: Vizard 11-24-2016, 09:53 AM
Replies: 4
Views: 11,178
Posted By mihirradia
Highlighter

Hi,
We have implemented a grabbing function where we pick up the object by pressing the Front button of the zSpace stylus and rotate it in the environment. Please, look at the video for your better...
Forum: Vizard 11-10-2016, 03:10 PM
Replies: 3
Views: 8,888
Posted By mihirradia
Hi Jeff, I tried using class RayGrabber from...

Hi Jeff,
I tried using class RayGrabber from grabber.py but it showed me an error saying that highlight was not defined. When I looked into the class RayGrabber the highlight was not defined and as...
Forum: Vizard 11-08-2016, 02:42 PM
Replies: 3
Views: 8,238
Posted By mihirradia
Hi, how do I connect the transportation group...

Hi,
how do I connect the transportation group i.e zSpace to orbit transport? Because all the other transport have an option in them to select a transportation group.
Showing results 1 to 25 of 44

 
Forum Jump

All times are GMT -7. The time now is 04:26 AM.


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