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

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

          은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현