This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Transform Bone

Transform Bone is an object that obtains transformations of the specific bone of the Skinned Mesh. The nodes that are made children of Transform Bone move in accordance with these transformations.Transform Bone是获取Skinned Mesh特定骨骼的转换的对象。成为Transform Bone子级的节点将根据这些转换移动。

Skinned Mesh in the example contains 6 bones. Transform Bone with a multicolored set of boxes is assigned to its third bone示例中的Skinned Mesh包含6条骨骼。 Transform Bone和一组彩色框被分配给它的第三块骨骼

See also也可以看看#

  • The WorldTransformBone class to manage Transform Bone via API通过API管理Transform BoneWorldTransformBone
  • The sample <UnigineSDK>/data/samples/worlds/bone_00样本<UnigineSDK>/data/samples/worlds/bone_00

Adding Transform Bone to the Skinned Mesh向蒙皮网格物体添加变换骨骼#

To add a Transform Bone to the scene via UnigineEditor, do the following:要通过UnigineEditor向场景添加Transform Bone,请执行以下操作:

  1. Run the project with UnigineEditor.跑步UnigineEditor的项目。
  2. On the Menu bar, click Create -> Mesh -> Skinned Bone.在菜单栏上,单击Create -> Mesh -> Skinned Bone

  3. Place the node somewhere in the world.将节点放置在世界上的某个地方。
  4. Make the Transform Bone the child of a Skinned Mesh.使Transform Bone孩子Skinned Mesh
  5. Make the required objects children of the Transform Bone.制作所需的对象孩子们Transform Bone
  6. In the Node tab, specify the Transform Bone parameters.Node标签中,指定Transform Bone参数

Parameters参数#

In the Node tab of the Parameters window, you can adjust the following parameters of Transform Bone:Parameters窗口的Node选项卡中,可以调整Transform Bone的以下参数:

Bone Specifies the bone, transformations of which are applied to objects.指定骨骼,将其变换应用于对象。
最新更新: 2021-05-26
Build: ()