Эх сурвалжийг харах

Almost done with tutorial.

Former-commit-id: 07f2187c8df86cc5ad1d59a27d80d1152a919108
Amir Vaxman 7 жил өмнө
parent
commit
faf811130e

+ 16 - 0
scripts/coding-guidelines.html

@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<head>
+	<meta charset="utf-8"/>
+	<title>libigl</title>
+	<meta name="author" content="Alec Jacobson and Daniele Panozzo and others"/>
+	<link type="text/css" rel="stylesheet" href="../tutorial/style.css"/>
+<script type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <link rel='stylesheet' href='http://yandex.st/highlightjs/7.3/styles/default.min.css'> <script src='http://yandex.st/highlightjs/7.3/highlight.min.js'></script> <script>hljs.initHighlightingOnLoad();</script>
+</head>
+<body>
+
+
+
+</body>
+</html>
+

+ 16 - 0
scripts/index.html

@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<head>
+	<meta charset="utf-8"/>
+	<title>libigl</title>
+	<meta name="author" content="Alec Jacobson and Daniele Panozzo and others"/>
+	<link type="text/css" rel="stylesheet" href="tutorial/style.css"/>
+<script type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <link rel='stylesheet' href='http://yandex.st/highlightjs/7.3/styles/default.min.css'> <script src='http://yandex.st/highlightjs/7.3/highlight.min.js'></script> <script>hljs.initHighlightingOnLoad();</script>
+</head>
+<body>
+
+
+
+</body>
+</html>
+

+ 16 - 0
scripts/style-guidelines.html

@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<head>
+	<meta charset="utf-8"/>
+	<title>libigl</title>
+	<meta name="author" content="Alec Jacobson and Daniele Panozzo and others"/>
+	<link type="text/css" rel="stylesheet" href="tutorial/style.css"/>
+<script type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <link rel='stylesheet' href='http://yandex.st/highlightjs/7.3/styles/default.min.css'> <script src='http://yandex.st/highlightjs/7.3/highlight.min.js'></script> <script>hljs.initHighlightingOnLoad();</script>
+</head>
+<body>
+
+
+
+</body>
+</html>
+

+ 1 - 1
tutorial/801_ShapeUp/CMakeLists.txt → tutorial/713_ShapeUp/CMakeLists.txt

@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8.12)
-project(801_ShapeUp)
+project(713_ShapeUp)
 
 add_executable(${PROJECT_NAME}_bin main.cpp)
 target_link_libraries(${PROJECT_NAME}_bin igl::core igl::viewer tutorials)

+ 0 - 0
tutorial/801_ShapeUp/main.cpp → tutorial/713_ShapeUp/main.cpp


+ 1 - 5
tutorial/CMakeLists.txt

@@ -41,7 +41,6 @@ option(TUTORIALS_CHAPTER4 "Compile chapter 4" ON)
 option(TUTORIALS_CHAPTER5 "Compile chapter 5" ON)
 option(TUTORIALS_CHAPTER6 "Compile chapter 6" ON)
 option(TUTORIALS_CHAPTER7 "Compile chapter 7" ON)
-option(TUTORIALS_CHAPTER8 "Compile chapter 8" ON)
 
 # Store location of tutorial/shared directory
 set(TUTORIAL_SHARED_PATH ${CMAKE_CURRENT_SOURCE_DIR}/shared CACHE PATH "location of shared tutorial resources")
@@ -153,10 +152,7 @@ if(TUTORIALS_CHAPTER7)
   add_subdirectory("710_SLIM")
   add_subdirectory("711_Subdivision")
   add_subdirectory("712_DataSmoothing")
+add_subdirectory("713_ShapeUp")
 endif()
 
-# Chapter 3
-if(TUTORIALS_CHAPTER8)
-  add_subdirectory("801_ShapeUp")
-endif()
 

+ 1 - 0
tutorial/images/713_ShapeUp.png.REMOVED.git-id

@@ -0,0 +1 @@
+7d8e22cf732b9663645b9cd17e86d342959cf4be

+ 1 - 1
tutorial/tutorial.md.REMOVED.git-id

@@ -1 +1 @@
-58d89e2b385d7c8849f9e3d7d1ec66e970cad92d
+231079d3fcb00a42fa1a3cfbbf321a5e29d3e742