How to make a model rotatable and scalable via gestures (SparkAR, planar image tracking)?Detect when browser receives file downloadHow do I rotate an image in Javascript or CSSDetect iPad Mini in HTML5Understanding touch eventsFull Page and scalable images for a Parallax Landscape pageHow to rotate part of an imageHow to make an image clickable and cursor be a pointer if image is drawn in canvas?Change rotation pointHow to rotate a 3d model horizontally with three.jsHammer.js rotatecanel event is being fired while user is still rotating

Substitution failure with `std::function` and previously deduced template parameter - why?

How to explain the strange behaviour about Function Nothing

Was there an autocomplete utility in MS-DOS?

Could the Queen overturn the UK Supreme Court ruling regarding prorogation of Parliament?

Was Smaug sealed inside the Lonely Mountain?

Is "Ram married his daughter" ambiguous?

How does case-insensitive collation work?

C - Learning Linked Lists, Pointer Manipulation - Store some ints, print and free memory

Could Boris Johnson face criminal charges for illegally proroguing Parliament?

In search of a pedagogically simple example of asymmetric encryption routine?

What makes a character irredeemable?

Is "weekend warrior" derogatory?

What is the difference between increasing volume and increasing gain?

What does a textbook look like while you are writing it?

I've been fired, was allowed to announce it as if I quit and given extra notice, how to handle the questions?

What is the origin of the minced oath “Jiminy”?

Redirect output on-the-fly - looks not possible in Linux, why?

Determining if auto stats update is in progress

Tikz background color of node multilayer

Would houseruling two or more instances of resistance to the same element as immunity be overly unbalanced?

How dangerous are my worn rims?

Is there any printer at Taiwan Taoyuan International Airport (TPE) that airline passengers can use?

How to explain that the sums of numerators over sums of denominators isn't the same as the mean of ratios?

Generating Roman numerals with dice



How to make a model rotatable and scalable via gestures (SparkAR, planar image tracking)?


Detect when browser receives file downloadHow do I rotate an image in Javascript or CSSDetect iPad Mini in HTML5Understanding touch eventsFull Page and scalable images for a Parallax Landscape pageHow to rotate part of an imageHow to make an image clickable and cursor be a pointer if image is drawn in canvas?Change rotation pointHow to rotate a 3d model horizontally with three.jsHammer.js rotatecanel event is being fired while user is still rotating






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









6















I have a simple SparkAR app, there is a 3D model, attached to the planar tracker, which tracks an image target. How can I make this 3D model rotatable and scalable via gestures?




What I tried:



I tried code from this tutorial, it works in case of just planar tracking, but for some reason doesn't work if the tracker has an image target. It allows me to scale a model ones and doesn't work after it.



I also tried this solution, it allows rotation and scaling, but it makes the model "detached" from the tracked image, so when I move my phone the model also moves around.




How can I make a 3D model, (attached to the planar tracker which tracks image target) rotatable and scalable via finger gestures?










share|improve this question
































    6















    I have a simple SparkAR app, there is a 3D model, attached to the planar tracker, which tracks an image target. How can I make this 3D model rotatable and scalable via gestures?




    What I tried:



    I tried code from this tutorial, it works in case of just planar tracking, but for some reason doesn't work if the tracker has an image target. It allows me to scale a model ones and doesn't work after it.



    I also tried this solution, it allows rotation and scaling, but it makes the model "detached" from the tracked image, so when I move my phone the model also moves around.




    How can I make a 3D model, (attached to the planar tracker which tracks image target) rotatable and scalable via finger gestures?










    share|improve this question




























      6












      6








      6








      I have a simple SparkAR app, there is a 3D model, attached to the planar tracker, which tracks an image target. How can I make this 3D model rotatable and scalable via gestures?




      What I tried:



      I tried code from this tutorial, it works in case of just planar tracking, but for some reason doesn't work if the tracker has an image target. It allows me to scale a model ones and doesn't work after it.



      I also tried this solution, it allows rotation and scaling, but it makes the model "detached" from the tracked image, so when I move my phone the model also moves around.




      How can I make a 3D model, (attached to the planar tracker which tracks image target) rotatable and scalable via finger gestures?










      share|improve this question
















      I have a simple SparkAR app, there is a 3D model, attached to the planar tracker, which tracks an image target. How can I make this 3D model rotatable and scalable via gestures?




      What I tried:



      I tried code from this tutorial, it works in case of just planar tracking, but for some reason doesn't work if the tracker has an image target. It allows me to scale a model ones and doesn't work after it.



      I also tried this solution, it allows rotation and scaling, but it makes the model "detached" from the tracked image, so when I move my phone the model also moves around.




      How can I make a 3D model, (attached to the planar tracker which tracks image target) rotatable and scalable via finger gestures?







      javascript spark-ar-studio






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 28 at 22:04







      Rumata

















      asked Mar 28 at 21:12









      RumataRumata

      1893 silver badges25 bronze badges




      1893 silver badges25 bronze badges

























          0






          active

          oldest

          votes













          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406922%2fhow-to-make-a-model-rotatable-and-scalable-via-gestures-sparkar-planar-image-t%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406922%2fhow-to-make-a-model-rotatable-and-scalable-via-gestures-sparkar-planar-image-t%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Obelisk of Theodosius Contents History Description Notes Bibliography Further reading External links Navigation menuAge of spirituality : late antique and early Christian art, third to seventh centuryOver 60 picturesObelisks of the World41°00′21.24″N 28°58′31.43″E / 41.0059000°N 28.9753972°E / 41.0059000; 28.97539727724550-7235741376235741376

          밀양 대씨 역사 각주 함께 보기 둘러보기 메뉴밀양 대씨

          1973년 목차 사건 문화 탄생 사망 노벨상 달력 둘러보기 메뉴