MorphTargetChannel

MorphTargetChannel

Overview

MorphTargetChannel 是一个类在Java的FOSS中. 继承人: A3DObject.

按 MorphTargetChannel 的方式来组织目标几何.

这个类提供了18种方法,用于在Java程序中与MorphTargetChannel对象工作. 有的方法包括: A3DObject, MorphTargetChannel, findProperty, get, getChannelWeight, getName, getProperties, getProperty, getTargets, getWeight, getWeights, removeProperty,另外5种方法. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: DefaultWeight, channelWeight, name, properties, targets, weights.

Properties

NameTypeAccessDescription
weightsList<Double>Read得到目标几何的全部重量值.
channelWeightdoubleRead得到或设置了这个通道的变形重量.
targetsList<Shape>Read接收与该频道相关的所有目标.
DefaultWeightdoubleRead默认的重量为变形目标.
nameStringRead得到了这个名字.
propertiesPropertyCollectionRead得到了房地产.

Methods

SignatureDescription
MorphTargetChannel()启动一个新的 MorphTargetChannel 类实例.
MorphTargetChannel(name: String)启动一个新的 MorphTargetChannel 类实例.
getWeights()List<Double>得到目标几何的全部重量值.
getChannelWeight()double得到或设置了这个通道的变形重量.
setChannelWeight(value: double)得到或设置了这个通道的变形重量.
getTargets()List<Shape>接收与该频道相关的所有目标.
getWeight(target: Shape)double得到指定目标的重量,如果目标不属于这个道,则返回默认值0.
setWeight(target: Shape, weight: double)设置指定目标的重量,默认值为1,范围应该在0~1之间.
get(index: int)double获得指定的目标指数的重量.
set(index: int, value: double)设置指定目标指数的重量.
A3DObject()参数化圆柱.它也可以用来表示一个形,当半径顶/半徑底的值为零时.
getName()String曲线的部分.
setName(name: String)构建一个指定半径的 CircleShape 配置文件.
getProperties()PropertyCollection启动一个新的Cylinder类实例.
findProperty(name: String)Property启动了新的骨类实例.
getProperty(name: String)Object得到了当前姿势的节点变换矩阵.
setProperty(name: String, value: Object)得到了宽度的部分.
removeProperty(name: String)boolean在进出口过程中获得控制点/正常的转换坐标系统.

See Also

 中文