AlgebraMaster

Modern C++ 创造非凡 . 改变世界 一起铲除毒瘤KPI

导航

08 2017 档案

Houdini OpenCL
摘要:SOP: simple moveKernel #include "interpolate.h" float lerpConstant( constant float * in, int size, float pos); float3 getFloat3(global float * data, i 阅读全文

posted @ 2017-08-29 13:05 gearslogy 阅读(688) 评论(0) 推荐(0)

CMake的一些正确姿势
摘要:0,设置Debug / Release: CMakeLists.txt: SET(CMAKE_BUILD_TYPE "Debug”) or SET(CMAKE_BUILD_TYPE "Release") 用参数设置 mkdir Release cd Release cmake -DCMAKE_BUI 阅读全文

posted @ 2017-08-26 14:04 gearslogy 阅读(573) 评论(0) 推荐(0)

Simple scatter method in 2d picture(Qt)
摘要:Result: grayMap: MathTools: // // Created by Administrator on 2017/8/17. // #ifndef QTSCATTER_MATHTOOLS_H #define QTSCATTER_MATHTOOLS_H #include <stri 阅读全文

posted @ 2017-08-19 10:41 gearslogy 阅读(367) 评论(0) 推荐(0)