WebGL based E-Learning Platform on Computer Graphics

Similar documents
Computational Modeling and Simulation for Learning an Automation Concept in Programming Course

The Study on the Graphic Design of Media art: Focusing on Projection Mapping

Crime Hotspots Analysis in South Korea: A User-Oriented Approach

Tutorial 13: Object Animation

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System

Design and Evaluation of Computer Programming Education Strategy using Arduino

A Physics-based Animation Framework for Kinetic Art

Quality Evaluation Criteria Based on Open Source Mobile HTML5 UI Framework for Development of Cross-Platform

Effects of Emergency Nursing Simulation-based Education Program for Self-directed learning ability and Confidence in performance

TEACHING INTRODUCTORY COMPUTER GRAPHICS WITH THE PROCESSING LANGUAGE

Chapter 1. Introduction to ios Development. Objectives: Touch on the history of ios and the devices that support this operating system.

Bernice E. Rogowitz and Holly E. Rushmeier IBM TJ Watson Research Center, P.O. Box 704, Yorktown Heights, NY USA

Developing a Video-based Smart Mastery Learning through Adaptive Evaluation

Image Processing and Computer Graphics. Rendering Pipeline. Matthias Teschner. Computer Science Department University of Freiburg

Social Big Data Analysis on Perception Level of Electromagnetic Field

One Color Extraction Method in Representation Techniques of Video Production

Android and OpenGL. Android Smartphone Programming. Matthias Keil. University of Freiburg

Development of Lesson Plans Utilizing VR Experiencing Classroom in a Smart Elementary School

Studying an Edutainment Applying Information Security Damage Cases for Adolescents

Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone

Lets3D: A Collaborative 3D Editing Tool Based On Cloud Storage

DEVELOPING THE KNOWLEDGE MANAGEMENT SYSTEM BASED ON BUSINESS PROCESS

A Study of Key management Protocol for Secure Communication in Personal Cloud Environment

The Effect of the After-School Reading Education Program for Elementary School on Multicultural Awareness

Introduction to Computer Graphics

Effective Use of Android Sensors Based on Visualization of Sensor Information

Design and Analysis of Mobile Learning Management System based on Web App

A Study on the Secure Software Development Life Cycle for Common Criteria (CC) Certification

A Comparative Analysis on the Outcomes of Synchronous and Asynchronous Online International Educational Exchange

Research into a Visualization Analysis of Bigdata for the Decision Making of a Tourism Policy

MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application

Development of an Ignition Interlock Device to Prevent Illegal Driving of a Drunk Driver

Developing Learning Activities using Mixed Reality Contents at Elementary Smart School

LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage

Tutorial. Making Augmented Reality Accessible for Everyone. Copyright (c) 2010 Human Interface Technology Laboratory New Zealand

Data Visualization Study at Earth Simulator Center

Development of CEP System based on Big Data Analysis Techniques and Its Application

Success factors for the implementation of ERP to the Agricultural Products Processing Center

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Web Design and Implementation for Online Registration at University of Diyala

A Study of Immersive Game Contents System Design and Modeling for Virtual Reality Technology

Visualizing Data: Scalable Interactivity

An Empirical Study on the Performance of Software Company with Software Type

Study on the Nursing Practice Programs of the Nurses in Small to Medium Sized Hospitals

A Remote Maintenance System with the use of Virtual Reality.

Dong-Joo Kang* Dong-Kyun Kang** Balho H. Kim***

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine

A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools

INTRODUCTION OF CONSTRUCTION MANAGEMENT INTEGRATED SYSTEM USING BIM IN THE HONAM HIGH-SPEED RAILWAY LOT NO. 4-2

A method of generating free-route walk-through animation using vehicle-borne video image

Chapter 13: Program Development and Programming Languages

Silverlight for Windows Embedded Graphics and Rendering Pipeline 1

Design and Implementation of Automatic Attendance Check System Using BLE Beacon

AN INTRODUCTION TO ALICE AND OBJECT-ORIENTED PROGRAMMING

Effects of Blended Learning on Nursing Students Learning Outcomes

EXPLORING ALGORITHMIC GEOMETRY WITH BEETLE BLOCKS: A GRAPHICAL PROGRAMMING LANGUAGE FOR GENERATING 3D FORMS

Density Map Visualization for Overlapping Bicycle Trajectories

Implementation of Augmented Reality System for Smartphone Advertisements

Developing Safety Management Systems for Track Workers Using Smart Phone GPS

Character Animation from 2D Pictures and 3D Motion Data ALEXANDER HORNUNG, ELLEN DEKKERS, and LEIF KOBBELT RWTH-Aachen University

Managing Healthcare Data for Improved Patient Care Using Crowdsourcing and Managed Services

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN:

CARS Configurable Automotive Research Simulator

Text Opinion Mining to Analyze News for Stock Market Prediction

Statechart modelling of interactive gesture-based applications

A Study on Color Art Therapy based Serious Games

A Study on the Communication Methods of Designing On-Air Promotion System

The effect of reading education program using multicultural books on elementary student s multicultural awareness

Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012

