随笔分类 -  mapbox-gl-native

摘要:1.水的动画 阅读全文
posted @ 2023-07-02 10:15 py2020 阅读(30) 评论(1) 推荐(0)
摘要:```std::conditional C++ Utilities library Type support Defined in header <type_traits>template< bool B, class T, class F >struct conditional;(since C+ 阅读全文
posted @ 2021-03-13 23:39 py2020 阅读(150) 评论(0) 推荐(0)
摘要:template <class T, class A, class U, bool isOverridable = false> class DataDrivenPaintProperty { public: using TransitionableType = Transitionable<Pro 阅读全文
posted @ 2021-03-13 23:36 py2020 阅读(82) 评论(0) 推荐(0)
摘要://// 搜索关键字 now(),搜到的。。。 ///////////////////////////////////////////////////////////////////////////////////include\mbgl\util\monotonic_timer.hpp #prag 阅读全文
posted @ 2021-02-24 09:54 py2020 阅读(141) 评论(6) 推荐(0)
摘要:ubuntu@ubuntu:~/mapbox/mapbox-gl-native_maps-v1.6.0$ find ./ -name "CMakeLists.txt"./platform/node/CMakeLists.txt./platform/glfw/CMakeLists.txt./expre 阅读全文
posted @ 2021-02-15 21:33 py2020 阅读(117) 评论(0) 推荐(0)
摘要:src\mbgl\style\parser.cpp Parser::parseLayer(const std::string& id, const JSValue& value, std::unique_ptr<Layer>& layer) src\mbgl\style\conversion\lay 阅读全文
posted @ 2021-02-12 22:59 py2020 阅读(72) 评论(0) 推荐(0)