猫史档案馆


指令者

指令者

Lv.1

获赞:171收藏:25浏览:1262作品收藏:17
回复帖子评论
上一页33 页 / 共 36下一页

【求助】视频 中回复

dddddd

2023-01-04T12:57:22 点赞:0

【帮助贴】帮帮大家做神岛邀请活动() 中回复

一起来玩 https://box3.codemao.cn/p/tntrain?recommend_by=29982

2023-01-04T17:25:33 点赞:0

一个岛民对神奇代码岛的建议(猴子勿入) 中回复

我居然没有看过用户协议()()()

2023-01-07T19:17:44 点赞:1

说明了什么,说明我没有复制、、 中回复

说明他不想看()()()

2023-01-07T19:35:53 点赞:0

吐槽一些沙diao代码(雾 中回复

哪个npc函数怎么用()挖到宝了()

2023-01-08T11:49:16 点赞:0

【box3】想看看发神岛视频的人有多少( 中回复

怎么剪视频啊()

2023-01-08T11:51:19 点赞:0

【论神岛商业化与新域名的关系】 中回复

省流:商业化和我们pi事没有()

2023-01-08T12:01:16 点赞:0

一个一个一个一个哼哼啊啊啊啊啊啊啊啊啊反正点进来看就行( 中回复

二向箔()

2023-01-08T12:15:35 点赞:0

关键词收集!!!(●)`Ⅴ´(●) 中回复

二向箔()

2023-01-08T12:19:17 点赞:0

破例发帖(就1次)box3音乐即将开发完成!!! 中回复

挖()

2023-01-08T12:36:02 点赞:0

奇妙城市的劣行 中回复

对啊,赶紧管一下()

2023-01-08T12:41:53 点赞:2

我有一个惊人的发现!! 中回复

用不上

2023-01-08T12:45:04 点赞:0

奇妙城市的劣行 中回复

我当时nv装?

2023-01-08T13:34:44 点赞:0

屑屑的教程之——数组 中回复

dddddddd

2023-01-10T16:49:50 点赞:0

《星际 · 迷航》简单到爆的相位炮模型竞标() 中回复

怎么感觉都是你在招别人做嘞?()()()

2023-01-10T18:15:50 点赞:0

吐槽一些沙diao代码(雾 中回复

哪个大佬解释一下这个怎么用

function npc(selector, fn, interactHint, interactRadius, interactColor) {
    const Npc = world.querySelector(selector); 
    Npc.enableInteract = 1;
    Npc.interactHint = interactHint ?? Npc.id.split('-')[0]
    Npc.interactRadius = interactRadius ?? 3;
    Npc.interactRadius = interactRadius ?? new Box3RGBColor(0, 0, 0);
    Npc.onInteract(async ({ entity }) => {
        await fn(entity)
    })
}

2023-01-10T18:56:25 点赞:0

【yeeee剑代码教程】 中回复

第一个链接 : https://shequ.codemao.cn/wiki/forum/516075

第二个链接 : https://shequ.codemao.cn/community/468571

2023-01-10T19:13:46 点赞:0

【yeeee剑代码教程】 中回复

function addlaser(start,end){
    const Quat = new Box3Quaternion(0,0,0,1);
    function addlaser(start,end){
        const distance = start.distance(end);
        const laser = world.createEntity({
            mesh: 'mesh/激光.vb',
            meshScale: [0.0625*distance,0.0625,0.0625],
            gravity: false,
            collides: false,
            fixed: true,
            position: start.lerp(end,0.5),
        })
        const d = start.sub(end);
        laser.meshOrientation = Quat.rotateX(Math.atan2(d.y,Math.sqrt(d.x**2+d.z**2))).rotateY(Math.atan2(d.z,d.x));
        const points = [];
        for(let i=0;i<distance;i+=0.1){
            points.push({
                lo: start.lerp(end,0.1*distance*i),
                hi: start.lerp(end,0.1*distance*i),
            })
        }
        world.onTick(()=>{
            points.forEach((e)=>{
                world.searchBox(e).forEach((e)=>{
                    if(e.isPlayer){
                        e.hurt(100);
                    }
                })
            })
        })
    }
}

2023-01-10T19:20:25 点赞:0

社区最古老的帖子竟然id不是54?99%的人都不知道的惊天秘密被我发现了 中回复

科普:

1970年1月1日——UNIX time启始。大多数计算机语言的时间都是以这个时间加上秒或毫秒表示的。32位无符号整数(unsigned int)可以存放直至236年后(2206年)的时间信息。(百度百科)

2023-01-11T09:17:11 点赞:0

手机小程序,第一喵测开始! 中回复

科普:

1970年1月1日——UNIX time启始。大多数计算机语言的时间都是以这个时间加上秒或毫秒表示的。32位无符号整数(unsigned int)可以存放直至236年后(2206年)的时间信息。(百度百科)

2023-01-11T09:18:59 点赞:0

震惊!梗明星出现刷人头bug!!! 中回复

你不告诉怎么改啊()

2023-01-11T09:21:52 点赞:0

【哈哈哈】gif图 中回复

挖()

2023-01-11T12:19:26 点赞:0

我也来玩这个 中回复

挖()

2023-01-11T12:22:40 点赞:0

【不喜勿喷】震惊,学校周末上课居然……学生党狂喜! 中回复

挖()

2023-01-11T12:22:58 点赞:0

Box3Vector3详解 中回复

???

2023-01-12T12:13:23 点赞:0

越来越恨我当初随便敲的名字 中回复

原:145a

现:Y(yi)S(si)W(wu)a

()()()

2023-01-12T12:15:13 点赞:0

越来越恨我当初随便敲的名字 中回复

原:145soft

现:Y(yi)S(si)W(wu)soft

()()()

2023-01-12T12:15:41 点赞:0

[教程]谁说手机不能用F12 console?一个拯救性的教程 中回复

那Safari呢

2023-01-12T15:00:21 点赞:0

💖【代码岛3.0】明天母亲节,邀请妈妈来你的地图! 中回复

偷玩的我:吉吉喵您这是想让我被退岛吗

2023-01-12T21:38:38 点赞:0

[每周一氵]最快的复制建筑代码 中回复

有没有对称代码

2023-01-13T08:39:45 点赞:0