积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(78)Blender(37)Weblate(24)产品与服务(5)版本控制(3)GIMP(3)Apache OFBiz(3)笔试面试(1)

语言

全部英语(42)中文(简体)(26)中文(繁体)(10)

格式

全部PDF文档 PDF(62)其他文档 其他(16)
 
本次搜索耗时 0.046 秒,为您找到相关结果约 78 个.
  • 全部
  • 综合其他
  • Blender
  • Weblate
  • 产品与服务
  • 版本控制
  • GIMP
  • Apache OFBiz
  • 笔试面试
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Game Development for Human Beings

    3 bullets.physicsBodyType = Phaser.Physics.ARCADE; 4 bullets.createMultiple(100, 'bullet'); 5 bullets.setAll('anchor.x', 0.5); 6 bullets.setAll('anchor.y', 0.5); 7 ©2016 Zenva Pty Ltd all rights reserved Page 453 11 "bullet_image": { "type": "image", "source": "assets/images/bullet.png" }, 12 "enemy_spritesheet": { "type": "spritesheet", "source": "ships", 29 "velocity": 200, 30 "shoot_rate": 5, 31 "bullet_velocity": 500 32 } 33 }, 34 "enemy_spawner": { 35 "type":
    0 码力 | 472 页 | 8.46 MB | 10 月前
    3
  • pdf文档 Godot Game Development for Beginners

    Let's Begin Building Our Environment Creating the Player Scripting the Player Creating the Bullet Scene Shooting Bullets Creating the Enemy Continued Part 2 This book is brought to you working on the rest of the game. Creating the Bullet Scene Before we start to script the ability to shoot, we need to create a scene for the bullet. Create a new scene with a root node of Area. This Save the scene to the FileSystem. 2. Drag the ammo_pistol.obj model into the scene as a child of Bullet. 3. Set the model's Scale to 10, 10, 10. (not in image) 4. Set the model's Rotation Degrees to
    0 码力 | 199 页 | 12.53 MB | 10 月前
    3
  • pdf文档 Pandoc User’s Guide (April 7, 2024)

    71 Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 Bullet lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 Block content in reStructuredText. 71 Pandoc’s Markdown Lists Bullet lists A bullet list is a list of bulleted list items. A bulleted list item begins with a bullet (*, +, or -). Here is a simple example: * one * indented one, two, or three spaces. The bullet must be followed by whitespace. List items look best if subsequent lines are flush with the first line (after the bullet): * here is my first list item. *
    0 码力 | 168 页 | 475.29 KB | 1 年前
    3
  • pdf文档 02 Scientific Reading and Writing - Introduction to Scientific Writing WS2021/22

    Writing Matthias Boehm, Graz University of Technology, WS 2021/22 Scope and Structure, cont.  Bullet Lists  begin{itemize} … \item \end{itemize}  begin{enumerate} … \end{enumerate}  Figures and
    0 码力 | 26 页 | 613.57 KB | 1 年前
    3
  • pdf文档 Godot Game Development for Beginners

    you’ll want to turn this into a platformer with tons of jumping mechanics. Or maybe you want to make a bullet hell or even a strategy game. There is a ton left to explore, but hopefully these foundations will
    0 码力 | 70 页 | 4.78 MB | 10 月前
    3
  • pdf文档 2024 中国开源开发者报告

    A Complex Information Processing System. IRE Transactions on Information Theory, 2(3), 61-79. 【3】Silver, David, et al. "Mastering the game of Go with deep neural networks and tree search." nature 529.7587
    0 码力 | 111 页 | 11.44 MB | 8 月前
    3
  • pdf文档 AR Game Development for Beginners

    the center of our screen. A raycast is basically a line that can detect objects (think shooting a bullet). We give it an origin position and direction and it will then tell us what it hits. We're looking
    0 码力 | 78 页 | 3.31 MB | 10 月前
    3
  • epub文档 Blender NIF Plugin Documentation Release 2.6.0a0.dev4

    then a bhkSphereShape is generated instead. Currently Capsule bounds lack viewport preview, awaiting Bullet Physic integration The following is a workaround; Prone to user error, Ensure to reset setting after
    0 码力 | 112 页 | 107.36 KB | 1 年前
    3
  • pdf文档 Blender NIF Plugin Release 2.6.0a0.dev4

    bhkSphereShape is generated instead. • Currently Capsule bounds lack viewport preview, awaiting Bullet Physic integration • The following is a workaround; Prone to user error, Ensure to reset setting
    0 码力 | 81 页 | 266.16 KB | 1 年前
    3
  • pdf文档 Blender NIF Plugin Documentation Release 2.6.0a0.dev4

    bhkSphereShape is generated instead. • Currently Capsule bounds lack viewport preview, awaiting Bullet Physic integration • The following is a workaround; Prone to user error, Ensure to reset setting
    0 码力 | 81 页 | 267.59 KB | 1 年前
    3
共 78 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 8
前往
页
相关搜索词
GameDevelopmentforHumanBeingsGodotBeginnersPandoc02ScientificReadingandWritingIntroductiontoWS2021222024中国开源开发开发者报告ARBlenderNIFPluginDocumentationRelease2.60a0dev4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