Mobile Technique and Features

CMSC 427 Computer Graphics Programming Assignment 1: Introduction to OpenGL and C++ Due Date: 11:59 PM, Sept. 15, 2015

Welcome to Corel DESIGNER, a comprehensive vector-based drawing application for creating technical graphics.

Review of the Techniques for Smart Learning Systems

Metadata Quality Control for Content Migration: The Metadata Migration Project at the University of Houston Libraries

Recipes4Success. Animate a Rocket Ship. Frames 6 - Drawing Tools

DESIGN AND IMPLEMENTATION OF AN INTRANET SECURITY AND ACCESS CONTROL SYSTEM IN UBI-COM

Professional Organization Checklist for the Computer Science Curriculum Updates. Association of Computing Machinery Computing Curricula 2008

Quickstart for Desktop Version

Big Data Collection Study for Providing Efficient Information

Intermediate Tutorials Modeling - Trees. 3d studio max. 3d studio max. Tree Modeling Matthew D'Onofrio Page 1 of 12

Virtual Fitting by Single-shot Body Shape Estimation

Transcription:

, pp.22-26 http://dx.doi.org/10.14257/astl.2015.103.05 WebGL based E-Learning Platform on Computer Graphics Hae-Gul Pyun, Haeong-A An, Jinho Park, Global School of Media, Soongsil University, Seoul, 156-743, South Korea {c2alpha@ssu.ac.kr} Abstract. Recently, computer graphics technology has been applied in diverse IT fields such as 3D Printer, virtual/augmented reality as well as traditional applications such as visual effects. However, computer graphics contains robust mathematical/physical knowledge including geometry and optics which are burden for novices to study computer graphics. The paper proposes an effective e-learning platform focused on computer graphics. Our block based method which is implemented using WebGL delivers educational interests and enhanced accessibility. Keywords: Computer Graphcis, WebGL, E-Learning, Block Based, Interactive. 1 Introduction If people learn a one programming language, it will be easy to learn the other programming languages. Similarly, if people figure out the principle of computer graphics, they can understand more easily in overall computer graphics area. These days, the interest of software education is increasing and we tried to adolescents greater access to computer graphics area. Therefore, this paper analyzes the computer graphics theory and propose educational software model that learning through block making using this theory. Through block composition method, users can learn computer graphics theory easily and modeling the objects by applying this method [1]. 2 Related Works There are several tried to propose educational computer programming system based on GUI. The research of MIT Media lab is typical example. The purpose of this research, named Scratch [2], is getting computer programming experience for children using graphic environment. Scratch is developed in Smalltalk language based on Squeak. Compare to C and C++ language, it helps people learn the principle of programming more easily by block gesture which likes drag the blocks and make block tower. The characteristic of educational programming method which is based on block helps elementary school Copyright 2015 SERSC

students understand programming easily by directional language and affects positive effect on studying immersion [3,4,5]. Our model has different aspect compared to educational programming programs as mentioned above. The former educational programming programs are focused on learning programming languages but our model is focused on learning the theory of computer graphics. Learning programming languages and learning the theory of computer graphics is totally different area. Also, there are the different of structural and technically because of the computer graphics [6]. Learning programming language acquires grammar but learning computer graphics is focused on acquiring the principle of object, camera and lights. 3 Our Method 3.1 Core Model We focus on not using programming language but the theory of computer graphics. Therefore, this model excluded repetitive and conditional statement to concentrate the theory. Also, it is designed based on black combination that users need not considered syntax errors and compile errors which are occurred in common programming. Furthermore, it provides the step-by-step process to learn systematically. Finally, users can use block to modeling using providing contents and feel interesting after learning. The core of this educational computer graphics software is that people can understand the principle of graphics easily. Therefore, there are four functions, programming based on web and block, tutorial system, judgement system, to satisfy this purpose. Users access the internet and follow the tutorial process related to graphics. The tutorials are divided 3 chapters according to the principal theory and there are the goals to achieve in the chapters respectively. If users achieve the goal, the program judges this answer and they can go to the next step if the answer is right. The people who are first introduction to computer graphics learn computer graphics by OpenGL which is the base of computer industry standard application programming interface (API). However, because it has to link to integrated development environment (IDE) to use OpenGL, its accessibility and availability has considerably lowed. The purpose of our program is to understand the principle so complex installation environment should be avoided. Therefore, we propose the web based model which does not have to preinstall the extra software and will be accessible anywhere and anytime [7]. 3.2 Block based Implementation People who first experience the computer graphics feel hard to learn the computer graphics because of the complex library structure. However, people can learn the programming not through the coding but through the block making which have a rule Copyright 2015 SERSC 23

