mirror of
https://github.com/ifengzp/cocos-awesome.git
synced 2025-04-04 14:12:36 +00:00
1 line
8.0 KiB
JSON
1 line
8.0 KiB
JSON
[{"__type__":"cc.Material","_name":"circle_avatar","_effectAsset":{"__uuid__":"78lYVVR39A0rUAS5F0Tw8z"},"_techniqueData":{"0":{"defines":{"USE_TEXTURE":true},"props":{"blur":0.01}}}},{"__type__":"cc.EffectAsset","_name":"circle_avatar","techniques":[{"passes":[{"blendState":{"targets":[{"blend":true}]},"rasterizerState":{"cullMode":0},"properties":{"texture":{"value":"white","type":29},"wh_ratio":{"value":[1],"editor":{"tooltip":"宽高比"},"type":13},"blur":{"value":[0.35],"editor":{"tooltip":"光圈模糊程度"},"type":13},"radius":{"value":[0.5],"editor":{"tooltip":"光圈半径"},"type":13},"center":{"value":[0.5,0.5],"editor":{"tooltip":"光圈起点"},"type":14}},"program":"circle_avatar|vs|fs"}]}],"shaders":[{"hash":1388667574,"glsl3":{"vert":"\nprecision highp float;\nuniform CCGlobal {\n highp vec4 cc_time;\n mediump vec4 cc_screenSize;\n mediump vec4 cc_screenScale;\n mediump vec4 cc_nativeSize;\n highp mat4 cc_matView;\n mediump mat4 cc_matViewInv;\n mediump mat4 cc_matProj;\n mediump mat4 cc_matProjInv;\n mediump mat4 cc_matViewProj;\n mediump mat4 cc_matViewProjInv;\n mediump vec4 cc_cameraPos;\n};\nuniform CCLocal {\n mat4 cc_matWorld;\n mat4 cc_matWorldIT;\n};\nin vec3 a_position;\nin vec4 a_color;\nout vec4 v_color;\n#if USE_TEXTURE\nin vec2 a_uv0;\nout vec2 v_uv0;\n#endif\nvoid main () {\n vec4 pos = vec4(a_position, 1);\n #if CC_USE_MODEL\n pos = cc_matViewProj * cc_matWorld * pos;\n #else\n pos = cc_matViewProj * pos;\n #endif\n #if USE_TEXTURE\n v_uv0 = a_uv0;\n #endif\n v_color = a_color;\n gl_Position = pos;\n}","frag":"\nprecision highp float;\n#if USE_ALPHA_TEST\n uniform ALPHA_TEST {\n float alphaThreshold;\n };\n#endif\nin vec4 v_color;\n#if USE_TEXTURE\nin vec2 v_uv0;\nuniform sampler2D texture;\n#endif\nuniform ARGS{\n float radius;\n float blur;\n vec2 center;\n float wh_ratio;\n};\nvoid main () {\n vec4 o = vec4(1, 1, 1, 1);\n o *= texture(texture, v_uv0);\n o *= v_color;\n float circle = radius * radius;\n float rx = center.x * wh_ratio;\n float ry = center.y;\n float dis = (v_uv0.x * wh_ratio - rx) * (v_uv0.x * wh_ratio - rx) + (v_uv0.y - ry) * (v_uv0.y - ry);\n o.a = smoothstep(circle, circle - blur, dis) * o.a;\n gl_FragColor = o;\n}"},"glsl1":{"vert":"\nprecision highp float;\nuniform mediump mat4 cc_matViewProj;\nuniform mat4 cc_matWorld;\nattribute vec3 a_position;\nattribute vec4 a_color;\nvarying vec4 v_color;\n#if USE_TEXTURE\nattribute vec2 a_uv0;\nvarying vec2 v_uv0;\n#endif\nvoid main () {\n vec4 pos = vec4(a_position, 1);\n #if CC_USE_MODEL\n pos = cc_matViewProj * cc_matWorld * pos;\n #else\n pos = cc_matViewProj * pos;\n #endif\n #if USE_TEXTURE\n v_uv0 = a_uv0;\n #endif\n v_color = a_color;\n gl_Position = pos;\n}","frag":"\nprecision highp float;\n#if USE_ALPHA_TEST\n#endif\nvarying vec4 v_color;\n#if USE_TEXTURE\nvarying vec2 v_uv0;\nuniform sampler2D texture;\n#endif\nuniform float radius;\nuniform float blur;\nuniform vec2 center;\nuniform float wh_ratio;\nvoid main () {\n vec4 o = vec4(1, 1, 1, 1);\n o *= texture2D(texture, v_uv0);\n o *= v_color;\n float circle = radius * radius;\n float rx = center.x * wh_ratio;\n float ry = center.y;\n float dis = (v_uv0.x * wh_ratio - rx) * (v_uv0.x * wh_ratio - rx) + (v_uv0.y - ry) * (v_uv0.y - ry);\n o.a = smoothstep(circle, circle - blur, dis) * o.a;\n gl_FragColor = o;\n}"},"builtins":{"globals":{"blocks":[{"name":"CCGlobal","defines":[]}],"samplers":[]},"locals":{"blocks":[{"name":"CCLocal","defines":[]}],"samplers":[]}},"defines":[{"name":"USE_TEXTURE","type":"boolean","defines":[]},{"name":"CC_USE_MODEL","type":"boolean","defines":[]},{"name":"USE_ALPHA_TEST","type":"boolean","defines":[]}],"blocks":[{"name":"ALPHA_TEST","members":[{"name":"alphaThreshold","type":13,"count":1}],"defines":["USE_ALPHA_TEST"],"binding":0},{"name":"ARGS","members":[{"name":"radius","type":13,"count":1},{"name":"blur","type":13,"count":1},{"name":"center","type":14,"count":1},{"name":"wh_ratio","type":13,"count":1}],"defines":[],"binding":1}],"samplers":[{"name":"texture","type":29,"count":1,"defines":["USE_TEXTURE"],"binding":30}],"record":null,"name":"circle_avatar|vs|fs"}]},{"__type__":"cc.SpriteFrame","content":{"name":"single_color","texture":"f7m30moS5MwZMWCpNgyxW5","rect":[0,0,2,2],"offset":[0,0],"originalSize":[2,2],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"Circle_avatar","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":6},{"__id__":7},{"__id__":8}],"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1334,"height":750}},{"__type__":"cc.Widget","node":{"__id__":2},"_alignFlags":45},{"__type__":"6b33a01MvpCe7oAqTa8OiHm","node":{"__id__":2},"rectAvatar":{"__id__":9}}],"_contentSize":{"__type__":"cc.Size","width":1334,"height":750},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[667,375,0,0,0,0,1,1,1,1]},"_id":"a5esZu+45LA5mBpvttspPD"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}],"_contentSize":{"__type__":"cc.Size","width":1334,"height":750},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,452.93128617926146,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"bg","_parent":{"__id__":2},"_components":[{"__type__":"cc.Sprite","node":{"__id__":4},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"93CtLASAhKYYt8VMKqTQRj"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":4},"_alignFlags":45,"_originalWidth":2,"_originalHeight":2}],"_color":{"__type__":"cc.Color","r":27,"g":38,"b":46},"_contentSize":{"__type__":"cc.Size","width":1334,"height":750},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"avatar_1","_parent":{"__id__":2},"_components":[{"__type__":"cc.Sprite","node":{"__id__":5},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"b7RyAQfNVCg4ULc2hxF5mQ"},"_sizeMode":0}],"_contentSize":{"__type__":"cc.Size","width":300,"height":300},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-266.793,180,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"avatar_1_circle","_parent":{"__id__":2},"_components":[{"__type__":"cc.Sprite","node":{"__id__":6},"_materials":[{"__uuid__":"44jW49IBFHbZ0b6N7kE2bk"}],"_spriteFrame":{"__uuid__":"b7RyAQfNVCg4ULc2hxF5mQ"},"_sizeMode":0}],"_contentSize":{"__type__":"cc.Size","width":300,"height":300},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-266.793,-165,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"avatar_2","_parent":{"__id__":2},"_components":[{"__type__":"cc.Sprite","node":{"__id__":7},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"d7CUvd3ZdIeaRrJC8faoUQ"},"_sizeMode":0}],"_contentSize":{"__type__":"cc.Size","width":500,"height":300},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[234.147,180,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"avatar_2_circle","_parent":{"__id__":2},"_components":[{"__id__":9}],"_contentSize":{"__type__":"cc.Size","width":500,"height":300},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[234.147,-165,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Sprite","node":{"__id__":8},"_materials":[{"__uuid__":"44jW49IBFHbZ0b6N7kE2bk"}],"_spriteFrame":{"__uuid__":"d7CUvd3ZdIeaRrJC8faoUQ"},"_sizeMode":0}],{"__type__":"cc.SpriteFrame","content":{"name":"avatar","texture":"b4iHGghshBx5JpY33CY46L","rect":[0,0,677,677],"offset":[0,0],"originalSize":[677,677],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"bg","texture":"97FkddjcxJpLqnUrQ2giIJ","rect":[0,0,968,582],"offset":[0,0],"originalSize":[968,582],"capInsets":[0,0,0,0]}}] |