Blender V2.61 - r43446
|
#include <cstdlib>
#include <cmath>
#include <cstring>
#include <iostream>
#include "OBSTACLE.h"
#include "VEC3.h"
Go to the source code of this file.
Classes | |
class | FLUID_3D |
Defines | |
#define | DT_DEFAULT 0.1f; |
Definition in file FLUID_3D.h.
#define DT_DEFAULT 0.1f; |
Definition at line 43 of file FLUID_3D.h.
Referenced by FLUID_3D::FLUID_3D(), and smoke_step().