mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
commit
987b3483a8
1 changed files with 3 additions and 0 deletions
|
@ -739,6 +739,9 @@ function MyController(hand) {
|
|||
};
|
||||
|
||||
this.propsArePhysical = function(props) {
|
||||
if (!props.dynamic) {
|
||||
return false;
|
||||
}
|
||||
var isPhysical = (props.shapeType && props.shapeType != 'none');
|
||||
return isPhysical;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue