WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: jassel41
Forum: Vizard 09-27-2011, 11:22 AM
Replies: 2
Views: 8,227
Posted By jassel41
That's perfect, thank you so much.

That's perfect, thank you so much.
Forum: Vizard 09-27-2011, 10:55 AM
Replies: 2
Views: 8,227
Posted By jassel41
Check if file exists

Is there a way to check if a file exists in the current directory through code?

I don't want to access this file per say, I just want to verify that it already exists in the directory.

Thanks,...
Forum: Vizard 11-28-2010, 07:04 PM
Replies: 1
Views: 7,820
Posted By jassel41
Adding Objects to all Scenes

Hi,

Is there a way to add an object to all scenes?

What I want to do is set up a menu scenario which is appended to the screen but want it in every scene. For now, I have it set up where the...
Forum: Vizard 11-12-2010, 02:13 PM
Replies: 1
Views: 6,193
Posted By jassel41
Use Projector from room.wrl

Hi,

I was wondering if there was any way to access an object from the room.wrl object used in the tutorial Getting Started without loading the entire room. I was wondering if I could use the...
Forum: Vizard 11-10-2010, 10:26 PM
Replies: 2
Views: 5,779
Posted By jassel41
Thanks, the main thing I wanted to add was a...

Thanks, the main thing I wanted to add was a rectangle to the screen. I ended up simply using a text Quad and scaled it accordingly.

Thanks
Forum: Vizard 11-10-2010, 09:14 PM
Replies: 2
Views: 7,383
Posted By jassel41
I tried that, any other thoughts on why I can't...

I tried that, any other thoughts on why I can't get it to light correctly in scene 2? This is what I tried:


viz.disable(viz.LIGHTING, 2) # Disables the lighting of the world...
Forum: Vizard 11-10-2010, 10:03 AM
Replies: 2
Views: 7,383
Posted By jassel41
Lighting for a new Scene

Hi,

Can anyone help me set up the lighting for a different scene number? Below is what I have originially.



viz.disable(viz.LIGHTING) # Disables the lighting of the world...
Forum: Vizard 11-09-2010, 05:08 PM
Replies: 2
Views: 10,290
Posted By jassel41
Oh that is perfect, thank you so much!

Oh that is perfect, thank you so much!
Forum: Vizard 11-09-2010, 11:05 AM
Replies: 2
Views: 5,779
Posted By jassel41
Trouble with Adding Item to Screen

Hi, I want to append an object to the screen, such as a 2-dimensional box. I asked this question before on the forum and was given the view link answer. This doesn't really solve what I want, because...
Forum: Vizard 11-09-2010, 10:36 AM
Replies: 2
Views: 10,290
Posted By jassel41
Collision Exception

Hi,

I was wondering if there was a way to allow collision with an object while monitoring it for the rest.

For example, in the Getting Your Feet Wet tutorial, the projector light is an object...
Forum: Vizard 10-08-2010, 07:53 AM
Replies: 1
Views: 5,864
Posted By jassel41
Pspice Call

Hi,

I was wondering if there was a way to call the program Pspice in Vizard and maybe show a resulting graph from the output of Pspice in the Vizard environment?

Thank you,
Jassel41
Forum: Vizard 04-16-2010, 07:03 AM
Replies: 1
Views: 6,359
Posted By jassel41
Clear Text Box

Hi,

Is there a way to clear a text box through code without the user having to hit backspace until all characters are gone?

Thanks,
Jassel41
Forum: Vizard 04-16-2010, 06:51 AM
Replies: 2
Views: 8,717
Posted By jassel41
Thanks, that did the job. - Jassel41

Thanks, that did the job.

- Jassel41
Forum: Vizard 04-13-2010, 07:45 PM
Replies: 2
Views: 8,717
Posted By jassel41
Alter Update Chat Function

Hi,

I am trying to alter the update chat function shown in the Networking tutorial so that the user can scroll up and down to view old messages that were sent.

For now, I append every message...
Forum: Vizard 04-08-2010, 11:15 AM
Replies: 1
Views: 5,538
Posted By jassel41
Linking Box to Screen

Hi,

I am looking into a way to link a box to the bottom right of a screen so that it seems like it is a 2-D part of the screen and wherever the user turns or goes to, the box will always remain...
Forum: Vizard 03-23-2010, 09:58 AM
Replies: 4
Views: 6,548
Posted By jassel41
I looked into the previous post you showed and I...

I looked into the previous post you showed and I did disable all firewalls and scanners and I am using the most recent version of Vizard.

I am having the same issue the other user had in that the...
Forum: Vizard 03-18-2010, 10:42 AM
Replies: 4
Views: 6,548
Posted By jassel41
This is what I was going off initially to set up...

This is what I was going off initially to set up a server/client relationship, but I think there is something wrong with the server.send function.

I get the impression that when the server types...
Forum: Vizard 03-11-2010, 08:34 AM
Replies: 4
Views: 6,548
Posted By jassel41
Server/Client

Hi,

I am currently trying to make a way so that clients connected to the same server can chat with each other rather than just the server.

To start, I was trying to get the server to send out...
Forum: Vizard 02-23-2010, 07:23 PM
Replies: 3
Views: 8,960
Posted By jassel41
Well that was just a possible solution. I mainly...

Well that was just a possible solution. I mainly just want to be able to show text near an avatar head as if he/she were speaking or thinking.

I tried adding text and attaching it to an avatar but...
Forum: Vizard 02-22-2010, 09:50 PM
Replies: 3
Views: 8,960
Posted By jassel41
Display text on screen

I would like to come up with a way to display text output on the screen near an avatar.

Preferable in a sort of scroll bar fashion in case there is a lot of text.

Is there a way to do a...
Forum: Vizard 02-08-2010, 08:40 PM
Replies: 1
Views: 6,572
Posted By jassel41
Converting a character to a number

I am currently trying to figure out how to retrieve a character from a text file and turn it to a number.

I currently split up the sentence and store the word I am interested in into an array,...
Forum: Vizard 02-02-2010, 09:47 AM
Replies: 1
Views: 5,983
Posted By jassel41
Initializing/Changing Variables

I am currently working on a program for a learning video game for students. The scenario right now is that they see a traffic light blinking incorrectly and are supposed to input appropriate timing...
Forum: Vizard 11-30-2009, 10:12 PM
Replies: 0
Views: 7,981
Posted By jassel41
Speech Bubbles

Hi,
I am trying to come up with a method of displaying speech above an avatars head in a speech bubble one line at a time. After a few seconds of the line being shown, or maybe a user input of a...
Forum: Vizard 11-24-2009, 09:26 AM
Replies: 0
Views: 8,803
Posted By jassel41
Vizard solidworks compatability

I am trying to use Solidworks to make models for use in Vizard, and I had heard that Solidworks was compatible. I do not see a file type that Solidworks can export, which Vizard can import. I found...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT -7. The time now is 12:15 PM.


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