WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Jeff
Forum: Vizard 07-30-2014, 02:28 PM
Replies: 14
Views: 22,645
Posted By Jeff
No, if the viewpoint is offset from the...

No, if the viewpoint is offset from the wheelbarrow the viewpoint collision won't work here. You can control the wheelbarrow directly and link the viewpoint to it with an offset. The wheelbarrow's...
Forum: Vizard 07-29-2014, 06:06 PM
Replies: 14
Views: 22,645
Posted By Jeff
Here's an example where the wheelbarrow goes up a...

Here's an example where the wheelbarrow goes up a ramp with the viewpoint:

import viz

viz.setMultiSample(4)
viz.fov(60)
viz.go()

viz.clearcolor(viz.SLATE)
viz.addChild('ground.osgb')
Forum: Vizard 07-24-2014, 11:21 AM
Replies: 14
Views: 22,645
Posted By Jeff
It's difficult to understand the issue without...

It's difficult to understand the issue without some example code that reproduces it.
Forum: Vizard 06-11-2014, 01:08 AM
Replies: 14
Views: 22,645
Posted By Jeff
Yes, here's an example. The viewpoint will go...

Yes, here's an example. The viewpoint will go through the avatar but the ball will collide with it:

import viz
viz.go()

viz.collision(viz.ON)
viz.eyeheight(1.5)

viz.phys.enable()
Forum: Vizard 06-09-2014, 11:42 PM
Replies: 14
Views: 22,645
Posted By Jeff
I'm not sure I understand your code. What is the...

I'm not sure I understand your code. What is the reason for setting up physics on the avatar if it's linked to the viewpoint? Perhaps all you need is viewpoint collision with the stepsize command to...
Forum: Vizard 06-07-2014, 05:25 AM
Replies: 14
Views: 22,645
Posted By Jeff
Can you post example code that shows the problem...

Can you post example code that shows the problem you're having?
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT -7. The time now is 09:06 AM.


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