WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-16-2013, 01:26 PM
slinkenauger slinkenauger is offline
Member
 
Join Date: Feb 2013
Posts: 3
Infinite Terrain

Hi,
My infinite terrain is being displayed quite a bit below the origin position 0,0,0. I have tried set position; however, it doesn't work. Any ideas on how to get the terrain positioned where I need it?
Reply With Quote
  #2  
Old 07-16-2013, 05:07 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
I'm not sure how to add an offset to the terrain. Have you tried applying an offset to the viewpoint?
Reply With Quote
  #3  
Old 07-17-2013, 05:10 AM
slinkenauger slinkenauger is offline
Member
 
Join Date: Feb 2013
Posts: 3
potentially, I could, but the problem is that when the tracking system is calibrated to 0,0,0, so I really need the terrain to be at floor position. Is it the default for it to be below the origin?
Reply With Quote
  #4  
Old 07-19-2013, 10:49 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Are you linking the viewpoint to the tracker? If so, you can apply a postTrans operation on the link so the viewpoint is below the tracker:
Code:
viewLink = viz.link(tracker, viz.MainView)
#move the viewpoint 1 meter below the tracker
viewLink.postTrans([0,-1,0])
Reply With Quote
  #5  
Old 07-22-2013, 10:53 AM
slinkenauger slinkenauger is offline
Member
 
Join Date: Feb 2013
Posts: 3
I'll give it a shot; thanks!
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
infinite terrain shahramy Vizard 0 11-05-2011 02:34 AM
Near and far clipping on infinite terrain vijaykiran Vizard 2 01-21-2011 04:59 AM
Plain Infinite Terrain + Sky kovitch Vizard 1 12-23-2010 12:09 PM
Infinite terrain code Saz Vizard 2 11-06-2008 02:32 AM
generate an infinite terrain vadrian Vizard 4 09-15-2004 01:09 PM


All times are GMT -7. The time now is 02:54 AM.


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