or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
shared resource on rdp
0514
why tangent space
http://developer.download.nvidia.com/CgTutorial/cg_tutorial_chapter08.html (8.2前一段)
tangent -> world space
So why use tangent space in the first place? Why not just declare all positions and vectors in world space?
https://zhuanlan.zhihu.com/p/62348785
0615-1
powershell NativeCommandError
powershell运行.bat文件出现
‘XX’ is not recognized as an internal or external command...
命令ID(NativeCommandError)和乱码原因分析:console host 和 ISE处理stderr流的机制不同
https://stackoverflow.com/questions/2095088/error-when-calling-3rd-party-executable-from-powershell-when-using-an-ide
https://github.com/PowerShell/PowerShell/issues/4002
solution: 重定向stderr
.\1.bat 2>$null
@的使用情况
https://www.red-gate.com/simple-talk/wp-content/uploads/imported/2289-PSPunctuationWallChart_1_0_3.pdf?file=12022
0702
MEL笔记整理
https://www.notion.so/Maya-Development-d41d3c2850f146eb9f7898dbf1d3ba5b
global proc msg() {
print("Hello world\n");
}
0703
warmup
出处:https://docs.unrealengine.com/zh-CN/Engine/Niagara/EmitterReference/SystemSettings/index.html
(没啥用的解释:https://docs.unrealengine.com/en-US/API/Runtime/Engine/Particles/UParticleSystem/WarmupTime/index.html
0709
vector& array
vector不能单独拎出一个元素(分量?)命名的出处:https://help.autodesk.com/view/MAYAUL/2018/ENU/?guid=GUID-EECC80A5-45AF-4A95-923C-F4F397C4F5CC
如果要重新复制
array…
flag mode
…
异常处理
https://help.autodesk.com/view/MAYAUL/2018/ENU/?guid=GUID-6B9DED33-05CD-4300-8845-B91F4F0B753F
return 差异
repr()
```0930
MAXScript
MAXScript Notion(进行中)
好东西:MAXScript vs MEL (变量)
MAXScript Library (2016)
1015
几何建模
Notion
1123
会议记录
1. embark studio: 一家用高科技做游戏的工作室,网站上写的文章都可以看看,重点推荐了texture synthesis和photogrammetry
2. Question your questions: 如何与美术交流,更好地提供解决方案
3. UE4视频
我unity只会过…
https://hackmd.io/@D/rJ0CA9XJS