WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 182
Search took 0.02 seconds.
Search: Posts Made By: shivanangel
Forum: Vizard 08-30-2021, 08:29 AM
Replies: 2
Views: 8,436
Posted By shivanangel
Suppress Vizard Cluster Client from Being Viewed On Startup

Hello,

I was wondering if it is possible to add a parameter or setting someplace to suppress the Cluster Client Window from being visible on startup?
I added a shortcut to the client on our...
Forum: Vizard 12-28-2020, 12:19 PM
Replies: 1
Views: 15,009
Posted By shivanangel
Smile Failure to Unregister License

Hello,
I am attempting to move a license from one of our old computers to a new one.
Specifically, it is a license for Vizard 5 Enterprise 32-bit version.
When I attempt to unregister the...
Forum: Vizard 03-17-2015, 10:01 AM
Replies: 4
Views: 6,359
Posted By shivanangel
The tutorial you are following uses a series of...

The tutorial you are following uses a series of textures to produce the panoramic object, one for each orientation, a cube map.

Is your sky a cube map or just one texture you are trying to use as...
Forum: Vizard 03-17-2015, 09:58 AM
Replies: 8
Views: 12,497
Posted By shivanangel
Also, what about the dead zone? Doesn't seem to...

Also, what about the dead zone?
Doesn't seem to have an effect when set on the XBox controller.
If I poll the device using the getLeftStick() I still get a value less than the dead zone.

Do I...
Forum: Vizard 03-16-2015, 01:58 PM
Replies: 8
Views: 12,497
Posted By shivanangel
What about the analog sticks for the callbacks? ...

What about the analog sticks for the callbacks?
Has that been phased out and now I just use a timer to read the values?

Before there was a move and a twist method.
Forum: Vizard 03-16-2015, 12:04 PM
Replies: 8
Views: 12,497
Posted By shivanangel
Great, that also fixed the button mapping...

Great, that also fixed the button mapping problem.

~George
Forum: Vizard 03-16-2015, 11:23 AM
Replies: 6
Views: 7,247
Posted By shivanangel
Create a text object on the screen. Look up...

Create a text object on the screen.
Look up text node basics in the Vizard help file.
Grab the value and set the text equal to it.
Forum: Vizard 03-16-2015, 11:20 AM
Replies: 8
Views: 12,497
Posted By shivanangel
Also, the button codes appear to be wrong. I...

Also, the button codes appear to be wrong.
I get different codes from the sensor down than what the documentation states:

dinput.XBOX_BUTTON_START reads as a 4, while the left shoulder button...
Forum: Vizard 03-16-2015, 11:09 AM
Replies: 6
Views: 7,247
Posted By shivanangel
For the easy way out, you can read the state of...

For the easy way out, you can read the state of the slider in the updateCar method.

If you multiply the movement speed by the slider value, it will allow you to scale between 0 and your max speed,...
Forum: Vizard 03-16-2015, 10:47 AM
Replies: 6
Views: 7,247
Posted By shivanangel
What are you using to move around? Just grab...

What are you using to move around?
Just grab the sliders value

pos = slider.get()

Multiply by some movement speed to make the value larger than 0 to 1

Set the speed equal to the newly...
Forum: Vizard 03-16-2015, 10:31 AM
Replies: 8
Views: 12,497
Posted By shivanangel
Question Joystick and XBox Controller in DirectInput?

I am using your example in the Joystick basics to connect to an XBox controller through the new directInput module.

When I call addJoystick(), I get an JoystickSensor, which does not let me call...
Forum: Vizard 08-01-2014, 07:17 PM
Replies: 2
Views: 6,273
Posted By shivanangel
OK... now it is attached. Sorry. Guardians of the...

OK... now it is attached. Sorry. Guardians of the Galaxy made me rush the post.
Forum: Vizard 08-01-2014, 03:13 PM
Replies: 2
Views: 6,273
Posted By shivanangel
Extension Failing in latest Beta Version

I had a 32 bit extension I wrote that worked fine in the last beta.
However, upon installing the latest version today my extension now causes Vizard to crash. Any changes you made that would...
Forum: Vizard 06-24-2014, 11:09 AM
Replies: 1
Views: 6,104
Posted By shivanangel
Cool Add Option for selection color in Inspector Scene Graph or darken selected?

In the Inspector, can you please add an option to change the color of the selected element in the scene graph or darken it by a few shades?

As I'm copying over node names from the graph to Vizard...
Forum: Vizard 06-22-2014, 08:26 PM
Replies: 1
Views: 9,106
Posted By shivanangel
Question Why does intersection/pick return the geometry object?

I have hopefully an easy question.

I created a menu in 3ds max, where I cut out a series of buttons and want to perform simple intersection tests to make various things happen.
Right now, I'm...
Forum: Vizard 06-16-2014, 06:43 AM
Replies: 8
Views: 16,497
Posted By shivanangel
Solution to the problem for future interested...

Solution to the problem for future interested parties:

1) Setup output in DTrack2 for the flystick or any other device you plan on using.
2) Setup the VRPN server. You can either download the...
Forum: Vizard 06-14-2014, 03:10 PM
Replies: 8
Views: 16,497
Posted By shivanangel
Jeff, Why are your coordinate system...

Jeff,

Why are your coordinate system changes different from the WorldViz docs?

You said:
myFlystickTracker.swapPos([1,3,2])
myFlystickTracker.swapQuat([1,2,3,4])

While the docs says:
Forum: Vizard 06-13-2014, 07:22 PM
Replies: 8
Views: 16,497
Posted By shivanangel
Question Well, at this point I'm probably doing something...

Well, at this point I'm probably doing something incredibly basic and wrong.
Removed all firewalls.
I have the software running and I ran a utility that allows me to receive the output (first image...
Forum: Vizard 06-13-2014, 04:43 PM
Replies: 8
Views: 16,497
Posted By shivanangel
Jeff, will give it a shot tonight. Thanks!

Jeff, will give it a shot tonight. Thanks!
Forum: Vizard 06-11-2014, 08:35 AM
Replies: 8
Views: 16,497
Posted By shivanangel
Question ART SmartTrack and Vizard

Hello,

I'm using an ART SmartTrack system for position information on a controller.

I'm attempting to get information on the button states and position/orientation of a FlyStick 2 controller...
Forum: Vizard 06-01-2014, 10:08 AM
Replies: 2
Views: 6,716
Posted By shivanangel
Question Transforms, Nodes and Links

Moved from Vizard 4 forums to 5 since this my questions have gravitated toward the new <node3d>.getTransform().

I have a hierarchical object that I have grabbed a transform from, in this case a...
Forum: Vizard 05-31-2014, 09:46 AM
Replies: 2
Views: 11,773
Posted By shivanangel
Great, thank you. Just for kicks, I'm guessing...

Great, thank you.
Just for kicks, I'm guessing there is no easy way to do this in Vizard 4?
I seem to remember at one point many years ago putting the parent's pivot where I wanted the child to...
Forum: Vizard 05-30-2014, 01:01 PM
Replies: 2
Views: 11,773
Posted By shivanangel
Question Complex Hierarchical Structures

Hi,

I'm creating a series of canned animations in Vizard using your vizacts class to control mechanical equipment.

I'm getting a bit confused when it comes to what is shown me in the vizard...
Forum: Vizard 04-29-2014, 06:58 AM
Replies: 3
Views: 7,930
Posted By shivanangel
Just confirming for anyone else who searches for...

Just confirming for anyone else who searches for this answer, the problem was indeed the Compiler using later C++ runtimes.
I installed and compiled the .dle using Visual Studio 2008 and the...
Forum: Vizard 04-25-2014, 11:00 AM
Replies: 1
Views: 6,827
Posted By shivanangel
CAL3D and New Shader System

Will the new shader system using vizfx work with CAL3D models in this release? That is, can I create avatars in max using all the specific material types documented such as spec maps, normal maps,...
Showing results 1 to 25 of 182

 
Forum Jump

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


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