Krunal Gediya

Results 7 issues of Krunal Gediya

## Description of new feature, or changes Adds Rectangle Difference Js implementation to the project

* Used to fetch aspect ratio of gallery media files useful for scaling etc. * Also fires a pulse on media change which can be used for various animations, transitions,...

Calculate dynamic scale to augment perspective camera Example usage - ``` trackedObject.position.copy(track.position) trackedObject.rotation.setFromRotationMatrix(track.rotation) trackedObject.scale.setScalar(originalScale*track.scale) ```

- Currently the only issue I'm facing is the static size of the model due to Orthographic camera which leads to undesired behavior - When I move away or close...

Have the ability for two or more different path objects to snap/merge with each other