WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: Johannes
Forum: Vizard 01-11-2005, 02:53 PM
Replies: 20
Views: 24,622
Posted By Johannes
Thank you!

Thank you!
Forum: Vizard 01-11-2005, 12:22 PM
Replies: 20
Views: 24,622
Posted By Johannes
Read through it. I did not find out, why balls...

Read through it. I did not find out, why balls can escape out of the room.

You used time.clock() - I use time.time() to get my start-time from. Both is more accurate than using the normal...
Forum: Vizard 01-11-2005, 10:09 AM
Replies: 20
Views: 24,622
Posted By Johannes
Thank you very much. I'm not through reading it,...

Thank you very much. I'm not through reading it, but trying it I experienced that if I create a lot of balls, the intersect does not work any more. Balls fly away into space.

I will read it...
Forum: Vizard 01-11-2005, 06:05 AM
Replies: 20
Views: 24,622
Posted By Johannes
Sorry that it did not post the program with the...

Sorry that it did not post the program with the Indentation. How can I do post it better next time?
Johannesi
Forum: Vizard 01-11-2005, 06:02 AM
Replies: 20
Views: 24,622
Posted By Johannes
Tried your example. Works, but it is only good...

Tried your example. Works, but it is only good for the case of one ball. Tried to change it (see below) to fit the more general purpose of more balls and objects:

I added after...
Forum: Vizard 01-10-2005, 05:09 PM
Replies: 20
Views: 24,622
Posted By Johannes
I will try this tomorrow morning, thank you very...

I will try this tomorrow morning, thank you very much (I'm already at home)!

I will also develop a graph to visualize the velocity vs. time...
Guess best would be to use the 'on-the-fly'...
Forum: Vizard 01-10-2005, 04:31 PM
Replies: 20
Views: 24,622
Posted By Johannes
If I should post the example I'm working on, just...

If I should post the example I'm working on, just tell me.
I guess I will have to do this as a zip file because of the ressource-files
Forum: Vizard 01-10-2005, 04:29 PM
Replies: 20
Views: 24,622
Posted By Johannes
>What kind of object is myroom? It is the...

>What kind of object is myroom?

It is the room from the getting-started tutorial.

>Are you getting any error messages?
No

>Is the ball actually intersecting with the room mesh when your...
Forum: Vizard 01-10-2005, 03:59 PM
Replies: 20
Views: 24,622
Posted By Johannes
A. The ball and the room are the only ones but...

A. The ball and the room are the only ones but soon there will be more objects then I will need it anyway.
So if my room is called myroom and my ball is called ball why does this not work?
This is...
Forum: Vizard 01-10-2005, 09:35 AM
Replies: 20
Views: 24,622
Posted By Johannes
Sorry for the break-question - found it just a...

Sorry for the break-question - found it just a minute after that (so I reEdited the question).

@collision:

1. How do I know that I have the possibility to call myroom.collidemesh()
(object -...
Forum: Vizard 01-10-2005, 07:40 AM
Replies: 20
Views: 24,622
Posted By Johannes
To check for collision I tried: ...

To check for collision I tried:

collidables=[]
myroom.collidemesh()
collidables.append(myroom)
ball.collidesphere(0.25)
collidables.append(ball)
Forum: Vizard 01-10-2005, 06:45 AM
Replies: 20
Views: 24,622
Posted By Johannes
Properties of Objects

Hi,
how can I find out, which properties objects posess?


I'm trying to built a collide-function for objects as you did in the duckcourt example.

There you used a object-function called...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT -7. The time now is 06:13 PM.


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