WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 04-14-2005, 08:37 AM
baf1 baf1 is offline
Member
 
Join Date: Mar 2005
Posts: 6
too many viewpoints-->reference memory error

so i have a scene that i created and i created a certain set of viewponts to go along with it so that the user can choose which viewpoint he/she wants. i added 5 no problem, but when i try to add the sixth viewpoint and run my code, i get a "reference memory" error. how can i fix this so that i am not limited to only 5 viewpoints.
Reply With Quote
  #2  
Old 04-14-2005, 09:27 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

This is a bug in Vizard. A temporary work around is to add a scene for each view you add. Example:
Code:
viz.add(viz.SCENE)
#Now add your viewpoint
view = viz.add(viz.VIEWPOINT)
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


All times are GMT -7. The time now is 10:15 PM.


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