diff --git a/Gemfile b/Gemfile index 58a7114..31b760d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ gem "github-pages", group: :jekyll_plugins gem "tzinfo-data" gem "wdm", "~> 0.1.0" if Gem.win_platform? +gem "webrick", "~> 1.8" # If you have any plugins, put them here! group :jekyll_plugins do @@ -14,4 +15,4 @@ group :jekyll_plugins do gem "jemoji" gem "jekyll-include-cache" gem "jekyll-algolia" -end \ No newline at end of file +end diff --git a/_demos/demos_006_MeshMapping.md b/_demos/demos_006_MeshMapping.md index 88940de..9ee57c3 100644 --- a/_demos/demos_006_MeshMapping.md +++ b/_demos/demos_006_MeshMapping.md @@ -55,7 +55,7 @@ The green circle on the grid of circles should now have moved to the next point Once you have assigned all the required points close the shader window and workflow. The mesh mapping .csv file will be saved in the location you specified before starting the workflow. - + _positioning the cursor where the laser is pointing_ @@ -90,7 +90,7 @@ Run the workflow and ensure the checkerboard is displayed correctly. Each square Note if the checkerboard renders with jagged edges then adjusting the interpolation values in Step 2 may provide a solution. - + _testing the meshmap with a checkerboard - note the warping in the bottom right_ @@ -108,6 +108,6 @@ For each point you wish to adjust perform the following: - The new file will have the same format as the output of the MeshMapping_Generate workflow. You should now perform steps 2 and 3 again to interpolate and test your mesh map. Repeat this process iteratively as required. - + _correction worflow_