From 3181d4ffa391463f6f74f18bae452ddc6c3e4ca8 Mon Sep 17 00:00:00 2001
From: Alexandre Quessy
+Légende OSC:
+
+Sources
+
+
+
+Layers
+Layer 1
+
+/lmap/layer/layer1/opacity ,f
+/lmap/layer/layer1/visible ,b
+/lmap/layer/layer1/solo ,b
+/lmap/layer/layer1/lock ,b
+
+/lmap/src/movie1/uri ,s
+/lmap/src/movie1/seek ,f
+/lmap/src/movie1/playing ,b
+
+/lmap/dst/rect1/x1 ,i
+/lmap/dst/rect1/y1 ,i
+/lmap/dst/rect1/x2 ,i
+/lmap/dst/rect1/y2 ,i
+/lmap/dst/rect1/x3 ,i
+/lmap/dst/rect1/y3 ,i
+/lmap/dst/rect1/x4 ,i
+/lmap/dst/rect1/y4 ,i
+/lmap/dst/rect1/src ,s
+/lmap/dst/rect1/shape ,s
+/lmap/dst/rect1/layer ,s
+/lmap/dst/rect1/opacity ,f
+/lmap/dst/rect1/lock ,b
+/lmap/dst/rect1/solo ,b
+/lmap/dst/rect1/visible ,b
+
+
Copyright © 2013 Office International de la Francophonie" - "
Libremapping is a free software for video mapping.")); + "
Copyright © 2013 Organisation internationale de la Francophonie" + + "
Copyright © 2013 Sofian Audry" + "
Copyright © 2013 Alexandre Quessy" + "
Copyright © 2013 Vasilis Liaskovitis" + "
Copyright © 2013 Sylvain Cormier" + "
Libremapping is a free software for video mapping. " + "
Projection mapping, also known as video mapping and spatial augmented reality, "
+ "is a projection technology used to turn objects, often irregularly shaped, into "
+ "a display surface for video projection. These objects may be complex industrial "
+ "landscapes, such as buildings. By using specialized software, a two or three "
+ "dimensional object is spatially mapped on the virtual program which mimics the "
+ "real environment it is to be projected on. The software can interact with a "
+ "projector to fit any desired image onto the surface of that object. This "
+ "technique is used by artists and advertisers alike who can add extra dimensions, "
+ "optical illusions, and notions of movement onto previously static objects. The "
+ "video is commonly combined with, or triggered by, audio to create an "
+ "audio-visual narrative."
+ ));
}
void MainWindow::updateStatusBar()
@@ -543,14 +560,14 @@ void MainWindow::setCurrentFile(const QString &fileName)
shownName = strippedName(curFile);
}
- setWindowTitle(tr("%1[*] - %2").arg(shownName).arg(tr("Spreadsheet")));
+ setWindowTitle(tr("%1[*] - %2").arg(shownName).arg(tr("LibreMapping Project")));
}
bool MainWindow::importFile(const QString &fileName)
{
QFile file(fileName);
if (!file.open(QIODevice::ReadOnly)) {
- QMessageBox::warning(this, tr("Spreadsheet"),
+ QMessageBox::warning(this, tr("LibreMapping Project"),
tr("Cannot read file %1:\n%2.")
.arg(file.fileName())
.arg(file.errorString()));
From 7bd6768918ce467a71950e8d0e2494203bb59687 Mon Sep 17 00:00:00 2001
From: Alexandre Quessy