mirror of
https://github.com/ifengzp/cocos-awesome.git
synced 2025-04-12 01:51:37 +00:00
1 line
9.1 KiB
JSON
1 line
9.1 KiB
JSON
|
[{"__type__":"cc.SpriteFrame","content":{"name":"bg5","texture":"a70vpkGExKV7X3C8cD/Lm4","rect":[0,0,800,445],"offset":[0,0],"originalSize":[800,445],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"next","texture":"efQKhk33ZGSpUlNYqrXUkZ","rect":[0,0,124,48],"offset":[0,0],"originalSize":[124,48],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"bg3","texture":"57S4laMCFJso4HDG+U+neh","rect":[0,0,1024,445],"offset":[0,0],"originalSize":[1024,445],"capInsets":[0,0,0,0]}},{"__type__":"cc.EffectAsset","_name":"pic_transform","techniques":[{"passes":[{"blendState":{"targets":[{"blend":true}]},"rasterizerState":{"cullMode":0},"properties":{"texture":{"value":"white","type":29},"u_time":{"value":[1],"type":13},"u_fade_radius":{"value":[0.2],"type":13}},"program":"pic_transform|vs|fs"}]}],"shaders":[{"hash":1926581126,"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;\nin vec4 v_color;\n#if USE_TEXTURE\nin vec2 v_uv0;\nuniform sampler2D texture;\n#endif\nuniform ARGS {\n float u_time;\n float u_fade_radius;\n};\nvoid main () {\n vec4 color = vec4(1, 1, 1, 1);\n color *= texture(texture, v_uv0);\n color *= v_color;\n #if USE_TRAMSFORM\n color.a = smoothstep(0.0, u_fade_radius, u_fade_radius + v_uv0.x - u_time);\n #endif\n gl_FragColor = color;\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;\nvarying vec4 v_color;\n#if USE_TEXTURE\nvarying vec2 v_uv0;\nuniform sampler2D texture;\n#endif\nuniform float u_time;\nuniform float u_fade_radius;\nvoid main () {\n vec4 color = vec4(1, 1, 1, 1);\n color *= texture2D(texture, v_uv0);\n color *= v_color;\n #if USE_TRAMSFORM\n color.a = smoothstep(0.0, u_fade_radius, u_fade_radius + v_uv0.x - u_time);\n #endif\n gl_FragColor = color;\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_TRAMSFORM","type":"boolean","defines":[]}],"blocks":[{"name":"ARGS","members":[{"name":"u_time","type":13,"count":1},{"name":"u_fade_radius","type":13,"count":1}],"defines":[],"binding":0}],"samplers":[{"name":"texture","type":29,"count":1,"defines":["USE_TEXTURE"],"binding":30}],"record":null,"name":"pic_transform|vs|fs"}]},{"__type__":"cc.SpriteFrame","content":{"name":"bg2","texture":"19x5Sq3x5BypXxbLPhaXrk","rect":[0,0,1335,864],"offset":[0,0],"originalSize":[1335,864],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"Photo_gallery","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"_trs":{"__typ
|