00001 #pragma once 00002 00003 #ifndef _v_set_triplet_h 00004 #define _v_set_triplet_h 00005 00006 #include <vector> 00007 #include "VVector.h" 00008 00013 struct vSetTriplet 00014 { 00018 vSetTriplet() : mSetVbo (0), mTexCoordChannel(0) 00019 { 00020 00021 } 00022 00023 std::vector<VVector> mSet; 00024 unsigned int mSetVbo; 00025 unsigned int mTexCoordChannel; 00026 }; 00027 00028 #endif // _v_set_triplet_h