原文 http://www.johanfalk.eu/blog/sharpdx-tutorial-part-1-setting-up-a-sharpdx-project-in-visual-studio-2013 这是我使用SharpDX的第一个教程。SharpDX允许您使用DirectX和C#渲染 ...
分类:
其他好文 时间:
2019-05-03 09:52:13
阅读次数:
231
原文 http://www.johanfalk.eu/blog/sharpdx-beginners-tutorial-part-5-coloring-the-triangle 在第4部分中,我们创建了一个三角形,我们可以在像素着色器中为整个三角形设置单一颜色。在本教程中,我们将看到如何为三角形的每个 ...
分类:
其他好文 时间:
2019-05-03 09:46:28
阅读次数:
150
原文 http://www.johanfalk.eu/blog/sharpdx-beginners-tutorial-part-4-drawing-a-triangle 现在我们有了一个Direct3D初始化的窗口,现在是时候绘制一些东西了,就像所有其他教程一样,我们也将开始绘制一个三角形!要渲染我 ...
分类:
其他好文 时间:
2019-05-03 09:34:57
阅读次数:
163
原文 http://www.johanfalk.eu/blog/sharpdx-beginners-tutorial-part-3-initializing-directx 在这部分中,我们将初始化DirectX。 我们要做的第一步是添加一个调用InitializeDeviceResources() ...
分类:
其他好文 时间:
2019-05-03 09:33:37
阅读次数:
287
原文 http://www.johanfalk.eu/blog/sharpdx-tutorial-part-2-creating-a-window 在第二篇教程中,我们将介绍如何创建一个稍后将呈现的简单窗口。 首先,我们将创建一个名为的新类Game。右键单击项目并选择“添加 - >类...”,将文件 ...
分类:
其他好文 时间:
2019-05-03 09:25:14
阅读次数:
388
深入浅出,mark一下 from : http://blog.codinglabs.org/articles/pca-tutorial.html PCA(Principal Component Analysis)是一种常用的数据分析方法。PCA通过线性变换将原始数据变换为一组各维度线性无关的表示,可 ...
分类:
其他好文 时间:
2019-05-02 18:58:17
阅读次数:
181
Rust 1. install 2. play on line Tutorial org learn (entry) 1. org examaple 2. book 3. rustlings course Grow with Rust THE STANDARD LIBRARY Comprehensi ...
分类:
其他好文 时间:
2019-05-02 11:29:59
阅读次数:
162
slides: https://www.gitbook.com/book/sychaichangkun/ros-tutorial-icourse163/details only on folder then apply catkin_make and we have much more files ...
分类:
其他好文 时间:
2019-05-02 10:10:57
阅读次数:
161
How to install Kalibr I was confused about installing Kalibr, but there is no even one hint in README.md. I just put them in the catkin_ws, in which s ...
分类:
其他好文 时间:
2019-04-30 19:57:18
阅读次数:
257
1、 2、 In Tutorial 15 we learnt how to create lightmaps, which encompasses static lighting. While it produces very nice shadows, it doesn’t deal with a ...
分类:
移动开发 时间:
2019-04-29 22:39:21
阅读次数:
180