Mesh绘图中UV的使用方法
2023-03-24 16:42:45 3.52MB Mesh uv unity
1
Unity地形转换Mesh
2023-03-24 09:49:51 19.88MB Unity
1
本<安信可ble mesh蓝牙模组TB-02模组专题>系列博客学习由官方博客 CSDN安信可博客 潜心所力所写。如有不对之处,请留言,我们及时更改。 1、BLE MESH开发环境linux版搭建,点亮一盏LED灯。 2、简单学习如何对接天猫精灵语音控制的过程; 3、微信小程序蓝牙通讯 Ble 蓝牙Mesh TB02模组; 文章目录一、材料准备二、实现过程三、蓝牙模块初始化四、微信小程序编程4.1 搜索设备4.2 连接设备4.3 获取服务列表4.4 获取服务下的特征列表4.5 如何接受设备发来的数据4.6 如何发送数据到设备 一、材料准备     这里务必声明一下,硬件对接需要一点成本请
2023-03-23 19:53:26 555KB ble le mesh
1
针对无线mesh网络的特点提出了一种基于源节点建立、目的节点维护的多径路由协议。该协议采用目的节点更新mesh结构的机制,能实时维护最优路径和其余多条路径,当节点移动或其他原因造成链路断开时,不需要路由修复或重建,从而降低了丢包率和端到端时延,且通过基于源节点建立路由的方式有效地减少了控制开销。仿真结果表明,该算法具有良好的性能。
2023-03-23 18:05:43 222KB 无线mesh网络
1
计算任意网格的有符号距离场 该项目计算三角形网格的近似SDF。 它适用于非水密网格(带Kong的网格),自相交网格,具有非流形几何的网格以及面方向不一致的网格。 安装 pip3 install mesh-to-sdf 如果您使用的是Windows或Mac,则需要解决pyrender中的一个错误。 检查下面的常见问题解答。 例子 体素化网格 mesh_to_voxels函数创建一个SDF值的N N N N数组。 在此示例中,使用Marching Cubes重建网格,然后进行渲染。 from mesh_to_sdf import mesh_to_voxels import trimesh import skimage mesh = trimesh . load ( 'chair.obj' ) voxels = mesh_to_voxels ( mesh , 64 , pad = True )
2023-03-22 14:15:40 890KB Python
1
无线mesh网络教程,对MESH网状网学习有很好的作用
2023-03-20 14:46:05 968KB mesh wlan
1
大概介绍Mesh 网络相关的基础知识,包括相关技术,与Ad hoc比较等
2023-03-20 14:11:14 718KB Mesh
1
System scalability by interconnecting Ethernet switches with 8-ports or more for connecting stations in a linear, ring, star, inverted tree or modified tree network topology Ethernet switches connected in a MESH configuration; up to 1920 I/A Series® stations Support for Fast Ethernet (100 Mbps) and Gigabit (uplink only) Ethernet (1000 Mbps)
2023-03-18 15:53:23 5.33MB MESH
1
开发环境 为3.1的cocos2dx版本 如是其他版本 请自行移植 3.2 应该需要改draw
2023-02-22 16:40:29 2.56MB spine ik 运行库 mesh
1
三加农炮 将THREE.Mesh转换为CANNON.Shape,并使用简化的形状进行可选的优化。 用法 安装: npm install -- save three - to - cannon 进口: // ES6 import { threeToCannon } from 'three-to-cannon' ; // CommonJS threeToCannon = require ( 'three-to-cannon' ) . threeToCannon ; 用: // Automatic. const shape = threeToCannon ( object3D ) ; // Bounding box (AABB). const shape = threeToCannon ( object3D , { type : threeToCannon . Type . BOX
2023-02-21 17:28:25 92KB threejs physics cannonjs JavaScript
1