JQ+THREE.JS 写的简单3D 足球 游戏。给需要的朋友。
2022-11-16 15:04:56 6.34MB JQ  H5 THREE.JS 3d足球
1
(2018-2020)3d足球游戏 unity源码SoccerSim-main_2.zip
2022-10-30 09:25:08 10.94MB unity
体育类游戏,3D 足球射门 ,Cocos Creator 3D 实现,附源码Creator3D_football.zip import { _decorator, Component, Node,ColliderComponent,PhysicMaterial } from "cc"; const { ccclass, property } = _decorator; @ccclass("PhyMat") export class PhyMat extends Component { @property private friction: number = 0; // 摩擦力 @property private restitution: number = 0; // 弹力 onLoad():void{ let comps: Array = this.node.getComponents(ColliderComponent) as Array; let mat = new PhysicMaterial(); mat.friction = this.friction; mat.restitution = this.restitution; for(let i = 0; i < comps.length; i++){ comps[i].material = mat; } } start () { // Your initialization goes here. } // update (deltaTime: number) { // // Your update function goes here. // } }
2022-04-19 10:39:24 83KB Cocos Creator 3D
1
国际足联冠军赛 为我和我的朋友们编写的3D足球游戏,以我们自己的球员为特色。
2022-04-15 17:27:50 46.67MB Java
1
RoboViz RoboViz是的监控和可视化工具。 这是的Justin Stoecker原始版本的叉子。 与原始版本相比,已进行了重大改进,如。 Java 1.8是构建和运行RoboViz所必需的。 Windows,Linux和Mac的预构建二进制文件可。 您也可以使用或从源代码构建它。 除了可用的快捷方式外,上的信息仍然非常准确。 快捷键的完整列表可通过使用F1热键打开的帮助窗口获得。 另外,它也可以在resources/help/controls.html作为.html文件使用。 命令行参数 论据 描述 --logMode 以日志而非实时模式启动RoboViz。 --logFi
2021-12-16 12:03:48 34.35MB visualization opengl swing robocup
1
滤镜,抠图技巧全面揭示,内置全源文件 真的很棒
2021-01-28 01:35:28 50.76MB ps
1