纳金网

标题: 求教如何理解Transform.lossyScale [打印本页]

作者: 烟雨    时间: 2013-5-19 23:57
标题: 求教如何理解Transform.lossyScale
API文档中的内容:

var lossyScale : Vector3
Description描述
The global scale of the object (Read Only).
物体的全局缩放(只读)。
Please note that if you have a parent transform with scale and a child that is arbitrarily rotated, the scale will be skewed. Thus scale can not be represented correctly in a 3 component vector but only a 3x3 matrix. Such a representation is quite inconvenient to work with however. lossyScale is a convenience property that attempts to match the actual world scale as much as it can. If your objects are not skewed the value will be completely correct and most likely the value will not be very different if it contains skew too.
请注意日光你有一个有缩放的父物体变换和子物体有任意旋转的,缩放将有偏差。因此缩放不能正确的表示在3组件的向量,而是一个3x3矩阵。这样表示工作十分不方便,lossyScale是个很方便的属性,它尽量匹配实际世界缩放,如果你的物体不是有偏差的,这个值将是完全正确的,如果物体包含偏差,这个值也不会有很大的不同。

******
问:
1、当父物体变换有缩放,并且子物体有旋转的情况下,缩放为何会有偏差?
2、什么是3组件的向量?




欢迎光临 纳金网 (http://course.narkii.com/club/) Powered by Discuz! X2.5