久久精品视频7_精品久久久久久久久中文字幕_免费毛片观看_成人黄色免费网站_久久华人_欧美精品久久久久久久久久

深圳信息港

截圖!長按保存分享!Cocos Creator

2023-04-22 05:34:37 來源:程序員客棧

一種3D截圖方案


(資料圖)

背景

參考 TRUE SPACE with Cocos 技術分享[1]中的動態生成海報的介紹,以及作者的支持。實現一個長按保存分享截圖的方案。

效果

在微信瀏覽器中預覽效果如下

環境Cocos Creator 3.7.1Web 瀏覽器原理

原作者講的非常清楚,只需要按照以下步驟實現即可。

3D相機生成一個RT 賦予給2D精靈擺上一些二維碼等UIUI相機再生成一張RT讀取RT中的數據,傳給 canvascanvas 生成圖片數據傳給 Image適配Image對象大小位置視頻

錄了一段操作視頻[2]供大家參考。

代碼

這段代碼的截圖功能是按照高度適配的方式寫的,如有其他需求,可自行修改相關邏輯。僅供大家參考學習。

import{_decorator,Component,Node,Camera,RenderTexture,view,UITransform,log,game,screen,NodeEventType}from"cc";const{ccclass,property}=_decorator;@ccclass("CaptureImage")exportclassCaptureImageextendsComponent{@property(Camera)copyCamera:Camera=null!;@property(Node)targetNode:Node=null!;@property(Node)captureBtn:Node=null!;@property(Node)closeBtn:Node=null!;rt:RenderTextureprivate_image:HTMLImageElement_canvas:HTMLCanvasElement=null!;_buffer:ArrayBufferView=null!;start(){log("歡迎關注微信公眾號【白玉無冰】https://mp.weixin.qq.com/s/4WwCjWBtZNnONh8hZ7JVDA")this.rt=newRenderTexture();this.rt.reset({width:view.getVisibleSize().width,height:view.getVisibleSize().height,})this.copyCamera.targetTexture=this.rt;this.captureBtn.active=true;this.closeBtn.active=false;this.captureBtn.on(NodeEventType.TOUCH_END,this.copyRenderTex,this)this.closeBtn.on(NodeEventType.TOUCH_END,this.clearCapture,this)}privatecopyRenderTex(){constwidth=this.targetNode.getComponent(UITransform).width;constheight=this.targetNode.getComponent(UITransform).height;constanchorPoint=this.targetNode.getComponent(UITransform).anchorPoint;constworldPos=this.targetNode.getWorldPosition();this._buffer=this.rt.readPixels(Math.round(worldPos.x-width*anchorPoint.x),Math.round(worldPos.y-height*anchorPoint.y),width,height);if(!this._canvas){this._canvas=document.createElement("canvas");this._canvas.width=width;this._canvas.height=height;}else{letctx=this._canvas.getContext("2d");ctx.clearRect(0,0,this._canvas.width,this._canvas.height);}letctx=this._canvas.getContext("2d")!;letrowBytes=width*4;for(letrow=0;row

其他

最近寫文偏筆記的形式,主要是記錄一下代碼,下次要用的時候再翻出來。希望對大家有所幫助。

參考資料

[1]

TRUE SPACE with Cocos 技術分享:https://forum.cocos.org/t/topic/146459

[2]

視頻:https://www.bilibili.com/video/BV1w84y1N7XQ

往期精彩:

3DUI Cocos Creator

三渲二 Cocos Creator

零代碼實現面片效果(UV滾動,幀動畫) Cocos Creator

游戲開發資料合集,2022年版

點擊“閱讀原文”查看精選導航

“點贊“ ”在看”鼓勵一下▼

關鍵詞:

熱門推薦

主站蜘蛛池模板: 成人午夜在线视频 | 久久国 | 中文字幕+乱码+中文字 | 国产精品xxx在线观看www | 在线播放国产一区二区三区 | 久久免费视频在线观看 | 日韩一区二区三区在线播放 | 国产精品久久网 | 在线看亚洲 | 久久精品久久精品 | 成人区精品一区二区 | 日本久久久久久久 | 99这里只有精品视频 | 精品久久久久一区二区国产 | 成人免费视频网站在线看 | 亚洲国产精品久久久久 | 狠狠操操 | 欧美日韩成人在线观看 | 亚洲一区二区免费 | 中文字幕一区二区三区精彩视频 | 亚洲精品乱码久久久久久黑人 | 狠狠综合久久 | 免费视频在线观看网站 | 欧美一区二区三区在线播放 | a级片在线免费播放 | 精品久久久999 | 紧缚捆绑精品一区二区 | 91精品一区二区三区蜜桃 | 福利视频在线播放 | 国产日韩成人 | 日本午夜网 | 国产精品视频网 | 久久久国产一区二区三区 | 久久69| 欧美中文在线观看 | 日韩一区二区三区在线 | 国产精品三级 | 成午夜精品一区二区三区软件 | 国产乱码精品一区二区三区五月婷 | 最近更新2019中文在线视频 | 亚洲一区在线看 |