![]() |
#1
|
|||
|
|||
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.
|
#2
|
|||
|
|||
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) |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|