Revision c7028191e0ac9f06033ebe8de245a969107a0c96 authored by ennetws on 15 January 2014, 06:15:06 UTC, committed by ennetws on 15 January 2014, 06:15:06 UTC
1 parent c4a3115
dynamic_voxel.h
#pragma once
#include "SurfaceMeshPlugins.h"
#include "SurfaceMeshHelper.h"
#include "RichParameterSet.h"
#include "DynamicVoxel.h"
class dynamic_voxel : public SurfaceMeshModePlugin{
Q_OBJECT
Q_INTERFACES(ModePlugin)
public:
QIcon icon(){ return QIcon(":/images/voxel_icon.png"); }
/// Functions part of the EditPlugin system
void create();
void destroy(){}
void decorate();
DynamicVoxelLib::DynamicVoxel vox;
bool showVoxels, showMesh;
public:
virtual bool keyPressEvent(QKeyEvent* event);
};
Computing file changes ...