PDA

View Full Version : too many viewpoints-->reference memory error


baf1
04-14-2005, 08:37 AM
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:viz.add(viz.SCENE)
#Now add your viewpoint
view = viz.add(viz.VIEWPOINT)