Cargando…

Learning Unreal Engine game development : a step-by-step guide that paves the way for developing fantastic games with Unreal Engine 4 /

A step-by-step guide that paves the way for developing fantastic games with Unreal Engine 4 About This Book Learn about game development and the building blocks that go into creating a game A simple tutorial for beginners to get acquainted with the Unreal Engine architecture Learn about the features...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lee, Joanna (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn945637661
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160328s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d N$T  |d KSU  |d COO  |d DEBBG  |d VT2  |d UOK  |d CEF  |d NLE  |d INT  |d OCLCQ  |d UKMGB  |d AGLDB  |d IGB  |d UKAHL  |d RDF  |d QGK  |d OCLCO  |d OCLCQ  |d OCLCA  |d OCL  |d OCLCA 
015 |a GBB6G3351  |2 bnb 
016 7 |a 018007250  |2 Uk 
019 |a 1259157868 
020 |a 9781784395964  |q (electronic bk.) 
020 |a 178439596X  |q (electronic bk.) 
020 |z 9781784398156 
020 |a 1784398152 
020 |a 9781784398156 
029 1 |a DEBBG  |b BV043969039 
029 1 |a DEBSZ  |b 485795523 
029 1 |a GBVCP  |b 882848976 
029 1 |a UKMGB  |b 018007250 
035 |a (OCoLC)945637661  |z (OCoLC)1259157868 
037 |a CL0500000723  |b Safari Books Online 
050 4 |a QA76.76.C672 
072 7 |a GAM  |x 001000  |2 bisacsh 
082 0 4 |a 794.81526  |2 23 
049 |a UAMI 
100 1 |a Lee, Joanna,  |e author. 
245 1 0 |a Learning Unreal Engine game development :  |b a step-by-step guide that paves the way for developing fantastic games with Unreal Engine 4 /  |c Joanna Lee. 
246 3 0 |a Step-by-step guide that paves the way for developing fantastic games with Unreal Engine 4 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource (1 volume) :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 |a Description based on online resource; title from cover page (Safari, viewed March 24, 2016). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: An Overview of Unreal Engine; What goes into a game?; What is a game engine?; The history of Unreal Engine; Game development; Artists; Cinematic creators; Sound designers; Game designers; Programmers; The components of Unreal Engine 4; The sound engine; The physics engine; The graphics engine; Input and the Gameplay framework; Light and shadow; Post-process effects; Artificial intelligence; Online and multiplatform capabilities; Unreal Engine and its powerful editors 
505 8 |a Unreal EditorMaterial Editor; The Cascade particle system; The Persona skeletal mesh animation; Landscape -- building large outdoor worlds and foliage; Sound Cue Editor; Matinee Editor; The Blueprint visual scripting system; Unreal programming; Unreal objects; A beginner's guide to the Unreal Editor; The start menu; Project Browser; Content Browser; Toolbar; Viewport; Scene Outliner; Modes; Summary; Chapter 2: Creating Your First Level; Exploring preconfigured levels; Creating a new project; Navigating the viewport; Views; Control keys; Creating a level from a new blank map 
505 8 |a Creating the ground using the BSP Box brushUseful tip -- selecting an object easily; Useful tip -- changing View Mode to aid visuals; Adding light to a level; Useful tip -- positioning objects in a level; Adding the sky to a level; Adding Player Start; Useful tip -- rotating objects in a level; Viewing a level that's been created; Saving a level; Configuring a map as a start level; Adding material to the ground; Adding a wall; Duplicating a wall; Creating an opening for a door; Adding materials to the walls; Sealing a room; Adding props or a static mesh to the room 
505 8 |a Adding Lightmass Importance VolumeApplying finishing touches to a room; Useful tip -- using the drag snap grid; Summary; Chapter 3: Game Objects -- More and Move; BSP Brush; Background; Brush type; Brush solidity; Static Mesh; BSP Brush versus Static Mesh; Making Static Mesh movable; Materials; Creating a Material in Unreal; Materials versus Textures; Texture/UV mapping; How to create and use a Texture Map; Multitexturing; A special form of texture maps -- Normal Maps; Level of detail; Collisions; Collision configuration properties; Simulation Generates Hit Events; Generate Overlap Events 
505 8 |a Collision PresetsCollision Enabled; Object Type; Collision Responses; Collision hulls; Interactions; Static Mesh creation pipeline; Introducing volumes; Blocking Volume; Camera Blocking Volume; Trigger Volume; Nav Mesh Bounds Volume; Physics Volume; Pain Causing Volume; Kill Z Volume; Level Streaming Volume; Cull Distance Volume; Audio Volume; PostProcess Volume; Lightmass Importance Volume; Introducing Blueprint; Level Blueprint; Using the Trigger Volume to turn on/off light; Using Trigger Volume to toggle light on/off (optional); Summary; Chapter 4: Material and Light; Materials 
520 |a A step-by-step guide that paves the way for developing fantastic games with Unreal Engine 4 About This Book Learn about game development and the building blocks that go into creating a game A simple tutorial for beginners to get acquainted with the Unreal Engine architecture Learn about the features and functionalities of Unreal Engine 4 and how to use them to create your own games Who This Book Is For If you are new to game development and want to learn how games are created using Unreal Engine 4, this book is the right choice for you. You do not need prior game development experience, but it is expected that you have played games before. Knowledge of C++ would prove to be useful. What You Will Learn Learn what a game engine is, the history of Unreal Engine, and how game studios create games Explore the Unreal Engine 4 editor controls and learn how to use the editor to create a room in a game level Understand the basic structures of objects in a game, such as the differences between BSP and static meshes Make objects interactive using level blueprints Learn more about computer graphics rendering; how materials and light are rendered in your game Get acquainted with the Material Editor to create materials and use different types of lights in the game levels Utilize the various editors, tools, and features such as UI, the particle system, audio, terrain manipulation, and cinematics in Unreal Engine 4 to create game levels In Detail Unreal Engine 4 is a powerful game development engine that provides rich functionalities to create 2D and 3D games across multiple platforms. Many people know what a game is and they play games every day, but how many of them know how to create a game? Unreal Engine technology powers hundreds of games, and thousands of individuals have built careers and companies around skills developed using this engine. Learning Unreal Engine 4 Game Development starts with small, simple game ideas and playable projects that you can actually finish. The book first teaches you the basics of using Unreal Engine to create a simple game level. Then, you'll learn how to add details such as actors, animation, effects, and so on to the game. The complexity will increase over the chapters and the examples chosen will help you learn a wide variety of game development techniques. This book aims to equip you with the confidence and skills to design and build your own games using Unreal Engine 4. By the end of this book, you'll have learnt abou... 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Android (Electronic resource) 
630 0 7 |a Android (Electronic resource)  |2 fast  |0 (OCoLC)fst01776064 
650 0 |a UnrealScript (Computer program language) 
650 0 |a Computer games  |x Programming. 
650 0 |a Computer games  |x Design. 
650 6 |a UnrealScript (Langage de programmation) 
650 6 |a Jeux d'ordinateur  |x Programmation. 
650 6 |a Jeux d'ordinateur  |x Conception. 
650 7 |a GAMES / Board  |2 bisacsh 
650 7 |a Computer games  |x Design.  |2 fast  |0 (OCoLC)fst00872112 
650 7 |a Video games  |x Programming.  |2 fast  |0 (OCoLC)fst00872114 
650 7 |a UnrealScript (Computer program language)  |2 fast  |0 (OCoLC)fst01740999 
776 |z 1-78439-815-2 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193728  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781784398156/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n BDZ0027122892 
938 |a EBSCOhost  |b EBSC  |n 1193728 
994 |a 92  |b IZTAP