一个基于three.js写的3D射门小游戏 文档 按键 space 开始游戏 J射门 W上 A左 D右
2022-11-16 15:08:07 138KB JavaScript
1
采用硬件加速的世界杯足球射门游戏JS特效代码,很不错的JS游戏特效,硬件加速玩起来 不卡顿,JS基于zepto,轻量级JS框架,演示DEMO需要手机触摸屏才能射门,否则PC端是无 效果的。
2022-11-16 15:03:36 210KB Zepto
1
(2017-2020)简单射门游戏unity源码Penalty-Shootouts-Game.zip
2022-10-30 09:24:56 33.78MB 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
我自己的运用BS2芯片 完成寻球寻门 并完成射门过程 利用摄像头做为探测感测器
2022-02-03 03:45:54 199KB 开题报告
1
429足球绕杆射门教案.doc
2021-12-13 22:01:39 67KB
智能射门机器人的C语言源代码,采用AT89S52单片机,keilC开发环境,源代码实现了 循迹,避障,寻铁片,寻光,射门功能。
2021-11-11 23:25:34 67KB 智能小车 循迹避障 单片机
1
行业文档-设计装置-一种体育教学用足球射门训练装置.zip
针对机器人足球传统射门策略存在射门成功率不高的情形,对FIRA机器人足球五对五仿真平台(SimuroSot5vs5)中实体的运动规律进行了分析,提出了预测法射门策略.首先建立了机器人的变速运动模型和球在碰撞之后的运动模型,然后根据这些运动模型,实时地对机器人和球的速度及位置进行分析预测,寻找对方守门员的死角,确定最佳的射门区域.通过仿真实验,预测法射门策略与多人协作射门策略、死角法射门策略、基于艾米特插值(Her mite)曲线射门策略相比,明显提高射门的成功率和比赛进球数.
2021-08-26 19:44:11 714KB 工程技术 论文
1
为提高足球机器人的射门成功率,在分析了几种射门算法存在不足之处的基础上,引入动态基准圆 的概念,提出了一种运动轨迹采用近似阿基米德螺线的射门算法.仿真结果表明,该算法在球静态和动态两 种情况下均能缩短射门机器人的运动路径,增大击球的冲量,提高射门成功率.
1