|
From: Jose P. Q. M. <jp...@me...> - 2002-05-13 19:46:57
|
Hi Im using the vis5D API to draw isosurfaces and colored isosurfaces, when I use the API vis5d_set_isosurface_color_var_and_owner, Vis5D draws all the frames, instead of drawing only the n-th frame. To solve this problem I use the API "vis5d_verylarge_mode 0 VIS5D_ON" and it works fine, because when I call vis5d_set_isosurface_color_var_and_owner it only draws the desired frame; the problem is when I want to draw the next frame ((n+1)-th frame), it does nothing... (Vis5D thinks the values are in memory ?) I also tried the API vis5d_destroy_data_context and vis5d_destroy_display_context but without sucess. Does anybody have the same problem? Is this a bug, or Im using it in the wrong way? Thank you very much for your attention Jose Melo |