Skip to content

Commit 45ec31b

Browse files
committed
post
1 parent 84aa407 commit 45ec31b

File tree

4 files changed

+299
-10
lines changed

4 files changed

+299
-10
lines changed

#.DrawIO/Post.km

+243-1
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,138 @@
245245
"created": 1673963644919,
246246
"text": "几何阶段"
247247
},
248-
"children": []
248+
"children": [
249+
{
250+
"data": {
251+
"id": "cpvuc6txjdk0",
252+
"created": 1674098354303,
253+
"text": "顶点着色器"
254+
},
255+
"children": []
256+
},
257+
{
258+
"data": {
259+
"id": "cpvucjr3vao0",
260+
"created": 1674098382430,
261+
"text": "曲面细分"
262+
},
263+
"children": []
264+
},
265+
{
266+
"data": {
267+
"id": "cpvucnwlkco0",
268+
"created": 1674098391469,
269+
"text": "几何着色器"
270+
},
271+
"children": []
272+
},
273+
{
274+
"data": {
275+
"id": "cpvucqbpufs0",
276+
"created": 1674098396737,
277+
"text": "裁剪"
278+
},
279+
"children": []
280+
},
281+
{
282+
"data": {
283+
"id": "cpvucs9upmo0",
284+
"created": 1674098400978,
285+
"text": "映射"
286+
},
287+
"children": []
288+
}
289+
]
249290
},
250291
{
251292
"data": {
252293
"id": "cpuil9wghwg0",
253294
"created": 1673963652988,
254295
"text": "光栅化阶段"
255296
},
297+
"children": [
298+
{
299+
"data": {
300+
"id": "cpvud33oyy00",
301+
"created": 1674098424550,
302+
"text": "三角形设置"
303+
},
304+
"children": []
305+
},
306+
{
307+
"data": {
308+
"id": "cpvud6geun40",
309+
"created": 1674098431849,
310+
"text": "三角形遍历"
311+
},
312+
"children": []
313+
},
314+
{
315+
"data": {
316+
"id": "cpvud8vv62o0",
317+
"created": 1674098437137,
318+
"text": "提前深度测试"
319+
},
320+
"children": []
321+
},
322+
{
323+
"data": {
324+
"id": "cpvudl7jfsg0",
325+
"created": 1674098463965,
326+
"text": "像素着色器"
327+
},
328+
"children": []
329+
},
330+
{
331+
"data": {
332+
"id": "cpvudocinlc0",
333+
"created": 1674098470796,
334+
"text": "深度测试"
335+
},
336+
"children": []
337+
},
338+
{
339+
"data": {
340+
"id": "cpvudqiq8680",
341+
"created": 1674098475525,
342+
"text": "混合"
343+
},
344+
"children": []
345+
}
346+
]
347+
}
348+
]
349+
},
350+
{
351+
"data": {
352+
"id": "cpvv13esjw00",
353+
"created": 1674100305961,
354+
"text": "渲染路径"
355+
},
356+
"children": [
357+
{
358+
"data": {
359+
"id": "cpvv19mbeao0",
360+
"created": 1674100319477,
361+
"text": "前向渲染"
362+
},
363+
"children": [
364+
{
365+
"data": {
366+
"id": "cpvv2fpqo600",
367+
"created": 1674100411109,
368+
"text": "一种传统的渲染方式"
369+
},
370+
"children": []
371+
}
372+
]
373+
},
374+
{
375+
"data": {
376+
"id": "cpvv1eg4e8g0",
377+
"created": 1674100329986,
378+
"text": "延迟渲染"
379+
},
256380
"children": []
257381
}
258382
]
@@ -264,6 +388,83 @@
264388
"text": "抗锯齿"
265389
},
266390
"children": []
391+
},
392+
{
393+
"data": {
394+
"id": "cpvu4l3tse80",
395+
"created": 1674097758463,
396+
"text": "BRDF"
397+
},
398+
"children": [
399+
{
400+
"data": {
401+
"id": "cpvu4nrdz5s0",
402+
"created": 1674097764241,
403+
"text": "出射方向的辐射亮度微分 与 入射方向的辐射照度微分的比值",
404+
"priority": null,
405+
"background": "#f79646"
406+
},
407+
"children": []
408+
},
409+
{
410+
"data": {
411+
"id": "cpvuihhok2o0",
412+
"created": 1674098847692,
413+
"text": "经验模型"
414+
},
415+
"children": [
416+
{
417+
"data": {
418+
"id": "cpvuiwq6tns0",
419+
"created": 1674098880858,
420+
"text": "Lambert"
421+
},
422+
"children": []
423+
},
424+
{
425+
"data": {
426+
"id": "cpvuizz04c80",
427+
"created": 1674098887921,
428+
"text": "Phong"
429+
},
430+
"children": []
431+
},
432+
{
433+
"data": {
434+
"id": "cpvuj38293k0",
435+
"created": 1674098894999,
436+
"text": "Blinn-Phong"
437+
},
438+
"children": []
439+
}
440+
]
441+
},
442+
{
443+
"data": {
444+
"id": "cpvuilpn4tc0",
445+
"created": 1674098856880,
446+
"text": "数据驱动模型"
447+
},
448+
"children": []
449+
},
450+
{
451+
"data": {
452+
"id": "cpvuio5qdpk0",
453+
"created": 1674098862207,
454+
"text": "物理模型"
455+
},
456+
"children": [
457+
{
458+
"data": {
459+
"id": "cpvuoeouza80",
460+
"created": 1674099311780,
461+
"text": "PBR"
462+
},
463+
"children": []
464+
}
465+
]
466+
}
467+
]
267468
}
268469
]
269470
},
@@ -455,6 +656,47 @@
455656
"text": "topic"
456657
},
457658
"children": []
659+
},
660+
{
661+
"data": {
662+
"id": "cpvtk2wpxa00",
663+
"created": 1674096151568,
664+
"text": "纹理压缩"
665+
},
666+
"children": []
667+
},
668+
{
669+
"data": {
670+
"id": "cpvtk829bns0",
671+
"created": 1674096162786,
672+
"text": "性能优化"
673+
},
674+
"children": [
675+
{
676+
"data": {
677+
"id": "cpvtkb8dmp40",
678+
"created": 1674096169687,
679+
"text": "内存"
680+
},
681+
"children": []
682+
},
683+
{
684+
"data": {
685+
"id": "cpvtkey9yo80",
686+
"created": 1674096177783,
687+
"text": "CPU"
688+
},
689+
"children": []
690+
},
691+
{
692+
"data": {
693+
"id": "cpvtkhzl0bc0",
694+
"created": 1674096184393,
695+
"text": "GPU"
696+
},
697+
"children": []
698+
}
699+
]
458700
}
459701
]
460702
},

