unity _WorldSpaceLightDir in forwardBase lightMode Sep 8 2018 Unity 2 minutes read (About 341 words) 现象将方向光的旋转全部设为0,此时方向光朝向+Z,因此方向光的朝向为(0,0,1) Read More
directx 11 create device and swap chain Apr 18 2018 directx11 2 minutes read (About 290 words) Create Device with adapterD3D11CreateDeviceAndSwapChain第一个参数如果传NULL,则以默认Adapter创建如果参数不为NULL,DriverType必须为D3D_DRIVER_TYPE_UNKNOWN Read More
visual studio code convert tab to space Mar 11 2018 software a few seconds read (About 47 words) 使用空格缩进打开VSCode控制面板,选择Indent Using Spaces Read More
python 3 UnicodeDecodeError when pip install package Mar 10 2018 python a few seconds read (About 90 words) Issue安装python库时报错,UnicodeDecodeError Read More
D3D Event Query Dec 18 2017 6 minutes read (About 879 words) 使用方法事件查询步骤: pDeviceContext->Begin(pQuery) pDeviceContext->End(pQuery) pDeviceContext->GetData(pQuery , &queryData , sizeof(UINT64) , 0) Read More