大约有 84 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
...ew Laya.Scene3D()); scene.ambientColor = new Laya.Vector3(1, 1, 1); var camera = scene.addChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.translate(new Laya.Vector3(0, 6.2, 10.5)); camera.transform.rotate(new Laya.Vector3(-40, 0, 0), true, false); camera.addComponent(CameraMoveScript); ...
来源: Laya_社区 发布时间: 20191112
... scene = Laya.stage.addChild(Laya.Scene.load("res/LayaScene_1/1.ls")); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)) ; camera.transform.translate(new Laya.Vector3(0, 1, 0)); camera.addComponent(CameraMoveScript); } return LayaAir3D; } ()); LayaAir3D(); 2018-03-20 0 0 分享 微博 QZO...
来源: Laya_社区 发布时间: 20180320
...和Sprite对象中: // 把3D摄像机视图画到256宽高的纹理上 _camera.renderTarget = new Laya.RenderTexture(256, 256, Laya.RenderTargetFormat.R8G8B8A8, Laya.RenderTargetFormat.DEPTHSTENCIL_24_8); // 再将离屏3D画到2D节点上,至此,就完成把3D画到2D的基础渲染流程 sp....
来源: Laya3.0_文档 发布时间: 20241014
...I DocumentationAll Packages | All Classes | Index | Frames No Frames CameraProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class CameraInheritanceCamera BaseCamera Sprite3D ComponentNode Node EventDispatcher Object Camera 类用于创建摄像机。 Public Properti...
来源: laya_api 发布时间: 20170929
...考这个示例 http://layaair.ldc.layabox.com/demo/?category=3d&group=camera&name=D3SpaceToD2Space 2018-01-24 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 176*****233 相关问题 加载到舞台的3D模型不显示贴图 从u...
来源: Laya_社区 发布时间: 20180124
...wDir; Laya.timer.frameLoop(1, this, viewDirLoop); function viewDirLoop() { cameraPos = camera.position; viewDir = camera.position - lineMesh.transform.position; console.log(viewDir); lineMesh.transform.lookAt(new Laya.Vector3(3, 3, 3), viewDir, true); } 2017-06-13 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170613
...边颜色,这种能实现吗? createDrawMeshCommandBuffer(camera:Camera,renders:BaseRender[],materials:Material[]):CommandBuffer{ var buf:CommandBuffer = new CommandBuffer(); //当需要在流程中拿摄像机渲染效果的时候 设置true camera.enableBuiltInRenderTexture = true;...
来源: Laya_社区 发布时间: 20201218
...相关的链接 提交 1 个回复 pink曦曦 赞同来自: 已解决 if(camera.boundFrustum.containsPoint(_position) == 1){ 判断下是否在视野内即可 2019-07-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发...
来源: Laya_社区 发布时间: 20190715
...ild(scene); //创建摄像机(横纵比,近距裁剪,远距裁剪) var camera= new Laya.Camera( 0, 0.1, 1000); //添加方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.ambientColor = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.specularColor = new Laya....
来源: Laya_社区 发布时间: 20180108
...回复的this.sp3Role.transform.position这个方法只让主角移动和camera.transform.position相机跟随无效,因为主角无法移动,camara还没办法尝试,可否用我的demo试一试看看什么原因呢 附件 : --> 3dcamera.zip 2022-06-22 添加评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20220622