expand1D: add Circles and Block and show virtualStrip effects with ⋮⋮
index.js: add Circles and Block, add 1.5d FX.h: add Circles and Block FX.cpp: add 1.5d to virtualStrip effects FX_fcn.cpp: add Circles and Block
This commit is contained in:
@@ -219,6 +219,7 @@ struct Voxel {
|
||||
uint32_t col;
|
||||
};
|
||||
|
||||
//https://xem.github.io/articles/projection.html
|
||||
class Frame3D {
|
||||
private:
|
||||
std::vector<Voxel> points;
|
||||
|
||||
Reference in New Issue
Block a user