Forum: Vizard
05-05-2009, 11:24 AM
|
|
Replies: 8
Views: 38,526
|
Forum: Vizard
05-01-2009, 08:20 AM
|
|
Replies: 2
Views: 38,613
|
Forum: Vizard
04-29-2009, 07:34 AM
|
|
Replies: 10
Views: 32,163
Well, I have attached with this thread a sample...
Well, I have attached with this thread a sample of what I am trying to use. Indeed, I am using exactly the tasks example in vizard teacher book.
In this code you will see 2 main faults which are the...
|
Forum: Vizard
04-27-2009, 02:29 PM
|
|
Replies: 4
Views: 64,068
|
Forum: Vizard
04-27-2009, 03:42 AM
|
|
Replies: 10
Views: 32,163
it works fine. but i am trying to use the...
it works fine. but i am trying to use the following lines to see the score
data = viz.Data()
yield viztask.waitEvent( viz.COLLISION_EVENT, data )
but this does not work with the following event...
|
Forum: Vizard
04-24-2009, 11:01 AM
|
|
Replies: 1
Views: 24,072
|
Forum: Vizard
04-24-2009, 10:17 AM
|
|
Replies: 1
Views: 24,072
Timer
how can I make my balloons appear for 5 sec then disappear?
import viz
import vizact
import viztask
viz.go()
import random
def func1():
balloons = []
for i in range(-5,6):
for j in...
|
Forum: Vizard
04-23-2009, 11:08 AM
|
|
Replies: 6
Views: 34,025
|
Forum: Vizard
04-23-2009, 07:44 AM
|
|
Replies: 6
Views: 34,025
|
Forum: Vizard
04-23-2009, 02:20 AM
|
|
Replies: 1
Views: 21,049
|
Forum: Vizard
04-21-2009, 09:39 AM
|
|
Replies: 7
Views: 45,431
|
Forum: Vizard
04-21-2009, 09:08 AM
|
|
Replies: 7
Views: 45,431
|
Forum: Vizard
04-21-2009, 07:11 AM
|
|
Replies: 7
Views: 45,431
|
Forum: Vizard
04-21-2009, 06:41 AM
|
|
Replies: 7
Views: 45,431
|
Forum: Vizard
04-21-2009, 03:57 AM
|
|
Replies: 10
Views: 32,163
HI Jeff ,Thank you very much for your help.
I...
HI Jeff ,Thank you very much for your help.
I cannot understand the collision in vizard although it looks very easy! :confused:
I have struggled to detect the collision event by more than one way...
|
Forum: Vizard
04-09-2009, 05:54 PM
|
|
Replies: 10
Views: 32,163
well, JEFF, I have tried to follow the gallery...
well, JEFF, I have tried to follow the gallery example in tutorial as well as your advices. the collision works around main-view and all stuff react including avatar. but the avatar responses as an...
|
Forum: Vizard
04-09-2009, 08:35 AM
|
|
Replies: 10
Views: 32,163
Jeff I tried with many ways; below is my...
Jeff I tried with many ways; below is my modification but does not work :confused:
import viz
viz.go()
viz.phys.enable()
court= viz.add( 'court.ive' )
court.setPosition(0,0,15)...
|
Forum: Vizard
04-08-2009, 06:25 AM
|
|
Replies: 6
Views: 23,693
|
Forum: Vizard
04-08-2009, 06:24 AM
|
|
Replies: 10
Views: 32,163
Collision
Hi, This code is trying to not allow the avatar to walk through the court’s wall and balloon.
May my collision statement for avatar is wrong, but this what I have found in tutorials.
import viz
...
|
Forum: Vizard
04-07-2009, 05:44 AM
|
|
Replies: 6
Views: 23,693
That is brilliant, but still there is small...
That is brilliant, but still there is small problem, which is the speed. Once the avatar’s speed has been increased, the user will realize that the mainview is moving not the avatar. So how can I...
|
Forum: Vizard
04-06-2009, 09:43 AM
|
|
Replies: 8
Views: 27,582
|
Forum: Vizard
04-06-2009, 09:10 AM
|
|
Replies: 6
Views: 23,693
Oh, thanks Jeff!
But when the avatar stopped...
Oh, thanks Jeff!
But when the avatar stopped for awhile, and then she wants to continue with same direction the code takes her to the other direction (z-axis).
I have tried to increment x-axis but...
|
Forum: Vizard
04-06-2009, 04:23 AM
|
|
Replies: 6
Views: 23,693
Walking to many directions.
Hi every one, my avatar will walk to unknown distances and directions. I tried to rotate her while she is walking but the code does not response. I am still plying with the following code.
import...
|
Forum: Vizard
04-03-2009, 05:07 AM
|
|
Replies: 8
Views: 27,582
Thanks Jeff,
I am using Max 2009. Yes I have...
Thanks Jeff,
I am using Max 2009. Yes I have downloaded the OSG exporter for Max from your site.
May I ask here... why it is difficult to work with my own .wrl while .wrl has been used by many...
|
Forum: Vizard
04-02-2009, 10:45 AM
|
|
Replies: 0
Views: 20,020
import Mainview
This shall be a silly problem, following to my previous threads I have a problem in my own environment; this environment does not follow the avatar while she is walking.
import viz
viz.go()...
|