Forum: Vizard
07-07-2014, 03:57 PM
|
Replies: 2
Views: 9,362
|
Forum: Vizard
07-06-2014, 07:01 AM
|
Replies: 2
Views: 9,362
Sky, Missing Parts
Hello all
I create sky using the following lines
env = viz.addEnvironmentMap('sky.jpg')
sky = viz.addCustomNode('skydome.dlc')
sky.texture(env)
|
Forum: Vizard
11-19-2013, 03:59 AM
|
Replies: 2
Views: 14,752
Hi Jeff
Very many thanks for the code. What...
Hi Jeff
Very many thanks for the code. What is the difference between your code and simply using the following code as you also use win32api?
win32api.SetCursorPos((int(x), int(y)))
This is...
|
Forum: Vizard
11-14-2013, 02:59 PM
|
Replies: 4
Views: 13,093
|
Forum: Vizard
11-14-2013, 08:23 AM
|
Replies: 6
Views: 10,510
|
Forum: Vizard
11-13-2013, 04:31 PM
|
Replies: 4
Views: 13,093
Hi,
Thanks again for your reply. Yes, I read...
Hi,
Thanks again for your reply. Yes, I read that post before posting mine.
Apparently it does matter whether the dialogue window is popped-up over a full screen or a window. Here it goes a...
|
Forum: Vizard
11-13-2013, 04:11 PM
|
Replies: 6
Views: 10,510
|
Forum: Vizard
11-13-2013, 01:36 PM
|
Replies: 2
Views: 14,752
Set Mouse Position
Dear all
In occasions, I need to set the position of the mouse to a certain location in the screen. I noticed that Vizard has some functions for getting mouse position. But I couldn't find...
|
Forum: Vizard
11-13-2013, 01:27 PM
|
Replies: 6
Views: 10,510
Hi Frank
Thanks for your response. It could...
Hi Frank
Thanks for your response. It could be a solution indeed. But, I cannot use this method, as I adjust some measurements based on the screen size at the beginning of the program. Change of...
|
Forum: Vizard
11-13-2013, 01:25 PM
|
Replies: 4
Views: 13,093
Full Screen and Dialogue
Hello,
I have just noticed that when I run Vizard in fullscreen mode the screen goes black whenever I display an input window (using viz.input) for user input. Is there any way to avoid it and...
|
Forum: Vizard
11-12-2013, 04:24 AM
|
Replies: 6
Views: 10,510
Licence
Hello,
I am wondering whether there is any way to query whether the installed Vizard is a Lite version or not? This is necessary to make the program adaptable, running in full-screen when it is a...
|
Forum: Vizard
07-23-2013, 02:56 PM
|
Replies: 7
Views: 24,044
|
Forum: Vizard
07-19-2013, 03:54 PM
|
Replies: 2
Views: 19,572
|
Forum: Vizard
07-19-2013, 03:45 PM
|
Replies: 7
Views: 24,044
Hi Jeff
Very many thanks for your reply. But...
Hi Jeff
Very many thanks for your reply. But we don't use full screen at all. We define the size of the screen explicitly as follows
viz.window.setSize([640, 480])
viz.go()
Vizard even...
|
Forum: Vizard
07-19-2013, 03:53 AM
|
Replies: 7
Views: 24,044
|
Forum: Vizard
07-18-2013, 10:37 PM
|
Replies: 2
Views: 19,572
Simultaneous Actions on Multiple Objects
Hi,
I am wondering how I can run actions on multiple objects at the same time. It is a very basic task, but I cannot find any solution to it. The structure of my code is as follows: I have a...
|
Forum: Vizard
07-10-2013, 09:50 AM
|
Replies: 7
Views: 24,044
Hi,
Thanks for your reply. We have lite...
Hi,
Thanks for your reply. We have lite license. We normally don't use full screen anyway. I used it once to check whether it works or not, after facing those problems.
Cheers
Amir
|
Forum: Vizard
07-10-2013, 05:56 AM
|
Replies: 5
Views: 16,261
Hi,
Just to give an update. I realised that...
Hi,
Just to give an update. I realised that the reason I couldn't run the code successfully was the location of the files. I moved the files to C:\ and the code ran successfully.
Thanks Jeff...
|
Forum: Vizard
07-10-2013, 05:50 AM
|
Replies: 7
Views: 24,044
Unexpected Change of Window Size
Dear all
I have two problems with window size that might be related to each other. First of all, the window size is not what I define. I define the window size as
...
|
Forum: Vizard
06-29-2013, 05:22 PM
|
Replies: 5
Views: 16,261
Hello again,
The sizes are very small. I've...
Hello again,
The sizes are very small. I've attached one of the .dae's. I have to try the Inspector and the exact version on Monday. I'll write you again on Monday. Thanks again for your...
|
Forum: Vizard
06-29-2013, 02:09 PM
|
Replies: 5
Views: 16,261
|
Forum: Vizard
06-25-2013, 02:37 PM
|
Replies: 5
Views: 16,261
Load failed in COLLADA DOM Conversion
Dear all
I installed Vizard on a new computer. I receive the following error messages when I want to run my model.
Load failed in COLLADA DOM
Load failed in COLLADA DOM conversion
Do you...
|
Forum: Vizard
06-21-2013, 05:26 PM
|
Replies: 4
Views: 21,702
|
Forum: Vizard
06-20-2013, 01:15 PM
|
Replies: 4
Views: 21,702
Hi,
Thanks for your reply. I don't know the...
Hi,
Thanks for your reply. I don't know the offset value. The objects are some random stuff like, a computer, a chair, a toy... that I need to put them on a grid. But they have to be centred.
...
|
Forum: Vizard
06-19-2013, 04:24 PM
|
Replies: 4
Views: 21,702
Adjusting the centre of an object
Hi,
I have a set of .dae files, each containing one object. The objects are not centred in the files. I am wondering whether there is any way to centre the objects in Vizard using programming?
...
|