Exception thrown at 0x00007FFFEC840E4D (ntdll.dll) in FluidX3D.exe: 0xC0000005: Access violation while reading location 0x00000209709B503F. .
This problem shows in the graphics.hpp, line 52-53
public:
....
}
....
~Camera() {
delete[] bitmap;
delete[] zbuffer;
}
It seems that I have already uncomment commands I need, but I still meet this error after I finish my iterations. What I use is interactive graphics.
Very thanks.