WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   too many viewpoints-->reference memory error (https://forum.worldviz.com/showthread.php?t=324)

baf1 04-14-2005 08:37 AM

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.

farshizzo 04-14-2005 09:27 AM

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)



All times are GMT -7. The time now is 12:01 PM.

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