This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Abstract | |
This project has four main objectives. First, to film a short film, names "Make", using two point-of-views in order to compare. They were shot in a first-person point-of-view and a normal point-of-view. Second, to evaluate the quality of the short film by experts. Third, to compare between a first-person point-of-view film and a normal point-of-view film. Last, to evaluate the satisfaction of the short film project by a sample group. | |
Instrumentations that were used are as follows. First, "Make" that was shot in a first-person point-of-view and a normal point-of-view. Second, a quality evaluation form. Last, a satisfaction evaluation form. | |
A quality evaluation result of the first-person point-of-view version of this short film is considered high, with an average score of 3.65. A quality evaluation result of the normal point-of-view version of this short film is considered high, with an average score of 3.92. | |
In the study of the sample group that contains 40 students from the Bachelor’s degree st |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Licensed to the Apache Software Foundation (ASF) under one | |
* or more contributor license agreements. See the NOTICE file | |
* distributed with this work for additional information | |
* regarding copyright ownership. The ASF licenses this file | |
* to you under the Apache License, Version 2.0 (the | |
* "License"); you may not use this file except in compliance | |
* with the License. You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |