d3cod3 / ofxMtlMapping2D

A projection mapping addon for openFrameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxMtlMapping2D

MODDED FORK

Switched view to both separate INOUT & OUTPUT mode at the same time (MapMap or MadMapper style). Using ofxInfiniteCanvas addon for draggable&zooming areas Using ofxFontStash for correctly render fonts with zoom

MapMap mode

Introduction

C++ openFrameworks addon to achieve 2D projection-mapping of textures to physical objects. Each instance of ofxMtlMapping2D has its own FBO to draw content into. Each created shape has an output polygon used for mapping, and an input polygon defining the texture coordinates to be used.

Licence

The code in this repository is available under the MIT License
Copyright (c) 2013 Hugues Bruyère, Elie Zananiri, www.morethanlogic.com | www.departement.ca
More Than Logic

Installation

Copy to your openFrameworks/addons folder.

Dependencies

Compatibility

OF 10.0.1

About

A projection mapping addon for openFrameworks

License:Other


Languages

Language:C++ 96.1%Language:C 2.3%Language:Makefile 1.2%Language:QML 0.4%Language:Objective-C 0.1%Language:Shell 0.0%