Show
Ignore:
Timestamp:
03/21/2012 12:57:05 AM (14 months ago)
Author:
Andreas Schaefer <gentryx@…>
Branch:
default
Message:
  • qt particle rendering is too slow,
  • fleshing out the GPU simulator
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/examples/flowingcanvas/main.cpp

    r158 r159  
    2727    flow.resize(1200, 900); 
    2828 
    29     InteractiveSimulatorCPU<CanvasCell> *sim = new InteractiveSimulatorCPU<CanvasCell>( 
     29    InteractiveSimulatorGPU<CanvasCell> *sim = new InteractiveSimulatorGPU<CanvasCell>( 
    3030        &flow, 
    3131        new CanvasInitializer());