.vscode/settings.json

+4
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@
1313
"Struct",
1414
"TBDR"
1515
],
16+
"editor.detectIndentation": false,
17+
"editor.tabSize": 4,
18+
"editor.formatOnPaste": true,
19+
"editor.formatOnSave": true,
1620
}

All.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11

2-
- [数据结构](#%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84)
3-
- [链表](#%E9%93%BE%E8%A1%A8)
4-
- [堆栈](#%E5%A0%86%E6%A0%88)
5-
- [队列](#%E9%98%9F%E5%88%97)
6-
- [设计模式](#%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F)
7-
- [网络工程](#%E7%BD%91%E7%BB%9C%E5%B7%A5%E7%A8%8B)
2+
- [RoadMap](#roadmap)
3+
- [数据结构](#数据结构)
4+
- [链表](#链表)
5+
- [堆栈](#堆栈)
6+
- [队列](#队列)
7+
- [设计模式](#设计模式)
8+
- [网络工程](#网络工程)
89
- [Socket](#socket)
910
- [webSocket](#websocket)
10-
- [HTTP\TCP\UDP](#httptcpudp)
11+
- [HTTP\\TCP\\UDP](#httptcpudp)
1112
- [C](#c)
1213
- [Java](#java)
1314
- [JavaScript](#javascript)
1415
- [TypeScript](#typescript)
1516
- [ActionScirpt](#actionscirpt)
16-
- [C++](#c)
17+
- [C++](#c-1)
1718
- [Python](#python)
1819
- [ECS](#ecs)
1920
- [MVC](#mvc)
@@ -25,7 +26,12 @@
2526
- [Unity3D](#unity3d)
2627
- [box2D](#box2d)
2728
- [Pixijs](#pixijs)
28-
- [一些不错的博客地址](#%E4%B8%80%E4%BA%9B%E4%B8%8D%E9%94%99%E7%9A%84%E5%8D%9A%E5%AE%A2%E5%9C%B0%E5%9D%80)
29+
- [一些不错的博客地址](#一些不错的博客地址)
30+
31+
# RoadMap
32+
33+
34+
2935
# 数据结构
3036
## 链表
3137
## 堆栈

config/jira.yaml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# 目的:方便用户直接在mindmap中提交jira缺陷
2+
# 获取地址步骤:jira-》选择项目-》查看全部问题-》选择你的模块或者需求链接”,复制地址即可
3+
# 参数说明:
4+
5+
# BU: 24车事业部(事业部名称,新建项目设置选择,不必手动增加)
6+
# department: 营销赋能(业务线名称,新建项目设置选择,不必手动增加)
7+
# username: jira用户名
8+
# password: jira密码
9+
# reporter: jira用户名
10+
# giturl: 选填,在分享mindmap时,如果自动获取到的地址不正确,可以在这里填写giturl
11+
# gitbranch: 选填,默认为master分支,在分享mindmap时如果分享的脑图在其他分支,可以在这里填写分支名称
12+
# isNewJira: 选填,默认是flase,如果是新创建的jira项目这里配置为true
13+
# project:
14+
# - projectName: 项目一,自定义,对jiraurl的一个昵称,方便多个项目时筛选
15+
# jiraUrl: https://jira.souche-inc.com/projects/TESTPROJEC/issues/TESTPROJEC-15?filter=allopenissues (jira-》选择项目-》查看全部问题-》选择你的模块或者需求链接”,复制地址即可)
16+
# assignee: liuwen(单个指派人)
17+
# - projectName: 项目二,自定义,对jiraurl的一个昵称,方便多个项目时筛选;有多个就设置多组
18+
# jiraUrl: https://jira.souche-inc.com/projects/TESTPROJEC/issues/TESTPROJEC-15?filter=allopenissues(jira-》选择项目-》查看全部问题-》选择你的模块或者需求链接”,复制地址即可)
19+
# assignee: 多个指派人
20+
# - liujing
21+
# - liuwenjing
22+
# issueLinks: TESTPROJEC-728,TESTPROJEC-728(单项选择问题关联,id为jira链接上ssues/browse/projects层级后面的id。例如:https://jira.souche-inc.com/projects/TESTPROJEC/issues/TESTPROJEC-718,配置id=TESTPROJEC时表示关联项目,id=TESTPROJEC-718时表示关联bug)
23+
# issueLinks: (多项选择问题关联,id填写方式同上)
24+
# - TESTPROJEC-728,TESTPROJEC-728
25+
# - TESTPROJEC-728
26+
# - TESTPROJEC-729
27+
28+
BU:
29+
department:
30+
username:
31+
password:
32+
reporter:
33+
project:
34+
- projectName:
35+
jiraUrl:
36+
assignee:
37+
issueLinks:

0 commit comments

Comments
 (0)