changed 4 years ago
Published Linked with GitHub

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
如果要重新复制

// Assign a vector to variable $test:
vector $test = <<3.0, 7.7, 9.1>>;
// change $test.y
$test = <<$test.x, 5.5, $test.z>>;
// $test is now <<3.0, 5.5, 9.1>>

array

flag mode

异常处理

int $divisor = 0;
if ( catch ($factor = 42/$divisor) ) {
 print "Attempt to divide by zero caught\n";
}

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

Select a repo