文档微调

pull/7/head
cx 7 years ago
parent f73968e0af
commit 693e41a1d7

@ -6,8 +6,8 @@
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8188",
"webRoot": "${workspaceRoot}",
"runtimeExecutable": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
"webRoot": "${workspaceRoot}" //,
// "runtimeExecutable": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
},
{
"type": "chrome",

@ -17,66 +17,6 @@ npm run start
说明:将会运行所有.test.ts文件的测试.
#使用库 React-dat-gui
安装: npm install react-dat-gui --save
说明: https://www.npmjs.com/package/react-dat-gui
#dat.gui 白色风格
http://www.sw-engineering-candies.com/blog-1/improved-css-for-dat-gui-in-light-web-pages
#React github
链接: https://github.com/brillout/awesome-react-components
#TypeScript React
链接: https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter
#定义 d.ts文件
链接: https://segmentfault.com/a/1190000009247663
#npm 管理
http://javascript.ruanyifeng.com/nodejs/npm.html
#webpck 性能问题
http://code.oneapm.com/javascript/2015/07/07/webpack_performance_1/
#dll plugin
https://zhuanlan.zhihu.com/p/21748318
https://github.com/chenchunyong/webpack-dllPlugin
#让DllPlugin 与webpack-dev-server 一起工作
https://gist.github.com/robertknight/058a194f45e77ff95fcd
#gpu 求交
https://threejs.org/examples/#webgl_interactive_cubes_gpu
#拽拖
https://threejs.org/examples/#webgl_interactive_draggablecubes
#控制渲染速度
http://jsfiddle.net/m1erickson/CtsY3/
#网格拉伸夹点
https://threejs.org/examples/?q=m#webgl_morphtargets
https://threejs.org/examples/#webgl_geometry_spline_editor
#渲染循环优化
https://www.paulirish.com/2011/requestanimationframe-for-smart-animating/
#type
https://msdn.microsoft.com/en-us/magazine/dn890374.aspx
https://www.typescriptlang.org/docs/handbook/classes.html
https://github.com/Microsoft/TypeScript/issues/1524
#解决 Stats.js
https://www.typescriptlang.org/docs/handbook/modules.html
http://stackoverflow.com/questions/12930049/how-do-i-import-other-typescript-files
http://stackoverflow.com/questions/18556187/importing-typescript-modules
#光标
https://css-tricks.com/using-css-cursors/
//TODO:
1.相机.
>注册相机事件 尝试优化相机
@ -90,7 +30,8 @@ https://css-tricks.com/using-css-cursors/
...等.
4.UI
Command 命令行实现.
#Command 命令行实现.
#点选实现
5.命令注册

4619
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -10,7 +10,7 @@ https://threejs.org/examples/?q=webgl_lights_physical#webgl_lights_physical
https://github.com/mrdoob/three.js/blob/master/examples/webgl_lights_physical.html
#threejs 官方库 关于 显示全部的一个讨论
#threejs 官方库 关于 显示全部的一个讨论 zoom all
https://github.com/mrdoob/three.js/issues/6784
#threejs 关于路径 与拉伸建模的demo代码
@ -40,4 +40,23 @@ https://threejs.org/examples/#webgl_multiple_elements
https://github.com/sbnietert/TypeScript-Ray-Tracer
#一个不错的拓展 包含了相机控制的TS化. superpowers-common-plugins
该代码已经完全自主实现
https://github.com/superpowers/superpowers-common-plugins
#拽拖
https://threejs.org/examples/#webgl_interactive_draggablecubes
#gpu 求交
https://threejs.org/examples/#webgl_interactive_cubes_gpu
#控制渲染速度
http://jsfiddle.net/m1erickson/CtsY3/
#网格拉伸夹点
https://threejs.org/examples/?q=m#webgl_morphtargets
https://threejs.org/examples/#webgl_geometry_spline_editor
#渲染循环优化
https://www.paulirish.com/2011/requestanimationframe-for-smart-animating/

@ -0,0 +1,31 @@
#使用库 React-dat-gui
安装: npm install react-dat-gui --save
说明: https://www.npmjs.com/package/react-dat-gui
#dat.gui 白色风格
http://www.sw-engineering-candies.com/blog-1/improved-css-for-dat-gui-in-light-web-pages
#React github
链接: https://github.com/brillout/awesome-react-components
#react UI库
https://github.com/brillout/awesome-react-components
#TypeScript React
链接: https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter
#实例
https://github.com/Quramy/typescript-css-modules-demo
https://github.com/css-modules/css-modules/issues/61
#.Loader
https://github.com/olegstepura/typed-css-modules-loader
#光标
https://css-tricks.com/using-css-cursors/

@ -17,16 +17,9 @@ else {
}
#一个不错的拓展 包含了相机控制的TS化. superpowers-common-plugins
https://github.com/superpowers/superpowers-common-plugins
#Mdn 学习
https://developer.mozilla.org/zh-CN/
#NURBS 曲线库. 包含split(裁剪) 最近点 等分 曲面细分等曲面运算
http://verbnurbs.com/
#react UI库
https://github.com/brillout/awesome-react-components

@ -0,0 +1,8 @@
#可用库列表
#NURBS 曲线库. 包含split(裁剪) 最近点 等分 曲面细分等曲面运算
http://verbnurbs.com/

@ -0,0 +1,16 @@
#使用库 React-dat-gui
安装: npm install react-dat-gui --save
说明: https://www.npmjs.com/package/react-dat-gui
#React github
链接: https://github.com/brillout/awesome-react-components
#react UI库
https://github.com/brillout/awesome-react-components
#TypeScript React
链接: https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter

@ -0,0 +1,31 @@
#定义 d.ts文件
链接: https://segmentfault.com/a/1190000009247663
#npm 管理
http://javascript.ruanyifeng.com/nodejs/npm.html
#webpck 性能问题
http://code.oneapm.com/javascript/2015/07/07/webpack_performance_1/
#dll plugin
https://zhuanlan.zhihu.com/p/21748318
https://github.com/chenchunyong/webpack-dllPlugin
#让DllPlugin 与webpack-dev-server 一起工作
https://gist.github.com/robertknight/058a194f45e77ff95fcd
#type
https://msdn.microsoft.com/en-us/magazine/dn890374.aspx
https://www.typescriptlang.org/docs/handbook/classes.html
https://github.com/Microsoft/TypeScript/issues/1524
#解决 Stats.js
https://www.typescriptlang.org/docs/handbook/modules.html
http://stackoverflow.com/questions/12930049/how-do-i-import-other-typescript-files
http://stackoverflow.com/questions/18556187/importing-typescript-modules

@ -1,10 +0,0 @@
#实例
https://github.com/Quramy/typescript-css-modules-demo
https://github.com/css-modules/css-modules/issues/61
#.Loader
https://github.com/olegstepura/typed-css-modules-loader
Loading…
Cancel
Save