|
|
|
|
LEADER |
00000cam a2200000Mi 4500 |
001 |
EBSCO_ocn829461601 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
130309s2013 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d YDXCP
|d OCLCQ
|d UMI
|d COO
|d DEBSZ
|d OCLCQ
|d OCLCF
|d OCLCQ
|d FEM
|d N$T
|d ZCU
|d AGLDB
|d MERUC
|d OCLCQ
|d D6H
|d VTS
|d ICG
|d OCLCQ
|d STF
|d DKC
|d OCLCQ
|d AJS
|d OCLCO
|d OCLCQ
|d OCL
|
019 |
|
|
|a 842846815
|a 968042466
|a 969078278
|a 1011007837
|a 1087480978
|a 1264932471
|
020 |
|
|
|a 9781849693554
|q (electronic bk.)
|
020 |
|
|
|a 1849693552
|q (electronic bk.)
|
020 |
|
|
|z 1849693552
|
020 |
|
|
|z 1849693544
|
020 |
|
|
|z 9781849693547
|
029 |
1 |
|
|a AU@
|b 000051433272
|
029 |
1 |
|
|a CHNEW
|b 001051275
|
029 |
1 |
|
|a CHVBK
|b 56770095X
|
029 |
1 |
|
|a DEBBG
|b BV041121775
|
029 |
1 |
|
|a DEBBG
|b BV044188968
|
029 |
1 |
|
|a DEBSZ
|b 396766986
|
029 |
1 |
|
|a DEBSZ
|b 397473567
|
029 |
1 |
|
|a DEBSZ
|b 49311601X
|
029 |
1 |
|
|a GBVCP
|b 785368434
|
035 |
|
|
|a (OCoLC)829461601
|z (OCoLC)842846815
|z (OCoLC)968042466
|z (OCoLC)969078278
|z (OCoLC)1011007837
|z (OCoLC)1087480978
|z (OCoLC)1264932471
|
037 |
|
|
|a CL0500000214
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.C672
|b W93 2013
|
072 |
|
7 |
|a GAM
|x 013000
|2 bisacsh
|
082 |
0 |
4 |
|a 005.26
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Wyand, David.
|
245 |
1 |
0 |
|a Torque 3D game development cookbook :
|b over 80 practical recipes and hidden gems for getting the most out of the Torque D game engine /
|c David Wyand.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (908 pages)
|
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
|2 rda
|
505 |
0 |
|
|a Table of Contents; Torque 3D Game Development Cookbook; Torque 3D Game Development Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the color images of this book; Downloading the example code; Errata; Piracy; Questions; 1. TorqueScript: The Only Script You Need to Know; Introduction.
|
505 |
8 |
|
|a Accessing delimited fields within a stringGetting ready; How to do it ... ; How it works ... ; There's more ... ; Skipping spaces (only tab and new line delimiters); Skipping spaces and tabs (only new line delimiters); See also; Iterating on words in a string list; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Retrieving components of a variable using accessors; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Iterating on objects in a SimSet or SimGroup collection; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also.
|
505 |
8 |
|
|a Getting a random object from a SimSet or SimGroup collectionGetting ready; How to do it ... ; How it works ... ; See also; Finding an object in a SimSet or SimGroup collection using its internal name; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Including children SimSet and SimGroup collections in the search; Using the special -> operator; Using the special --> operator; See also; Executing a method on a SimSet or SimGroup collection; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a new SimObject instance; How to do it ...
|
505 |
8 |
|
|a How it works ... There's more ... ; Creating a new SimObject instance with a globally unique name; Creating a new SimObject instance with defined properties; Creating a new SimObject instance based on another SimObject instance; See also; Creating a new internal name only SimObject instance; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a new Datablock object; How to do it ... ; How it works ... ; There's more ... ; Creating a new Datablock object based on another Datablock object; Limited total number of Datablocks; The datablock keyword should only be used on the server.
|
505 |
8 |
|
|a Datablock properties should be considered staticSee also; Creating a new singleton; How to do it ... ; How it works ... ; See also; Extending a SimObject instance using the class property; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Working with a class namespace after object creation; Extending even further with the superClass property; Understanding the namespace hierarchy; Limitations of the class property; See also; Using a variable to access methods or properties of a SimObject instance; Getting ready; How to do it ... ; How it works ... ; See also.
|
520 |
|
|
|a Cookbook; packed with recipes to help you create amazing 3D games with Torque. The recipes provide clear step-by-step instruction and practical examples to advance your understanding of Torque 3D and all of its subsystems. The book is written for professional and indie game developers that have basic knowledge of TorqueScript, are acquainted with Torque 3D's built-in tools, and wish to take their skills to the next level. Having gone through the comprehensive Torque 3D 1.2 FPS game tutorial on the GarageGames website (or its equivalent) is assumed.
|
588 |
0 |
|
|a Print version record.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Computer games
|x Programming.
|
650 |
|
0 |
|a Three-dimensional display systems.
|
650 |
|
6 |
|a Jeux d'ordinateur
|x Programmation.
|
650 |
|
6 |
|a Affichage tridimensionnel.
|
650 |
|
7 |
|a three-dimensional.
|2 aat
|
650 |
|
7 |
|a GAMES & ACTIVITIES
|x Video & Electronic.
|2 bisacsh
|
650 |
|
7 |
|a Video games
|x Programming.
|2 fast
|0 (OCoLC)fst00872114
|
650 |
|
7 |
|a Three-dimensional display systems.
|2 fast
|0 (OCoLC)fst01150324
|
776 |
0 |
8 |
|i Print version:
|a Wyand, David.
|t Torque 3D Game Development Cookbook.
|d Birmingham : Packt Publishing, ©2013
|z 9781849693547
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=533214
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1119769
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 533214
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10004422
|
994 |
|
|
|a 92
|b IZTAP
|