huangkui

Results 5 issues of huangkui

##### Description of the problem ``` // Create a new Class that inherits from this class Class.extend = function (prop) { ``` reports error 'Cannot set property 'Class' of undefined'...

**maptalks's version and what browser you use?** ---- **Issue description** ---- 咱们PBR材质已经能较好的体现真实感效果,是否考虑增加NPR风格化渲染管线提供更多的可视化效果呢? **Please provide a reproduction URL (on any jsfiddle like site)** ----

question

hi~ >there is a named error occur at [***mapType***](https://github.com/pixijs/pixi-gl-core/blob/master/src/shader/mapType.js) ``` var mapSize =function( ... ``` >the 'mapSize' has been named in [***mapSize***](https://github.com/pixijs/pixi-gl-core/blob/master/src/shader/mapSize.js)

glfw version: 3.4 release Platform:macos 15.1.1 (24B91) Bug:memory leak Code:“glfwPollEvents” Code example: ```c++ if (!glfwInit()) { exit(EXIT_FAILURE); } glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API); glfwWindowHint(GLFW_RESIZABLE, GLFW_FALSE); GLFWwindow* window = glfwCreateWindow(512, 512, "debug window", nullptr,...

``` wgsl const WGSLCode = ` struct VertexOutput { @builtin(position) position: vec4, @location(0) uv: vec2, }; @vertex fn vs_main(@location(0) in_position: vec2, @location(1) in_uv: vec2) -> VertexOutput { var out: VertexOutput;...