Skip to content

Commit

Permalink
new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Jun 4, 2020
1 parent e9632e0 commit 1b65d5b
Show file tree
Hide file tree
Showing 3 changed files with 1,156 additions and 40 deletions.
1 change: 0 additions & 1 deletion src/sparse_voxel_grid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

const char *ds_sparse_voxel_grid = R"igl_Qu8mg5v7(
sparse_voxel_grid( p0, scalarFunc, eps, CV, CS, CI )
Given a point, p0, on an isosurface, construct a shell of epsilon sized cubes surrounding the surface.
These cubes can be used as the input to marching cubes.
Expand Down
6 changes: 5 additions & 1 deletion tutorial/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
"the number of positively",
"trace(",
"Z(known,:)",
"kron(ones("
"kron(ones(",
"E(i,K(i))",
"I(i) == E(J(i),K(i",
"FF(I,:) = ",
"f(X)"
]

def format_data(data):
Expand Down
Loading

0 comments on commit 1b65d5b

Please sign in to comment.