WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 78
Search took 0.01 seconds.
Search: Posts Made By: nige777
Forum: Vizard 08-31-2011, 06:33 AM
Replies: 1
Views: 6,967
Posted By nige777
HTML form

Is it possible to get the submission from a html form from the internal html viewer? I am using a html / javascript calendar from which I want to capture a chosen date.
I know that this is covered...
Forum: Vizard 08-30-2011, 05:19 AM
Replies: 2
Views: 7,105
Posted By nige777
Hi Andrew, The walkTo function accepts an...

Hi Andrew,

The walkTo function accepts an object (node) as the 'y' argument allowing the avatar to follow it precisely - as explained in this post:
...
Forum: Vizard 06-09-2011, 02:49 PM
Replies: 1
Views: 7,295
Posted By nige777
:o For the record - there was nothing wrong with...

:o For the record - there was nothing wrong with my code - more to do with sloppy 3d modelling techniques - one of the .ive files appears to be empty :o
Forum: Vizard 06-09-2011, 10:42 AM
Replies: 1
Views: 7,295
Posted By nige777
Occlusion

I'm trying to occlude a virtual object with a real one - I have modelled the real object, saved it as an IVE, however I cannot get it to perform correctly??
Here is the code I am using:

box =...
Forum: Vizard 05-23-2011, 03:39 AM
Replies: 5
Views: 11,004
Posted By nige777
I also think disbeats idea is a winner :D

I also think disbeats idea is a winner :D
Forum: Vizard 05-12-2011, 02:35 AM
Replies: 8
Views: 11,928
Posted By nige777
Hi Darkmax, Thats fantastic news, I'm still...

Hi Darkmax,

Thats fantastic news, I'm still struggling to get openov to play nicely with Vizard, am even thinking of trying with pyopencv when I get a chance (writing writing writing at the moment...
Forum: Vizard 04-13-2011, 07:14 AM
Replies: 1
Views: 6,740
Posted By nige777
RE: Screen Grab

I found a very useful sounding screen-grabbing plug-in on the Viz 2.5 forum -

http://forum.worldviz.com/showthread.php?t=710

However if I try and use it with Viz 4 I get
Loading File:...
Forum: Vizard 04-11-2011, 03:54 AM
Replies: 8
Views: 11,928
Posted By nige777
Hi DarkMax, Just wondering if you had any...

Hi DarkMax,

Just wondering if you had any luck with this? All I get when is a black screen in the cvWindow instead of the stream from the webcam, most other samples from OpenCV seem to work...
Forum: Vizard 04-08-2011, 04:51 AM
Replies: 5
Views: 11,210
Posted By nige777
Interestingly I have just managed to manipulate...

Interestingly I have just managed to manipulate the IFCsvr activeX object with no problems - however I am using this within my code-
from win32com.client import gencache...
Forum: Vizard 04-08-2011, 04:17 AM
Replies: 5
Views: 11,210
Posted By nige777
Ok, well managed to get makepy to run through the...

Ok, well managed to get makepy to run through the Viz 4 interactive prompt (is this a valid method of doing this?) using this code:-
import win32com.client.makepy...
Forum: Vizard 04-07-2011, 02:22 PM
Replies: 5
Views: 11,210
Posted By nige777
Speech

Thought I'd give speech recognition a whirl, so after installing pywin32 I navigate to the makepy script in the Viz 4 site-packages but all I get is an error message thus:
C:\Program...
Forum: Plug-in development 04-06-2011, 02:29 AM
Replies: 3
Views: 13,772
Posted By nige777
Ok, cheers for the reply farshizzle - thats...

Ok, cheers for the reply farshizzle - thats answered my question beautifully :D
Forum: Plug-in development 04-05-2011, 02:16 AM
Replies: 3
Views: 13,772
Posted By nige777
Ok, I feel the need to point out that I am NOT...

