Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.62 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.62 KB

projection

投影テクスチャマッピングの説明用デモプログラム

  • GLFW を使っています

  • ビルド・実行には OpenCV が必要です

  • Web カメラが必要です

  • Linux 用 Makefile, Xcode 6 プロジェクト, Visual Studio 2013 ソリューション付き

  • マウスの左ボタンドラッグでオブジェクトを回せます

  • ホイールで投影像をズーミングできます

  • 形状データは Alias OBJ ですがテッセレーションしないのであらかじめ三角形分割してください

    Copyright (c) 2011, 2012, 2013, 2014, 2015 Kohe Tokoi. All Rights Reserved.

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies or substantial portions of the Software.

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL KOHE TOKOI BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.