1 Star 0 Fork 2

星际逍遥 / three.interaction.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jsdoc.conf.json 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
jason chen 提交于 2017-12-04 21:37 . feat(init): finish interaction
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": [
"./src/"
],
"exclude": [],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"./node_modules/jsdoc/plugins/markdown"
],
"templates": {
"cleverLinks" : false,
"monospaceLinks": false,
"default" : {
"outputSourceFiles" : true
},
"applicationName": "three.interaction.js",
"footer" : "Made with ♥ by JasonChen (github.com/jasonChen1982)",
"copyright" : "three.interaction.js Copyright © 2013-2017 JasonChen.",
"disqus": "",
"googleAnalytics": "UA-103772589-5",
"openGraph": {
"title": "",
"type": "website",
"image": "",
"site_name": "",
"url": ""
},
"meta": {
"title": "three.interaction.js API Documentation",
"description": "Documentation for three.interaction.js library",
"keyword": "docs, documentation, three.js, three.js event system, three.interaction.js, renderer, html5, javascript, jsdoc"
},
"linenums" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : false
},
"opts": {
"encoding" : "utf8",
"recurse" : true,
"private" : false,
"lenient" : true,
"destination" : "./docs",
"template" : "./node_modules/@pixi/jsdoc-template"
}
}
JavaScript
1
https://gitee.com/xiaoxufa/three.interaction.js.git
git@gitee.com:xiaoxufa/three.interaction.js.git
xiaoxufa
three.interaction.js
three.interaction.js
master

搜索帮助