{"id":1678,"date":"2018-11-01T00:04:00","date_gmt":"2018-11-01T00:04:00","guid":{"rendered":"https:\/\/www.xlsoft.com\/doc\/kudan\/?page_id=1678"},"modified":"2020-09-14T05:52:08","modified_gmt":"2020-09-14T05:52:08","slug":"android-version-history_jp","status":"publish","type":"page","link":"https:\/\/www.xlsoft.com\/doc\/kudan\/ja\/android-version-history_jp\/","title":{"rendered":"Android \u30d0\u30fc\u30b8\u30e7\u30f3\u5c65\u6b74"},"content":{"rendered":"<h1>Kudan AR Android SDK \u306e\u8a73\u7d30\u30ea\u30ea\u30fc\u30b9\u30ce\u30fc\u30c8<\/h1>\n<hr \/>\n<p>Android SDK \u306e\u6700\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306f V1.6.0 \u3067\u3059\u3002<\/p>\n<p>\u6700\u65b0\u306e Android \u30d0\u30fc\u30b8\u30e7\u30f3 10.0.0 \u3067\u52d5\u4f5c\u691c\u8a3c\u6e08\u307f\u3067\u3059\u3002<\/p>\n<p>Android \u30d0\u30fc\u30b8\u30e7\u30f3 4.0.2\uff08API\u30ec\u30d9\u30eb15\uff09\u4ee5\u964d\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u306e\u6700\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u3001<a href=\"https:\/\/www.xlsoft.com\/jp\/products\/kudan\/download.html\" target=\"_blank\" rel=\"noopener noreferrer\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30da\u30fc\u30b8<\/a>\u304b\u3089\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002<\/p>\n<hr \/>\n<div><\/div>\n<div>\n<div>## Kudan Android Framework 1.6.0<\/div>\n<div>* Update Kudan CV with 64bit build.<\/div>\n<div>## Kudan Android Framework 1.5.2<\/div>\n<div>* Updated Kudan CV<\/div>\n<div>* All singletons must now be initialised before use.<\/div>\n<div>## Kudan Android Framework 1.5.1<\/div>\n<div>* Updated documentation<\/div>\n<div>* Fixed issue with ARGyroManager world visibility (KUDAN3D-130)<\/div>\n<div>## Kudan Android Framework 1.5<\/div>\n<div>* Extensive update to the documentation of the whole framework<\/div>\n<div>* ARModelNode\u2019s `getNode()` now returns an ARModelNode rather than ARNode (KUDAN3D-117)<\/div>\n<div>* ARModelNode\u2019s `reset()` now sets `isPlaying` to `false`, rather than the previous of `true` (KUDAN3D-117)<\/div>\n<div>* ARNode now has a constructor that only takes a String to use as the node\u2019s name.<\/div>\n<div>* Significantly reduced the amount of logs that are produced by KudanCV. You should be able to read what\u2019s in your `logcat` yet again!<\/div>\n<div>## Kudan Android Framework 1.4.2<\/div>\n<div>* Added ARBillboardNode * you can now make your object always face you! (Make sure to set the forward direction and lock the axis you don&#8217;t wish to update)<\/div>\n<div>* Improved the playback of alpha videos<\/div>\n<div>* Calling `getFullTransform()` on ARNode now ensures that the underlying world transforms are updated first<\/div>\n<div>## Kudan Android Framework 1.4.1<\/div>\n<div>* Added the screenshot() function to ARView<\/div>\n<div>* Implemented the pause() method on ARVideoTexture. You can now pause your ARVideoNode and ARAlphaVideo nodes!<\/div>\n<div>## Kudan Android Framework 1.4<\/div>\n<div>* The library is now released as a .AAR file, to match the wider Android community<\/div>\n<div>* Extended Marker functionality has been added. To make your marker extendable simply set `setExtensible(true);` on your ARImageTrackable after it has been loaded<\/div>\n<div>* Added methods: findChildByName, addChildren, translateByVector, scaleByVector, rotateByRadians to ARNode<\/div>\n<div>* Added method to return application context from ARActivity<\/div>\n<div>* Added method for returning the Asset Manager to ARRender<\/div>\n<div>* Added methods: getNumberOfIndicies, setVertexBuffer,getVertexDataStride to ARMeshNode<\/div>\n<div>* Added methods: getSrcHeight and getSrcWidth to ARExtractedCameraTexture<\/div>\n<div>* Added methods: init, initWithPackagedFile, initFromPath to ARVideoNode and ARAlphaVideoNode<\/div>\n<div>* Altered how singletons are initialised, so that initialise doesn&#8217;t need to be called when you first get an instance of your class. e.g. ArbiTrackerManager.getInstance().initialise() -&gt; ArbiTrackerManager.getInstance()<\/div>\n<div>* Other various stability fixes &#x1f3e5; &#x1f609;<\/div>\n<div>New API License Keys are being introduced with this release. Please check https:\/\/wiki.kudan.eu\/Development_License_Keys for new license keys<\/div>\n<div>## Kudan Android Framework 1.3.1<\/div>\n<div>* Added Marker Recovery Mode<\/div>\n<div>* Built with libpng v.1.5.27 so that Google Play likes us again<\/div>\n<div>* Really fixed loading Texture2D from path<\/div>\n<div>* Fixed an issue with content not loading properly after a scene has been setup (KUDAN3D-73)<\/div>\n<div>## Kudan Android Framework 1.3<\/div>\n<div>* Improvements to marker detection speed<\/div>\n<div>* Fixed loading Texture2D from path<\/div>\n<div>* Removed some pesky bugs to make the framework even more stable<\/div>\n<div>## Kudan Android Framework 1.2.4<\/div>\n<div>* Added ARCameraStreamListener interface to receive camera frame data after processing.<\/div>\n<div>* ARGyroPlaceManager floor height is now settable.<\/div>\n<div>* Added fade in time to ARVideoTextureMaterial.<\/div>\n<div>* Fixed tracking lag in all trackers. Tracking should now be more responsive.<\/div>\n<div>* Added ARPointNode, a class that renders updatable sprites on screen.<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Kudan AR Android SDK \u306e\u8a73\u7d30\u30ea\u30ea\u30fc\u30b9\u30ce\u30fc\u30c8 Android SDK \u306e\u6700\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306f V1.6.0 \u3067\u3059\u3002 \u6700\u65b0\u306e Android \u30d0\u30fc\u30b8\u30e7\u30f3 10.0.0 \u3067\u52d5\u4f5c\u691c\u8a3c\u6e08\u307f\u3067\u3059\u3002 Android \u30d0\u30fc\u30b8\u30e7\u30f3 4.0.2\uff08API\u30ec\u30d9\u30eb15\uff09\u4ee5\u964d\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059\u3002 \u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u306e\u6700\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u3001\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30da\u30fc\u30b8\u304b\u3089\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002 ## Kudan Android Framework 1.6.0 * Update Kudan CV with 64bit build. ## Kudan Android Framework 1.5.2 * Updated Kudan CV * All singletons must now be initialised before use. ## Kudan Android Framework 1.5.1 * &#8230; <a title=\"Android \u30d0\u30fc\u30b8\u30e7\u30f3\u5c65\u6b74\" class=\"read-more\" href=\"https:\/\/www.xlsoft.com\/doc\/kudan\/ja\/android-version-history_jp\/\">Read more<span class=\"screen-reader-text\">Android \u30d0\u30fc\u30b8\u30e7\u30f3\u5c65\u6b74<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"bekko_page_header":""},"_links":{"self":[{"href":"https:\/\/www.xlsoft.com\/doc\/kudan\/wp-json\/wp\/v2\/pages\/1678"}],"collection":[{"href":"https:\/\/www.xlsoft.com\/doc\/kudan\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.xlsoft.com\/doc\/kudan\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.xlsoft.com\/doc\/kudan\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xlsoft.com\/doc\/kudan\/wp-json\/wp\/v2\/comments?post=1678"}],"version-history":[{"count":11,"href":"https:\/\/www.xlsoft.com\/doc\/kudan\/wp-json\/wp\/v2\/pages\/1678\/revisions"}],"predecessor-version":[{"id":2419,"href":"https:\/\/www.xlsoft.com\/doc\/kudan\/wp-json\/wp\/v2\/pages\/1678\/revisions\/2419"}],"wp:attachment":[{"href":"https:\/\/www.xlsoft.com\/doc\/kudan\/wp-json\/wp\/v2\/media?parent=1678"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}