P3D suddenly stops working.
in
Integration and Hardware
•
1 month ago
I've been experimenting with making a bouncing ball in a 3D space, but I noticed that after I run and test for about a half hour, it breaks.
Running:
If I make a new sketch with only
void setup()
{
println("Above P3D");
size (200,200, P3D);
println("Below P3D");
}
It will print "Above P3D" but not "Below P3D". If I restart my computer it seems to fix it, but that's obviously not the best solution. Any ideas?
Running:
Processing 2.0.2
Windows 7 Home Premium
AMD Phenom II X6 1090T Processor
8 GB RAM
AMD Radeon Graphics Processor
I'm sorry if some of that information is irrelevant, or I'm missing something, not used to posting.
1