Description
|
Retrieves the size factor of a scene object. The size factor is different from the real object size. Use this to be able to react to scaling operations. See also sim.getObjectSizeValues.
|
C synopsis
|
simFloat simGetObjectSizeFactor(simInt objectHandle)
|
C parameters |
objectHandle: handle of the scene object
|
C return value
|
size factor or negative value in case of an error
|
Lua synopsis
|
number sizeFactor=sim.getObjectSizeFactor(number objectHandle)
|
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|