Ok, I feel the need to point out that I am NOT trying to get help with writing a sensor, or anyone to teach me C/C++ (although I probably need it :o) - what I am trying to get at is the reasoning...
Forum: Plug-in development 04-01-2011, 02:00 AM
Replies: 3
Views: 13,772
Posted By nige777
Sensor needed?

Hi all,

I originally posted this in the Viz 3 forum - it should have been posted here I think so sorry for the re-post :o

I am using pyserial to connect to a GPS unit and a compass module and...
Forum: Vizard 03-29-2011, 04:03 AM
Replies: 0
Views: 8,697
Posted By nige777
sensor or not sensor?

Hi all,

In my project I am using an RTK-GPS unit and a separate compass module - so far I have been able to to connect to them using pyserial and apply transforms to the GPS data from within a...
Forum: Vizard 11-25-2010, 05:30 AM
Replies: 1
Views: 5,870
Posted By nige777
Hi, .stl files are not directly supported by...

Hi, .stl files are not directly supported by Vizard (see the Vizard documentation for supported ones! :D ) - however you can import them into 3ds Max from where you can export them in the IVE or OSG...
Forum: Vizard 11-07-2010, 03:49 PM
Replies: 2
Views: 7,864
Posted By nige777
Talking Solved

Just in case someone else has a mental blockage over this (like me :D) and just to close the thread,

I solved this by creating a dictionary that mapped the node id to the geode name, then its a...
Forum: Vizard 11-07-2010, 10:14 AM
Replies: 2
Views: 7,864
Posted By nige777
By the way 3d files are chosen by the user at...

By the way 3d files are chosen by the user at runtime which is why I'm struggling to get a handle on the geode name :eek:


I've a feeling this is probably a lot simpler than I'm imagining it to...
Forum: Vizard 11-05-2010, 08:25 AM
Replies: 2
Views: 7,864
Posted By nige777
Question GEODE Names

Ok so I'm getting myself al tied in knots here :o

I'm trying to extract the GEODE name (as assigned in max) from all the nodes in an IVE file and reassign them them back to the objects so I can...
Forum: Vizard 10-21-2010, 05:06 AM
Replies: 3
Views: 6,965
Posted By nige777
Hi Jeff, I too am trying to create concave...

Hi Jeff,

I too am trying to create concave polygons on-the-fly and am wondering how viz.LINE_STRIP can help me? I see that I can create a concave wireframe shape but am wondering how that can be...
Forum: Vizard 10-18-2010, 01:14 PM
Replies: 2
Views: 7,707
Posted By nige777
:cool: thank you, I couldn't see the wood for the...

:cool: thank you, I couldn't see the wood for the trees :rolleyes:

While I'm here I'd like to check whether it's possible to use or even trap the mouse / cursor in a scene other than the first one?
Forum: Vizard 10-18-2010, 06:28 AM
Replies: 2
Views: 7,707
Posted By nige777
Red face re: render nodes and scenes

Hi, I'm trying to render to contents of a second scene to a texture and apply that to a TexQuad, is this possible because if I had any hair I would have started to pull it out ;) - here's an example...
Forum: Vizard 10-15-2010, 04:31 AM
Replies: 3
Views: 6,855
Posted By nige777
Question I too have come across this problem when working...

I too have come across this problem when working on a particular machine - namely a widescreen (16:9) sony viao with windoze 7 and an ATI video card.??
If I attach a cross hair image to the mouse...
Forum: Vizard 09-28-2010, 01:41 AM
Replies: 3
Views: 8,186
Posted By nige777
LOL - - How many functions?? Well you know what...

LOL - - How many functions?? Well you know what I mean :o
Forum: Vizard 09-27-2010, 01:03 PM
Replies: 3
Views: 8,186
Posted By nige777
Hi, I think you need to be using vizard's built...

Hi, I think you need to be using vizard's built in function drawOrder function. This allows you to specify an objects draw order within the scene graph (lower numbers get drawn first).

Check out...
Showing results 1 to 25 of 78

 
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