Ray tracing is a technique in computer graphics that produced image by traversing ray from eye to... more Ray tracing is a technique in computer graphics that produced image by traversing ray from eye to every pixels on screen, and then the intersection checks between ray and objects are done. Ray tracing can produce a photorealistic image, but needs a long time to do the computations. One of the ways to shorten the computation time is by reducing the number of intersection checks between ray and objects. One of the popular methods is Bounding Volume Hierarchy (BVH). In this application, Compute Unified Device Architecture (CUDA) is also used beside BVH. The CUDA’s usage purpose is to reduce computation time by doing parallel computing in the GPU. Computations done in GPU are computing ray directions from eye to every pixels and color of every pixels. The result of this application is more than 70% rendering time reduced when compared to ray tracing application with only BVH. The maximum reduction is 86%.
Real-Time Strategy (RTS) Game is a quite popular video game genre. The uniqueness of RTS Games is... more Real-Time Strategy (RTS) Game is a quite popular video game genre. The uniqueness of RTS Games is that it is a Strategy Game where time will still continue for all the players. This creates situations where the player must determine their strategies in a matter of seconds. To get a good gameplay experience, then we would need enemies for the player. The way we could do that is to create an AI that could take into account the mechanics of the game. This thesis is aimed to broaden our knowledge on how to develop AI for RTS games. The game will be created in Unity Game Engine 5.1.2f1, where the AI that is going to be implemented is the Quantified Judgement Model and the Neural Network backpropagation. The Quantified Judgement Model will act as Abstract Controller, giving orders to his troops much like a general in a war. Neural Network Backpropagation will be used for the Virtual Character, where the AI will act for each of the troops to think on what they should do. Whether they have ...
Most people do reading activities to gain knowledge, as entertainment or a hobby for peopl... more Most people do reading activities to gain knowledge, as entertainment or a hobby for people to read. From generation to generation, reading begins to decreases. Reading becomes obsolete. Nowadays, reading a book filled with writing would be boring. Books preferably instant and interesting than a book filled with long writing and tedious. While in general almost all history books are full of writing. So this time i will make an interactive multimedia that interesting and not boring about the history of the kingdom of Majapahit. In the manufacture of interactive multimedia about the history of Majapahit i implemented several important elements in interactive multimedia ie text, images, sounds, and animations are placed and adjusted the alignment between text, images, sound, and animation. The menu also made efficiently so that it can move from one topic to another topic. The addition of some visual effects that make interactive mu...
The development of smartphone technology and the need of people to gather information of places o... more The development of smartphone technology and the need of people to gather information of places open chance to utilize augmented reality to help people get the information of a scene and see the scene through camera at the same time. The sensor-based AR system depends on GPS which is not always available. This research uses AR system using convolutional neural network for scene recognition. There are 45 network variations that will be tested to find the best combination. The different parameters that will be used are architecture, initialization method, and activation function that will be used. The architectures used are GoogLeNet and 2 variations of simplified GoogLeNet. The initialization methods used are random-based (Xavier and MSRA) and pretrained weights. The activation functions used are ReLU, PReLU, and ELU. The data augmentations used during training are random cropping, color balance, rotation, blur, sharpen, and brightness-contrast manipulation. Out of 1649 photos from 1...
Highway geometric design is a part of highway planning which focused on physical form planning, s... more Highway geometric design is a part of highway planning which focused on physical form planning, so it can fulfil the highway basic function. Highway geometric design consists of horizontal alignment and vertical alignment and each of them has its own calculation. Computer technology developments can produce softwares which is able to help and simplify the calculations of both alignments and the softwares also can produce designs which visualize the calciulation into 2D images. But 2D image is not real enough to imagine the realistic form of the highway. We need 3D visualisation to imagine the realistic highway. This paper explains how the system can produce the 3D visualisation from horizontal alignment and vertical alignment calculations. First, find the highway 3D position in the 3D coordinate. 3D coordinate has three component, x, y and z axis. From horizontal alignment calculation, we get the x and y value and from vertical alignment, we get the z value. After obtaining the 3D p...
Usually we use paper to draw sketch of room for designing building. Using paper can cause a probl... more Usually we use paper to draw sketch of room for designing building. Using paper can cause a problem especially for changing the sketch or size of the room. To solve that problem, we can use software to design sketch of the room. Nowadays there are many software can be used but many of those can only view in two dimension, top side. Using only two dimensions viewing, user have difficulties to imagine the real room in three dimensions. Also there are software which can view in three dimensions, but unfortunately the price of those software is so high. In this paper, we implement software to help user to design the sketch of the room in two dimensions, but the result can be viewed in three dimensions. In three dimensions view, user can do movement like view the real world. This software also can be used to create building have multi level, and the accessories that can be used are floor, wall, door, window and stair. To implement this software we use OpenGL library. Abstract in Bahasa I...
In this paper, we implemented 3D object modeling from 2D input images. Modeling is performed by u... more In this paper, we implemented 3D object modeling from 2D input images. Modeling is performed by using volumetric reconstruction approaches by using volumetric reconstruction approaches, the 3D space is tesselated into discrete volumes called voxels. We use voxel coloring method to reconstruct 3D object from synthetic input images by using voxel coloring, we can get photorealistic result and also has advantage to solve occlusion problem that occur in many case of 3D reconstruction. Photorealistic 3D object reconstruction is a challenging problem in computer graphics and still an active area nowadays. Many applications that make use the result of reconstruction, include virtual reality, augmented reality, 3D games, and another 3D applications. Voxel coloring considered the reconstruction problem as a color reconstruction problem, instead of shape reconstruction problem. This method works by discretizing scene space into voxels, then traversed and colored those voxels in special order....
In computer graphics applications, to produce realistic images, a method that is often used is ra... more In computer graphics applications, to produce realistic images, a method that is often used is ray tracing. Ray tracing does not only model local illumination but also global illumination. Local illumination count ambient, diffuse and specular effects only, but global illumination also count mirroring and transparency. Local illumination count effects from the lamp(s) but global illumination count effects from other object(s) too. Objects that are usually modeled are primitive objects and mesh objects. The advantage of mesh modeling is various, interesting and real-like shape. Mesh contains many primitive objects like triangle or square (rare). A problem in mesh object modeling is long rendering time. It is because every ray must be checked with a lot of triangle of the mesh. Added by ray from other objects checking, the number of ray that traced will increase. It causes the increasing of rendering time. To solve this problem, in this research, new methods are developed to make the ...
Today computer graphics is used in many aspects, especially to make animation, advertisement and ... more Today computer graphics is used in many aspects, especially to make animation, advertisement and game. We hope this technology can produce realistic pictures which same quality with photo. Metode to get the realistic 3D image is ray tracing. In this journal, make a software which can produce realistic 3D image, especially for reflective and transparent object. Reflective object will modeled can reflect another object surrounding it. And transparent object will modeled can produce caustic effect, that's rays which refract in one area. So that area will appear brighter than area surround it. Abstract in Bahasa Indonesia : Dewasa ini grafika komputer semakin banyak digunakan di berbagai bidang terutama untuk pembuatan film animasi, iklan dan pembuatan game. Diharapkan teknologi grafika komputer mampu menghasilkan gambar-gambar realistik yang kualitasnya sama dengan kualitas foto. Salah satu metode yang digunakan untuk menghasilkan gambar 3D yang realistik tersebut adalah metode ray...
Merencanakan sebuah ruangan umumnya disajikan dalam bentuk denah dan tampak dinding setiap ruang... more Merencanakan sebuah ruangan umumnya disajikan dalam bentuk denah dan tampak dinding setiap ruangan. Namun pada umumya pengguna mengalami kesulitan membayangkan visual ruangan secara tiga dimensi. Untuk mengatasi hal ini, dibuatlah sebuah aplikasi yang dapat memberi visualisasi 360° terhadap suatu ruangan sehingga pengguna dapat melihat isi ruangan, serta menandai bagian penting ruang seperti arah, sudut dan pintu yang ada dalam ruangan, visualisasii ruangan dilakukan dengan proses 360° Panorama Stitching. Hasil pengujian, telah didapatkan contoh panorama dari ruangan dalam rumah yang sudah berbentuk 360° dan denah yang dihasilkan berdasarkan data arah, sudut, dan pintu pada tiap ruangan. Visualisasi yang dihasilkan dapat membuat pengguna menyadari susunan suatu ruangan sehingga memberikan visualisasi ruangan.
The search process for domestic services have tended to be difficult because of the lack of centr... more The search process for domestic services have tended to be difficult because of the lack of centralized information media. The process of offering services performed by service providers is also difficult because of the absence of promotional media that can be accessed by service customers. Based on these requirements, crowdsource application was made for the services of domestic workers that can be a source of information as well as to help connecting service customers with service providers. Crowdsource application for the services of domestic workers is designed into a Service Provider Application, a Service Customer Application, and a Registration and Administrator Website. Registration Website is used to allow users to enroll as a provider. The website also serves for the administrator to accept or reject registration and to activate or deactivate an account. Service Provider Application and Service Customer Application function to communicate with each other in order to reach ...
Many people are eager to learn more about the world of farming, not just knowing the name and sha... more Many people are eager to learn more about the world of farming, not just knowing the name and shape of the animal. However, not everyone can travel to the farm to learn about the life cycle of the animal. One way that can be used to provide a learning experience about the life cycle of living beings in the fastest way is through a game. One of the game’s genres that can be used to provide entertainment and educational aspects to the players is a life simulation. As a life simulation game, the data used is from the real studies of sheep. To give a more realistic situation, this game has a fuzzy state machine to determine the behavior shown by the animals when being approached by the opposite sex. By creating the simulation of sheep with three-dimensional interface, the player will enjoy the gaming experience more similar to the real world. This will give more pleasure to the player. This game was made using the Unity Engine and scripting using C # with MonoDevelop. From the test resu...
Computer based learning media is one of the media has an important role in learning. Learning med... more Computer based learning media is one of the media has an important role in learning. Learning media will be attractive when packaged through interactive media , such as interactive media created in paper manufacture " instructional media global warming" . The advantage gained is that it can increase knowledge, generally educate people to be more concerned about the environment , and also can be a means of entertainment. This application is focused to learn about global warming and packaged in the form of interesting and interactive . Ranging from simulations that show the cause of global warming , global warming impacts and solutions of global warming and there is a mini- game that is packaged in the form of adventure game to make it look attractive and there is a global warming materials that can add insight . This application is created using Adobe Flash Professional CS6 . Based on tests performed and result of the questionnaries to prove that the application and the sim...
Along with increasingly learning methods evolving towards interactive learning, the technologies ... more Along with increasingly learning methods evolving towards interactive learning, the technologies that supports it are also developed, from the use of computer applications, to the use of mobile devices. One of the technologies that are developed today is the technology of virtual reality. Currently the virtual reality technology can be used easily and with equipment that is easy to find around us. The system is made covering the process of making a virtual zoo for the game world, virtual animals that will fill the zoo, and a player that can be controlled by the user. Game world is a world that will be explored by the user and in this case is a zoo, and inside the zoo there are some virtual wild animals that have a state machines design to regulate the behavior and habits of each animal. This application is made using Google Cardboard Software Development Kit and Unity. Therefore, this thesis conducted by making an application to utilize virtual reality as an interactive and an attra...
Game is an entertainment media this is growing rapidly along with the development of technology. ... more Game is an entertainment media this is growing rapidly along with the development of technology. Adventure Game is a game that is more concerned with the storyline and moral message for the players. Physics is one of the lessons that discusses the natural phenomena that are not live or matter within the scope of space and time. Physics lessons started in junior high school education. In the eighth grade junior high school, there was a discussant physics lesson on Force, Acceleration, Work and Energy that are hard to explain without media. Therefore, in this thesis, author developed a game that can help students in grade 8 junior to study about Force, Acceleration, Work, and Energy with ease. This game is created using Unity. Unity is one of the media to create a game with 3D and 2D. The programming language used by Unity are C# and Javascript. Results obtained from surveys to students in grade 8 junior on this physics game can be summed adventure game Physics 85% interested, 70% in ...
Augmented Reality (AR) is a new information media that is being developed nowadays. A R is a tech... more Augmented Reality (AR) is a new information media that is being developed nowadays. A R is a technology that combines 2D or 3D virtual objects in a real environment around us. A R can be used as animal learning media that can attract children attention. AR can bring interactive learning efficient. B ecause children not only learn in theory only, but children are also available to see animal objects in 3D. Animal learning application will be made in thie thesis.This application is created using Vuforia library and Unity Engine, using the programming language C #. Application can display animals 3D objects and display information in English and Indonesian. Animals in this application are wolf, fox, elephant, lion, zebra, rhino. The test result shown that the Vuforia library and Unity Engine can give good output animation and good information, where each marker that has been determined, can be recognized well. The test results also showed that the child's interest to applications...
Majapahit empire has so many heritages. Many heritages have different locations. Therefore it cou... more Majapahit empire has so many heritages. Many heritages have different locations. Therefore it could make more difficult to learning about majapahit empire. One way to admire or learn about majapahit empire’s heritages is through a virtual website. This website will resemble most of majapahit empire’s heritages that located in different location into one location. Artefacts will be create more interesting, where the visitors can view 3 dimension object of some artefacts. This website created using some libraries, Xampp and Notepad++. The interface that this website use is easily understand, and user friendly. All Functions that provided also help visitors to understand more about majapahit empire.
Gereja Kebangkitan Kalam Allah Indonesia (GKKA) is a non-profit organization that has been establ... more Gereja Kebangkitan Kalam Allah Indonesia (GKKA) is a non-profit organization that has been established since 1984. GKKA located on Highway Tenggilis Mejoyo 87 Surabaya has a need for the technology. The current condition of the church experienced problems in the financial and administrative records. This paper will be made an administration and finacial system to help resolve problems that occur in the GKKA. Administration system will help resolve problems in the recording of church members, employees, and assets of the church. The financial system will help in the financial records at each responsibility center. Financial records on the system using the cash basis method. This system is in the form of a website with the programming language PHP and uses a MySQL database. The results to be obtained from applications that have been made, among others, accounting journals, reports, among others: the balance sheet, trial balance, general ledger, reports surplus / deficit.
Sunday school is a place for children to learn and teachers to teach in the church. Church throug... more Sunday school is a place for children to learn and teachers to teach in the church. Church through Sunday school convey God's Word to toddler, kindergarten and grade 1 to grade 6 elementary school. Today, secular education has uses multimedia, but there are some Sunday school that has not been able to use multimedia and having difficulty finding multimedia that can be easily operated. Therefore, a multimedia application that can be easily operated by a computer was created. Game Cerita Alkitab untuk Sekolah Minggu is an application that is useful to convey the Bible story and invites users to play with illustrations in the form of images, sounds, text, and video. Application contains the story of creation, Noah and the Flood, the Tower of Babel, and Jonah from the Bible, as well as the 9 mini games. The result is an application that can be used by the sunday school, both the sunday school teacher to deliver the Word of God and the sunday school children to play.
The development of video games today have been growing rapidly. The latest technology, allows use... more The development of video games today have been growing rapidly. The latest technology, allows users to feel like in the virtual world of a video game. Simulation Game is one genre that can teach something to the user. Simulation Games like driving simulator can be used as a training tool before encountering a real condition with real vehicles. This thesis will generate a 3-dimensional application that can simulate practice exams for four-wheeled vehicles. The development of the application is using Unity Engine program with C# programming language. Logitech G27 Steering Wheel is used as the controller . The test results showed that the steering wheel device can generate output in accordance with steering control on the car. In this thesis, the test results indicate that the materials of practice test are made in 3-dimensional view is look alike reality with the practice of the real exam. This application also can be done by using the device steering wheel to steer the car in a virt...
Ray tracing is a technique in computer graphics that produced image by traversing ray from eye to... more Ray tracing is a technique in computer graphics that produced image by traversing ray from eye to every pixels on screen, and then the intersection checks between ray and objects are done. Ray tracing can produce a photorealistic image, but needs a long time to do the computations. One of the ways to shorten the computation time is by reducing the number of intersection checks between ray and objects. One of the popular methods is Bounding Volume Hierarchy (BVH). In this application, Compute Unified Device Architecture (CUDA) is also used beside BVH. The CUDA’s usage purpose is to reduce computation time by doing parallel computing in the GPU. Computations done in GPU are computing ray directions from eye to every pixels and color of every pixels. The result of this application is more than 70% rendering time reduced when compared to ray tracing application with only BVH. The maximum reduction is 86%.
Real-Time Strategy (RTS) Game is a quite popular video game genre. The uniqueness of RTS Games is... more Real-Time Strategy (RTS) Game is a quite popular video game genre. The uniqueness of RTS Games is that it is a Strategy Game where time will still continue for all the players. This creates situations where the player must determine their strategies in a matter of seconds. To get a good gameplay experience, then we would need enemies for the player. The way we could do that is to create an AI that could take into account the mechanics of the game. This thesis is aimed to broaden our knowledge on how to develop AI for RTS games. The game will be created in Unity Game Engine 5.1.2f1, where the AI that is going to be implemented is the Quantified Judgement Model and the Neural Network backpropagation. The Quantified Judgement Model will act as Abstract Controller, giving orders to his troops much like a general in a war. Neural Network Backpropagation will be used for the Virtual Character, where the AI will act for each of the troops to think on what they should do. Whether they have ...
Most people do reading activities to gain knowledge, as entertainment or a hobby for peopl... more Most people do reading activities to gain knowledge, as entertainment or a hobby for people to read. From generation to generation, reading begins to decreases. Reading becomes obsolete. Nowadays, reading a book filled with writing would be boring. Books preferably instant and interesting than a book filled with long writing and tedious. While in general almost all history books are full of writing. So this time i will make an interactive multimedia that interesting and not boring about the history of the kingdom of Majapahit. In the manufacture of interactive multimedia about the history of Majapahit i implemented several important elements in interactive multimedia ie text, images, sounds, and animations are placed and adjusted the alignment between text, images, sound, and animation. The menu also made efficiently so that it can move from one topic to another topic. The addition of some visual effects that make interactive mu...
The development of smartphone technology and the need of people to gather information of places o... more The development of smartphone technology and the need of people to gather information of places open chance to utilize augmented reality to help people get the information of a scene and see the scene through camera at the same time. The sensor-based AR system depends on GPS which is not always available. This research uses AR system using convolutional neural network for scene recognition. There are 45 network variations that will be tested to find the best combination. The different parameters that will be used are architecture, initialization method, and activation function that will be used. The architectures used are GoogLeNet and 2 variations of simplified GoogLeNet. The initialization methods used are random-based (Xavier and MSRA) and pretrained weights. The activation functions used are ReLU, PReLU, and ELU. The data augmentations used during training are random cropping, color balance, rotation, blur, sharpen, and brightness-contrast manipulation. Out of 1649 photos from 1...
Highway geometric design is a part of highway planning which focused on physical form planning, s... more Highway geometric design is a part of highway planning which focused on physical form planning, so it can fulfil the highway basic function. Highway geometric design consists of horizontal alignment and vertical alignment and each of them has its own calculation. Computer technology developments can produce softwares which is able to help and simplify the calculations of both alignments and the softwares also can produce designs which visualize the calciulation into 2D images. But 2D image is not real enough to imagine the realistic form of the highway. We need 3D visualisation to imagine the realistic highway. This paper explains how the system can produce the 3D visualisation from horizontal alignment and vertical alignment calculations. First, find the highway 3D position in the 3D coordinate. 3D coordinate has three component, x, y and z axis. From horizontal alignment calculation, we get the x and y value and from vertical alignment, we get the z value. After obtaining the 3D p...
Usually we use paper to draw sketch of room for designing building. Using paper can cause a probl... more Usually we use paper to draw sketch of room for designing building. Using paper can cause a problem especially for changing the sketch or size of the room. To solve that problem, we can use software to design sketch of the room. Nowadays there are many software can be used but many of those can only view in two dimension, top side. Using only two dimensions viewing, user have difficulties to imagine the real room in three dimensions. Also there are software which can view in three dimensions, but unfortunately the price of those software is so high. In this paper, we implement software to help user to design the sketch of the room in two dimensions, but the result can be viewed in three dimensions. In three dimensions view, user can do movement like view the real world. This software also can be used to create building have multi level, and the accessories that can be used are floor, wall, door, window and stair. To implement this software we use OpenGL library. Abstract in Bahasa I...
In this paper, we implemented 3D object modeling from 2D input images. Modeling is performed by u... more In this paper, we implemented 3D object modeling from 2D input images. Modeling is performed by using volumetric reconstruction approaches by using volumetric reconstruction approaches, the 3D space is tesselated into discrete volumes called voxels. We use voxel coloring method to reconstruct 3D object from synthetic input images by using voxel coloring, we can get photorealistic result and also has advantage to solve occlusion problem that occur in many case of 3D reconstruction. Photorealistic 3D object reconstruction is a challenging problem in computer graphics and still an active area nowadays. Many applications that make use the result of reconstruction, include virtual reality, augmented reality, 3D games, and another 3D applications. Voxel coloring considered the reconstruction problem as a color reconstruction problem, instead of shape reconstruction problem. This method works by discretizing scene space into voxels, then traversed and colored those voxels in special order....
In computer graphics applications, to produce realistic images, a method that is often used is ra... more In computer graphics applications, to produce realistic images, a method that is often used is ray tracing. Ray tracing does not only model local illumination but also global illumination. Local illumination count ambient, diffuse and specular effects only, but global illumination also count mirroring and transparency. Local illumination count effects from the lamp(s) but global illumination count effects from other object(s) too. Objects that are usually modeled are primitive objects and mesh objects. The advantage of mesh modeling is various, interesting and real-like shape. Mesh contains many primitive objects like triangle or square (rare). A problem in mesh object modeling is long rendering time. It is because every ray must be checked with a lot of triangle of the mesh. Added by ray from other objects checking, the number of ray that traced will increase. It causes the increasing of rendering time. To solve this problem, in this research, new methods are developed to make the ...
Today computer graphics is used in many aspects, especially to make animation, advertisement and ... more Today computer graphics is used in many aspects, especially to make animation, advertisement and game. We hope this technology can produce realistic pictures which same quality with photo. Metode to get the realistic 3D image is ray tracing. In this journal, make a software which can produce realistic 3D image, especially for reflective and transparent object. Reflective object will modeled can reflect another object surrounding it. And transparent object will modeled can produce caustic effect, that's rays which refract in one area. So that area will appear brighter than area surround it. Abstract in Bahasa Indonesia : Dewasa ini grafika komputer semakin banyak digunakan di berbagai bidang terutama untuk pembuatan film animasi, iklan dan pembuatan game. Diharapkan teknologi grafika komputer mampu menghasilkan gambar-gambar realistik yang kualitasnya sama dengan kualitas foto. Salah satu metode yang digunakan untuk menghasilkan gambar 3D yang realistik tersebut adalah metode ray...
Merencanakan sebuah ruangan umumnya disajikan dalam bentuk denah dan tampak dinding setiap ruang... more Merencanakan sebuah ruangan umumnya disajikan dalam bentuk denah dan tampak dinding setiap ruangan. Namun pada umumya pengguna mengalami kesulitan membayangkan visual ruangan secara tiga dimensi. Untuk mengatasi hal ini, dibuatlah sebuah aplikasi yang dapat memberi visualisasi 360° terhadap suatu ruangan sehingga pengguna dapat melihat isi ruangan, serta menandai bagian penting ruang seperti arah, sudut dan pintu yang ada dalam ruangan, visualisasii ruangan dilakukan dengan proses 360° Panorama Stitching. Hasil pengujian, telah didapatkan contoh panorama dari ruangan dalam rumah yang sudah berbentuk 360° dan denah yang dihasilkan berdasarkan data arah, sudut, dan pintu pada tiap ruangan. Visualisasi yang dihasilkan dapat membuat pengguna menyadari susunan suatu ruangan sehingga memberikan visualisasi ruangan.
The search process for domestic services have tended to be difficult because of the lack of centr... more The search process for domestic services have tended to be difficult because of the lack of centralized information media. The process of offering services performed by service providers is also difficult because of the absence of promotional media that can be accessed by service customers. Based on these requirements, crowdsource application was made for the services of domestic workers that can be a source of information as well as to help connecting service customers with service providers. Crowdsource application for the services of domestic workers is designed into a Service Provider Application, a Service Customer Application, and a Registration and Administrator Website. Registration Website is used to allow users to enroll as a provider. The website also serves for the administrator to accept or reject registration and to activate or deactivate an account. Service Provider Application and Service Customer Application function to communicate with each other in order to reach ...
Many people are eager to learn more about the world of farming, not just knowing the name and sha... more Many people are eager to learn more about the world of farming, not just knowing the name and shape of the animal. However, not everyone can travel to the farm to learn about the life cycle of the animal. One way that can be used to provide a learning experience about the life cycle of living beings in the fastest way is through a game. One of the game’s genres that can be used to provide entertainment and educational aspects to the players is a life simulation. As a life simulation game, the data used is from the real studies of sheep. To give a more realistic situation, this game has a fuzzy state machine to determine the behavior shown by the animals when being approached by the opposite sex. By creating the simulation of sheep with three-dimensional interface, the player will enjoy the gaming experience more similar to the real world. This will give more pleasure to the player. This game was made using the Unity Engine and scripting using C # with MonoDevelop. From the test resu...
Computer based learning media is one of the media has an important role in learning. Learning med... more Computer based learning media is one of the media has an important role in learning. Learning media will be attractive when packaged through interactive media , such as interactive media created in paper manufacture " instructional media global warming" . The advantage gained is that it can increase knowledge, generally educate people to be more concerned about the environment , and also can be a means of entertainment. This application is focused to learn about global warming and packaged in the form of interesting and interactive . Ranging from simulations that show the cause of global warming , global warming impacts and solutions of global warming and there is a mini- game that is packaged in the form of adventure game to make it look attractive and there is a global warming materials that can add insight . This application is created using Adobe Flash Professional CS6 . Based on tests performed and result of the questionnaries to prove that the application and the sim...
Along with increasingly learning methods evolving towards interactive learning, the technologies ... more Along with increasingly learning methods evolving towards interactive learning, the technologies that supports it are also developed, from the use of computer applications, to the use of mobile devices. One of the technologies that are developed today is the technology of virtual reality. Currently the virtual reality technology can be used easily and with equipment that is easy to find around us. The system is made covering the process of making a virtual zoo for the game world, virtual animals that will fill the zoo, and a player that can be controlled by the user. Game world is a world that will be explored by the user and in this case is a zoo, and inside the zoo there are some virtual wild animals that have a state machines design to regulate the behavior and habits of each animal. This application is made using Google Cardboard Software Development Kit and Unity. Therefore, this thesis conducted by making an application to utilize virtual reality as an interactive and an attra...
Game is an entertainment media this is growing rapidly along with the development of technology. ... more Game is an entertainment media this is growing rapidly along with the development of technology. Adventure Game is a game that is more concerned with the storyline and moral message for the players. Physics is one of the lessons that discusses the natural phenomena that are not live or matter within the scope of space and time. Physics lessons started in junior high school education. In the eighth grade junior high school, there was a discussant physics lesson on Force, Acceleration, Work and Energy that are hard to explain without media. Therefore, in this thesis, author developed a game that can help students in grade 8 junior to study about Force, Acceleration, Work, and Energy with ease. This game is created using Unity. Unity is one of the media to create a game with 3D and 2D. The programming language used by Unity are C# and Javascript. Results obtained from surveys to students in grade 8 junior on this physics game can be summed adventure game Physics 85% interested, 70% in ...
Augmented Reality (AR) is a new information media that is being developed nowadays. A R is a tech... more Augmented Reality (AR) is a new information media that is being developed nowadays. A R is a technology that combines 2D or 3D virtual objects in a real environment around us. A R can be used as animal learning media that can attract children attention. AR can bring interactive learning efficient. B ecause children not only learn in theory only, but children are also available to see animal objects in 3D. Animal learning application will be made in thie thesis.This application is created using Vuforia library and Unity Engine, using the programming language C #. Application can display animals 3D objects and display information in English and Indonesian. Animals in this application are wolf, fox, elephant, lion, zebra, rhino. The test result shown that the Vuforia library and Unity Engine can give good output animation and good information, where each marker that has been determined, can be recognized well. The test results also showed that the child's interest to applications...
Majapahit empire has so many heritages. Many heritages have different locations. Therefore it cou... more Majapahit empire has so many heritages. Many heritages have different locations. Therefore it could make more difficult to learning about majapahit empire. One way to admire or learn about majapahit empire’s heritages is through a virtual website. This website will resemble most of majapahit empire’s heritages that located in different location into one location. Artefacts will be create more interesting, where the visitors can view 3 dimension object of some artefacts. This website created using some libraries, Xampp and Notepad++. The interface that this website use is easily understand, and user friendly. All Functions that provided also help visitors to understand more about majapahit empire.
Gereja Kebangkitan Kalam Allah Indonesia (GKKA) is a non-profit organization that has been establ... more Gereja Kebangkitan Kalam Allah Indonesia (GKKA) is a non-profit organization that has been established since 1984. GKKA located on Highway Tenggilis Mejoyo 87 Surabaya has a need for the technology. The current condition of the church experienced problems in the financial and administrative records. This paper will be made an administration and finacial system to help resolve problems that occur in the GKKA. Administration system will help resolve problems in the recording of church members, employees, and assets of the church. The financial system will help in the financial records at each responsibility center. Financial records on the system using the cash basis method. This system is in the form of a website with the programming language PHP and uses a MySQL database. The results to be obtained from applications that have been made, among others, accounting journals, reports, among others: the balance sheet, trial balance, general ledger, reports surplus / deficit.
Sunday school is a place for children to learn and teachers to teach in the church. Church throug... more Sunday school is a place for children to learn and teachers to teach in the church. Church through Sunday school convey God's Word to toddler, kindergarten and grade 1 to grade 6 elementary school. Today, secular education has uses multimedia, but there are some Sunday school that has not been able to use multimedia and having difficulty finding multimedia that can be easily operated. Therefore, a multimedia application that can be easily operated by a computer was created. Game Cerita Alkitab untuk Sekolah Minggu is an application that is useful to convey the Bible story and invites users to play with illustrations in the form of images, sounds, text, and video. Application contains the story of creation, Noah and the Flood, the Tower of Babel, and Jonah from the Bible, as well as the 9 mini games. The result is an application that can be used by the sunday school, both the sunday school teacher to deliver the Word of God and the sunday school children to play.
The development of video games today have been growing rapidly. The latest technology, allows use... more The development of video games today have been growing rapidly. The latest technology, allows users to feel like in the virtual world of a video game. Simulation Game is one genre that can teach something to the user. Simulation Games like driving simulator can be used as a training tool before encountering a real condition with real vehicles. This thesis will generate a 3-dimensional application that can simulate practice exams for four-wheeled vehicles. The development of the application is using Unity Engine program with C# programming language. Logitech G27 Steering Wheel is used as the controller . The test results showed that the steering wheel device can generate output in accordance with steering control on the car. In this thesis, the test results indicate that the materials of practice test are made in 3-dimensional view is look alike reality with the practice of the real exam. This application also can be done by using the device steering wheel to steer the car in a virt...
Uploads
Papers by Liliana Liliana