xRの世界 | The world of xR (xReality)

拡張現実 Augmented Realty/仮想現実 Virtual Reality/複合現実 Mixed Reality の技術がもたらす DX(デジタルトランスフォーメーション)

マルチマーカー対応の FLARManager v0.3 (for FLARToolkit) がリリースされていた

FLARManager (for FLARToolkit)
flarmanager

FLARManager is a small framework that makes building FLARToolkit applications easier. it also decouples the marker-tracking functionality from Papervision3D, and provides a more robust event-based system for managing marker addition, update, and removal. it supports detection and management of multiple patterns, and multiple markers of a given pattern.

FLARManagerは、FLARToolkitアプリケーションをより簡単にするための小さいフレームワーク。それは、Papervision3Dからマーカーを追跡する機能を最適化し、マーカー追加、アップデート、および取り外しを管理するより強力なイベントベースのシステムを提供する。多面パターンの検出・管理、複数マーカーをサポートするとのこと。

⇒単にマーカー上に3D画像を表示す段階ではなく、どのような場面で、どう使ったら効果的か、楽しいかという段階に入ってきていると思う。

i develop using Flex Builder, and a FLARManager project is included along with the source (that’s what the /.settings folder and .project and .actionScriptProperties files are). to get going with FLARManager in Flex Builder, go to File>Import>Flex Project…, set the ‘Project folder’ to the folder to which you downloaded/unzipped the source, uncheck ‘Use default location’, and hit Finish. you should be good to go.

⇒開発環境は、Adobe Flex Builderを使うようだ。