WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 36
Search took 0.01 seconds.
Search: Posts Made By: nabrahamson
Forum: Vizard 11-03-2013, 08:23 PM
Replies: 1
Views: 7,246
Posted By nabrahamson
So after reading the friendly manual, I found...

So after reading the friendly manual, I found that I made the mistake of not importing my images as textures in sketchup. So in the image above, I believe there is another plane fighting with my...
Forum: Vizard 10-31-2013, 01:49 PM
Replies: 1
Views: 7,246
Posted By nabrahamson
Textures and z-fighting

I have a textured collada file that I am trying to render, and I am experiencing some z-fighting that is making this model difficult to render. Is there anything that can be done to improve...
Forum: Vizard 02-19-2013, 07:42 AM
Replies: 2
Views: 8,881
Posted By nabrahamson
Thank you. This saved me a bit of time.

Thank you. This saved me a bit of time.
Forum: Vizard 02-14-2013, 08:27 AM
Replies: 2
Views: 8,881
Posted By nabrahamson
Toggling between 2D and 3D on the fly.

Is it possible to switch between having the Quadbuffer functionality turned on and off on the fly while running a vizard script?
Forum: Vizard 11-05-2012, 01:27 PM
Replies: 19
Views: 25,160
Posted By nabrahamson
I tried re-creating this issue without all of my...

I tried re-creating this issue without all of my extra code libraries, and was unable to. When I dug further, I found that the parts were being moved multiple times at different levels of the...
Forum: Vizard 10-24-2012, 12:32 PM
Replies: 19
Views: 25,160
Posted By nabrahamson
Re-opening the issue

I've come across some special cases here where we have parts that are modeled using multiple meshes. I would like to grab the handle of the highlighted part in the inspector picture, and move it...
Forum: Vizard 09-25-2012, 01:09 PM
Replies: 19
Views: 25,160
Posted By nabrahamson
And not having the correct part handle was indeed...

And not having the correct part handle was indeed the case. Thanks again Farshizzo.
Forum: Vizard 09-25-2012, 10:53 AM
Replies: 19
Views: 25,160
Posted By nabrahamson
It is turning out to be that the part handle I...

It is turning out to be that the part handle I thought was the group I created, is not the part I'm accessing in the other script.

I'm doing more digging to get the correct part handle.
Forum: Vizard 09-25-2012, 09:46 AM
Replies: 19
Views: 25,160
Posted By nabrahamson
Because I can no longer edit my post, ...

Because I can no longer edit my post,

Remove the code


else:
try:
exec("del dst." + param)
except:
pass
Forum: Vizard 09-25-2012, 09:13 AM
Replies: 19
Views: 25,160
Posted By nabrahamson
Definitely. Sorry for lack of information. ...

Definitely. Sorry for lack of information.

The problem seems to be that when I call insertGroupBelow on a node, that group replaces the node.

So here is what I'm doing:


sub_instance...
Forum: Vizard 09-24-2012, 02:20 PM
Replies: 19
Views: 25,160
Posted By nabrahamson
To clarify, I have a node n: sub_n =...

To clarify, I have a node n:

sub_n = n.insertGroupBelow(<nodename>)

So when I want to add an attribute to sub_n like:

sub_n.parentNode = n

I cannot access that parentNode attribute.
Forum: Vizard 09-24-2012, 02:03 PM
Replies: 19
Views: 25,160
Posted By nabrahamson
Quick question regarding the nodes created by the...

Quick question regarding the nodes created by the insertGroupBelow command. I'm finding that these nodes seem to be immutable. Is there a reason for that?
Forum: Vizard 09-17-2012, 02:29 PM
Replies: 2
Views: 10,934
Posted By nabrahamson
I'm also interested in such a plug-in. (But for...

I'm also interested in such a plug-in. (But for Vizard 4.0)
Forum: Vizard 09-11-2012, 12:32 PM
Replies: 19
Views: 25,160
Posted By nabrahamson
That appears to be what I am looking for. Thank...

That appears to be what I am looking for. Thank you for your patience and help with this.
Forum: Vizard 09-11-2012, 11:38 AM
Replies: 19
Views: 25,160
Posted By nabrahamson
Here is the screen cap you requested.

Here is the screen cap you requested.
Forum: Vizard 09-11-2012, 08:53 AM
Replies: 19
Views: 25,160
Posted By nabrahamson
I'm not sure if it's clear on what I'm trying to...

I'm not sure if it's clear on what I'm trying to do. The first attached picture contains two coordinate axis drawn on the screw. The first one replicates the coordinate system that is created in...
Forum: Vizard 09-10-2012, 06:17 AM
Replies: 19
Views: 25,160
Posted By nabrahamson
I am calling the <node3d>.getChildren() function...

I am calling the <node3d>.getChildren() function from the parent object.
Forum: Vizard 09-07-2012, 07:50 AM
Replies: 19
Views: 25,160
Posted By nabrahamson
So to follow up, I've been able to reproduce the...

So to follow up, I've been able to reproduce the coordinate system in inspector. However, I am now trying to move that screw along one of the axis of that coordinate system by doing the following:
...
Forum: Vizard 09-05-2012, 09:51 AM
Replies: 19
Views: 25,160
Posted By nabrahamson
That's exactly what I'm looking for. Thanks.

That's exactly what I'm looking for. Thanks.
Forum: Vizard 08-30-2012, 02:02 PM
Replies: 19
Views: 25,160
Posted By nabrahamson
Axis Coordinates from Inspector

I am having a little trouble finding the axis relative to the global coordinate system of an object from within Vizard. When I get the handle for the object in question, and try to get the...
Forum: Vizard 08-30-2012, 09:43 AM
Replies: 2
Views: 15,228
Posted By nabrahamson
I'll give that a shot. Thanks.

I'll give that a shot. Thanks.
Forum: Vizard 08-30-2012, 09:08 AM
Replies: 2
Views: 15,228
Posted By nabrahamson
Issue Getting Quad Buffer Working

When trying to run a sim in Quad Buffer mode where I am getting the following error:

** WARNING: Quad buffer stereo is not supported or enabled on your graphics card

The computer I am running...
Forum: Vizard 08-14-2012, 09:17 AM
Replies: 4
Views: 17,607
Posted By nabrahamson
I've considered this route, but since they don't...

I've considered this route, but since they don't trigger until the kinect detects another user, it's not really the solution I am going for. In this scenario, the kinect can be plugged in and...
Forum: Vizard 08-14-2012, 08:38 AM
Replies: 4
Views: 17,607
Posted By nabrahamson
VRPN tracker, detecting device.

Hey Vizard gurus, I have a quick question about your VRPN interface. I have working code using the VRPN tracker with a kinect device. What I want to do is to detect if a kinect is plugged into the...
Forum: Vizard 08-14-2012, 08:32 AM
Replies: 2
Views: 10,822
Posted By nabrahamson
In the link you provided, there is another link...

In the link you provided, there is another link to the xlwt api documentation. If you download the pdf they provide (here http://www.simplistix.co.uk/presentations/python-excel.pdf ), you can find...
Showing results 1 to 25 of 36

 
Forum Jump

All times are GMT -7. The time now is 10:19 AM.


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