of mapping the blocks to core functions in our model. This means, users can focus on only the functions role and they can learn the graphics theory easily. Therefore, blocks are mapped to API functions which are used in OpenGL. It helps to learning the role of functions by making block structure and concerns the result of rendering in real time. However, if all of the blocks that build one object are mapped together, the structure will be complex because there are a number of blocks. Therefore, the basic blocks and the explanation of functions are attached in advance, the principle blocks that helps users understand the core principal are used at least for users can understand directly. Each block has unique parameter values and users combine these blocks to make object or manipulate these values. Basically, blocks are situated in specific space to make combination by drag and drop methods. Also, whenever blocks are combined, the result is rendered in Viewport and users can check their result in real time. 3.3 Tutorial System. This paper focus on learning difficult the theory of computer graphics easily. When users begin the tutorial, the web shows explanation to knowledge related to that chapter. Then display the result that derived from that theory and let users combine the blocks to make the same result. As a result, users combine blocks by themselves, check the result in real time and understand the role of blocks each one operated in their work. In the tutorial, tutorial is designed to learn the basic principle, 2D and 3D, Matrix and camera controlling. In 2D and 3D chapter, users can learn how to draw the object. The tutorials progress gradually and users learn 2D at first because it is easier than 3D. In 2D, users learn how to draw point, line and face and then how to draw the 2D object such as triangle, rectangle. If users done the 2D tutorial, users learn to make 3D object such as cuboid. Our model needs the method that checks the users understanding and ability to follow the tutorials because the purpose of this model is education. Therefore, each tutorial has the goal to achieve and the model evaluates the result that is combined as our intent. All objects can be described by the combination of vertex in computer graphics. These vertex has x,y,z coordinates and means the front or back of object in that pointed order. This is used in evaluation and learning objects. For example, triangle can be made three vertex A,B,C. These three vertex can be combined 2^3 numbers. If users know the order to draw object is CCW method and given start vertex A, they can evaluate the answer is drawing the vertex A,B,C counterclockwise. It does not matter not to following the order but the shape of rectangle can be changed to following the order. Therefore, it evaluates the parameter value by checking the order of drawing vertex and the value which was in the range of our intention in the case of light or camera. 24 Copyright 2015 SERSC

4 Result The tutorial page consists of four sections [Fig. 1]. The first section is about the explanation how to combine the block and the theory of computer graphics. Users have to make the same renderer screen of 4 th section by combining blocks. Fig. 1. The center section has blocks that can be used in that chapter and users can combine blocks by dragging two section s block to three section. Users can set block s parameters in Medal window which can be seen by clicking EDIT button. If the block is set in 3th section, the result can be seen in the 4 th section s renderer section following the kind of blocks. The evaluation algorithm operates when the renderer window coincides with the expected window, and then clicks the run button on the number 1 section. Users can go next step if they set the right combination of blocks and parameters. If not, users can check the message that helps them to know which part was wrong. Additionally, users can share their information through the Q&A board among them. Finally, users can be modeling the object they want if they clear the all the tutorials. The using method is the same to tutorial and the order of combined block or parameter s values can gain the same result that is coded in OpenGL or Processing. Therefore, users can learn not only the theory using blocks but also how to use programming library such as OpenGL. 5 Conclusion This paper proposes the software model that can helps users to learn computer graphics by combining the blocks through the web whenever they want. The main purpose of most educational software is teaching programming languages but the purpose of this model is studying the theory of computer graphics. Users can learn Copyright 2015 SERSC 25

theory and be not to subordinate to programming languages and also make graphics programming following the environment. Furthermore, users can understand directly as they can know the result of rendering whenever the blocks are combined. Also users can be concentrated on the learning because they don t have to worry about the compile error. However, some programming statements such as strong condition and repetitive statements are excepted because this model is focused on the graphics theory. Therefore, the animation which uses condition, repetitive statement has excluded, but this can be realized by applying the theory and languages that users learned in this model. We expect that the interest of computer graphics area will be increasing, and if people can learn the graphics theory easily, the accessibility of computer graphics will also be increasing in the future. Reference 1. Goo, S.K.: Computer Graphics, Intuition and Idea. In: Journal of Korean Society of Media and Arts, Vol. 11, No. 1, pp77-88 (2013) 2. Resnick, M.: Scratch: programming for all. In: Communications of the ACM, Vol. 52, No. 11, pp60-67 (2009) 3. Song, J.B., Cho, S.H., Lee, T.W.: The Effect of Learning Scratch Programming on Students' Motivation and Problem Solving Ability. In: Korea Association of information education, Vol. 12, No. 3, pp323-332 (2008) 4. Ahn, K.M., Sohn, W.S., Choy, W.C.: The Effect of Scratch Programming Education on Learning-Flow and Programming Ability for Elementary Students. In: orea Association of information education, Vol. 15, No. 1, pp1-10 (2011) 5. Cho, S.H., Song, J.B., Kim, S.S., Lee, K.H.: The Effect of CPS-based Scratch EPL on Problem Solving Ability and Programming Attitude. In: Korea Association of information education, Vol. 12, No. 1, pp77-88 (2008). 6. Chen, B., Cheng, H.H.: Interpretive OpenGL for computer graphics. In: Computers & Graphics, Vol. 29, No. 3, pp331-339 (2005). 7. Edward, A.: Teaching a three-dimensional computer graphics class using OpenGL. In: ACM SIGGRAPH Computer Graphics, Vol. 31, No. 3, pp54-55 (1997). 26 Copyright 2015 SERSC