IMGD 1001: 3D Art. by Mark Claypool Robert W. Lindeman Modeling, Texturing, Lighting, Transformations
|
|
- Oszkár Balla
- 6 évvel ezelőtt
- Látták:
Átírás
1 IMGD : 3D Art b Mark Clapool (clapool@cs.wpi.edu Robert W. Lindeman (gogo@wpi.edu Outline The Pipeline Concept Art 2D Art Animation, Tiles 3D Art Modeling, Teturing, Lighting, Transformations (net Clapool & Lindeman - WPI, CS & IMGD 2
2 Polgonal Modeling Basics: Primitives Primitives are basic shapes Most 3d packages have same primitives: Sphere, Cube, Clinder, Plane Use for broad strokes Concentrate on primitives within object E: human bod (ovals for shoulders, clinders for legs, sphere for head Components are parts that make up primitive E: vertices, edges, triangles, faces, elements Similar across all packages but terminolog can var Transformation allows moving, rotating, scaling object or component Clapool & Lindeman - WPI, CS & IMGD 3 Polgonal Modeling Basics: Normals Face normals are at right angle to polgon Tell what direction if facing, how to render, how light will react Viewed from other side, is invisible Fine if on inside (sa, of solid cube When debugging, pa attention to normals as well as polgons Clapool & Lindeman - WPI, CS & IMGD 4 2
3 Polgonal Modeling Basics: Backface Culling Toggles displa of faces that point awa from view When on, see through wireframe When off, looks solid (not drawn Makes look less cluttered Clapool & Lindeman - WPI, CS & IMGD 5 Modeling Tools Certain tools and techniques used 8-9% of the time Line Tool: Draw outline of object and etrude to get 3-d shape E: profile of car. Use line tool. Then, etrude outward to get shape. Etrude: Take component (often face, duplicating it, pulling pushing or scaling to refine model E: take cube. Etrude face outward and smaller Cut: Subdivides faces and adds new faces Adjust: The artistic part of modeling. Tr to capture form, profile and character b moving vertices Verte surger, part of the technical manipulation Clapool & Lindeman - WPI, CS & IMGD 6 Based on Chapter 6.2, Introduction to Game Development 3
4 Modeling Technique: Bo Modeling Done for character, but can appl to other things General idea: Start with bo, clinder or other primitive Etrude, Cut, Adjust Get topolog, proportions right Once happ, refine until details complete Clapool & Lindeman - WPI, CS & IMGD 7 Bo modeling: Quick Eample Reference Bo modeling: etrude, cut, adjust Compare to reference Shade Clapool & Lindeman - WPI, CS & IMGD 8 Based on Chapter 6.2, Introduction to Game Development 4
5 Polgons and Limits 3d Software renders scene of polgons like game But 3d software slow (To Stor frame / 5 hrs Game is real time (3 frames / second Need to limit polgons. How spent depends upon world size and where needed. E: Medal of Honor versus Soul Caliber 2. MoH details spread across world, less on avatars. SC2 can have detailed avatars since onl 2 in one ring. Think of how man polgons each item needs. Estimates, educated guesses. Then, make pass. (Tools will often give count Used wisel, can make detailed scenes with few (E: 2.5, page 24 Ch 6.2 assumes 4 (tpical for PS2 street fighting game or hero in 3 rd person action game Clapool & Lindeman - WPI, CS & IMGD 9 Based on Chapter 2, Creating the Art of the Game, b Matthew Omernick Polgon Reduction ( of 4 Being able to model without wasting polgons important takes practice Ask if a plaer will see face? E: oil barrel as clinder. Will see bottom? Nope, then delete. Are all faces necessar? Looks great, eah, but some can be removed. E: 2-sided clinder still looks round with 8 sides? Then do it. (Eample eercise p3-3 Clapool & Lindeman - WPI, CS & IMGD Based on Chapter 2, Creating the Art of the Game, b Matthew Omernick 5
6 Polgon Reduction (2 of 4 Level-of-detail (LOD meshes Multiple versions of object, progressivel lower levels When far awa, use low level Assume more objects in Field of View When close, use higher level Assume fewer objects in Field of View Clapool & Lindeman - WPI, CS & IMGD Polgon Reduction (3 of 4 For entire level (ie- map with environment, entire polgon count matters Impacts amount of memor needed But onl visible polgons rendered Rest are culled and not computed Images courtes of WildTangent Clapool & Lindeman - WPI, CS & IMGD 2 Based on Chapter 6.2, Introduction to Game Development 6
7 Polgon Reduction (4 of 4 With low polgon modeling, much of the detail is painted into the teture (net topic! Images courtes of WildTangent, model and teture b David Johnson. Clapool & Lindeman - WPI, CS & IMGD 3 Based on Chapter 6.2, Introduction to Game Development Teture Shader define surface propert of object how shin, bump, how light effects Teture bitmap plugged into shader that defines image we want to appear on object Clapool & Lindeman - WPI, CS & IMGD 4 Based on Chapter 6.4, Introduction to Game Development 7
8 Detail in Teture Add depth, lines, etc. without polgons Bo is 2 polgons, bricks would take man more (Taken from Clapool & Lindeman - WPI, CS & IMGD 5 Based on Chapter 6.4, Introduction to Game Development Lighting Can conjure feelings, emotions, even change what ou are seeing Reveal (or hide depth (Man books on traditional lighting AR/ID 35. LIGHT, VISION AND UNDERSTANDING Color, Mood Clapool & Lindeman - WPI, CS & IMGD 6 Based on Chapter 6.6, Introduction to Game Development 8
9 The Role of Color RTX Red Rock Color indicates danger Clapool & Lindeman - WPI, CS & IMGD 7 The Role of Lighting Long shadows not onl add to the atmosphere, but also help break up repetition Clapool & Lindeman - WPI, CS & IMGD 8 9
10 Lighting Setup ( of 3 Ke light main source. The Ke light is placed net to the camera, about degree angle to the subject. The angle is determined b what kind of mood that ou want the scene to have. Clapool & Lindeman - WPI, CS & IMGD 9 Lighting Setup (2 of 3 Fill light Brings out some details out of shadow. Place the Fill Light at a 9 degree angle from the Ke Light, usuall slightl higher or lower than the Ke Light. Clapool & Lindeman - WPI, CS & IMGD 2
11 Lighting Setup (3 of 3 Backlight - Highlights edges, pulls awa from background. Placed directl opposite the camera and behind the subject. Clapool & Lindeman - WPI, CS & IMGD 2 Working with 3D Lights Directional Lights used for sunlight or moonlight. Often as ke light. Predictable. Ambient Lights spread everwhere, equall. Uniform diffuse lights. Precise control over illumination. Spot Lights focus beam on single location. Great control. Point Lights single point in all directions. Light bulbs, candles, etc. Clapool & Lindeman - WPI, CS & IMGD 22 Based on Chapter 6.6, Introduction to Game Development
12 Eample of Working with 3D Lights Ambient light Clapool & Lindeman - WPI, CS & IMGD 23 Based on Chapter 6.6, Introduction to Game Development Effective Lighting Practices ( of 2 Pools of light Don t alwas tr to light evenl. - Gives sense of mster Pools of light in Indiana Jones: The Emperors Tomb Clapool & Lindeman - WPI, CS & IMGD 24 Based on Chapter 6.6, Introduction to Game Development 2
13 Effective Lighting Practices (2 of 2 Guide lights -Use light to guide the plaer. - Helps highlight areas that are accessible and important to the objectives. Clapool & Lindeman - WPI, CS & IMGD 25 Based on Chapter 6.6, Introduction to Game Development Introduction to Transformations A transformation changes an objects Size (scaling Position (translation Orientation (rotation Transform object b appling sequence of matri multiplications to object vertices Clapool & Lindeman - WPI, CS & IMGD 26 3
14 Hierarchical Transformations Graphical scenes have object dependencies Man small objects Attributes (position, orientation, etc. depend on each other hammer A Robot Hammer! lower arm base Clapool & Lindeman - WPI, CS & IMGD 27 Hierarchical Transformations Object dependenc description using tree structure Base Lower arm Upper arm Hammer Root node Leaf node Object position and orientation can be affected b its parent, grand-parent, grand-grand-parent, nodes Hierarchical representation is known as Scene Graph Clapool & Lindeman - WPI, CS & IMGD 28 4
15 Hierarchical Transformations Relative Transformations - Specif the transformation for each object relative to its parent Step : Translate the base (and its descendants b (5,, ; z z z Clapool & Lindeman - WPI, CS & IMGD 29 Hierarchical Transformations Step 2: Rotate the lower arm and (its descendants relative to the bases local ais b -9 degrees z z z Clapool & Lindeman - WPI, CS & IMGD 3 5
16 Hierarchical Transformations Base Translate (5,, Lower arm Rotate (-9 about its local Upper arm Hammer Appl all the wa down Appl all the wa down Clapool & Lindeman - WPI, CS & IMGD 3 Transformation uses Matrices All transformations can be performed using matri/vector multiplication Allows pre-multiplication of all matrices Note: point (, needs to be represented as (,,, also called homogeneous coordinates Clapool & Lindeman - WPI, CS & IMGD 32 6
17 Point Representation We use a column matri (2 matri to represent a 2D point General form of transformation of a point (, to (, can be written as: = a + b + c = d + e + f or a b c = d e f * Clapool & Lindeman - WPI, CS & IMGD 33 Translation To reposition a point along a straight line Given point (, and translation distance (t, t The new point: (, (, = + t = + t (, or P = P + T where P = P = t T = t Clapool & Lindeman - WPI, CS & IMGD 34 7
18 8 Clapool & Lindeman - WPI, CS & IMGD D Translation Matri t t = + use 3 vector t t = * Note: it becomes a matri-vector multiplication = + t = + t Clapool & Lindeman - WPI, CS & IMGD 36 Translation of Objects How to translate an object with multiple vertices? Translate individual vertices
19 9 Clapool & Lindeman - WPI, CS & IMGD 37 2D Scaling Scale: Alter object size b scaling factor (S, S. i.e., = * S = * S (, (2,2 S = 2, S = 2 (2,2 (4,4 = S S Clapool & Lindeman - WPI, CS & IMGD D Scaling Matri = S S = S S = * S = * S
20 2D Rotation Default rotation center is origin (, > : Rotate counter clockwise < : Rotate clockwise Clapool & Lindeman - WPI, CS & IMGD 39 2D Rotation (cont. (, Rotate about the origin b (, (, r φ (, How to compute (,? = r*cos(φ = r*sin(φ = r*cos(φ + = r*sin(φ + Clapool & Lindeman - WPI, CS & IMGD 4 2
21 2 Clapool & Lindeman - WPI, CS & IMGD 4 2D Rotation (cont. Using trigonometric identities (, (, φ r = cos( sin( = sin( + cos( Matri form? = cos( sin( sin( cos( φ φ φ sin sin cos cos cos( = + φ φ φ sin cos cos sin sin( + = + Clapool & Lindeman - WPI, CS & IMGD D Rotation Matri (, (, φ r = cos( sin( sin( cos( = cos( sin( sin( cos(
22 2D Rotation How to rotate an object with multiple vertices? Rotate individual Vertices Clapool & Lindeman - WPI, CS & IMGD 43 Arbitrar Rotation Center To rotate about arbitrar point P = (P, P b : Translate object b T(-P, -P so that P coincides with origin Rotate the object b R( Translate object back: T(P, P In matri form T(P,P R( T(-P,-P * P Pcos( sin( = P sin( cos( Similar for arbitrar scaling anchor P P Clapool & Lindeman - WPI, CS & IMGD 44 22
23 Composing Transformations Composing transformations Appling several transforms in succession to form one overall transformation Eample M X M2 X M3 X P where M, M2, M3 are transform matrices applied to P Be careful with the order! For eample Translate b (5,, then rotate 6 degrees is NOT same as Rotate b 6 degrees, then translate b (5, Clapool & Lindeman - WPI, CS & IMGD 45 23
Construction of a cube given with its centre and a sideline
Transformation of a plane of projection Construction of a cube given with its centre and a sideline Exercise. Given the center O and a sideline e of a cube, where e is a vertical line. Construct the projections
Angol Középfokú Nyelvvizsgázók Bibliája: Nyelvtani összefoglalás, 30 kidolgozott szóbeli tétel, esszé és minta levelek + rendhagyó igék jelentéssel
Angol Középfokú Nyelvvizsgázók Bibliája: Nyelvtani összefoglalás, 30 kidolgozott szóbeli tétel, esszé és minta levelek + rendhagyó igék jelentéssel Timea Farkas Click here if your download doesn"t start
Szundikáló macska Sleeping kitty
Model: Peter Budai 999. Diagrams: Peter Budai 999.. Oda-visszahajtás átlósan. Fold and unfold diagonally. 2. Behajtunk középre. Fold to the center. 3. Oda-visszahajtások derékszögben. Fold and unfold at
Sebastián Sáez Senior Trade Economist INTERNATIONAL TRADE DEPARTMENT WORLD BANK
Sebastián Sáez Senior Trade Economist INTERNATIONAL TRADE DEPARTMENT WORLD BANK Despite enormous challenges many developing countries are service exporters Besides traditional activities such as tourism;
Mapping Sequencing Reads to a Reference Genome
Mapping Sequencing Reads to a Reference Genome High Throughput Sequencing RN Example applications: Sequencing a genome (DN) Sequencing a transcriptome and gene expression studies (RN) ChIP (chromatin immunoprecipitation)
(c) 2004 F. Estrada & A. Jepson & D. Fleet Canny Edges Tutorial: Oct. 4, '03 Canny Edges Tutorial References: ffl imagetutorial.m ffl cannytutorial.m
Canny Edges Tutorial: Oct. 4, '03 Canny Edges Tutorial References: ffl imagetutorial.m ffl cannytutorial.m ffl ~jepson/pub/matlab/isetoolbox/tutorials ffl ~jepson/pub/matlab/utvistoolbox/tutorials ffl
Vitorláshal Angelfish
Model: Peter udai 996. Diagrams: Peter udai 998.. Oda-visszahajtás felezve. Fordítsd meg a papírt! Fold in half and unfold. Turn the paper over. 2. Oda-visszahajtás átlósan. Fold and unfold diagonally.
Contact us Toll free (800) fax (800)
Table of Contents Thank you for purchasing our product, your business is greatly appreciated. If you have any questions, comments, or concerns with the product you received please contact the factory.
Széchenyi István Egyetem www.sze.hu/~herno
Oldal: 1/6 A feladat során megismerkedünk a C# és a LabVIEW összekapcsolásának egy lehetőségével, pontosabban nagyon egyszerű C#- ban írt kódból fordítunk DLL-t, amit meghívunk LabVIEW-ból. Az eljárás
A modern e-learning lehetőségei a tűzoltók oktatásának fejlesztésében. Dicse Jenő üzletfejlesztési igazgató
A modern e-learning lehetőségei a tűzoltók oktatásának fejlesztésében Dicse Jenő üzletfejlesztési igazgató How to apply modern e-learning to improve the training of firefighters Jenő Dicse Director of
Travel Getting Around
- Location I am lost. Not knowing where you are Can you show me where it is on the map? Asking for a specific location on a map Where can I find? Asking for a specific Eltévedtem. Meg tudná nekem mutatni
3. MINTAFELADATSOR KÖZÉPSZINT. Az írásbeli vizsga időtartama: 30 perc. III. Hallott szöveg értése
Oktatáskutató és Fejlesztő Intézet TÁMOP-3.1.1-11/1-2012-0001 XXI. századi közoktatás (fejlesztés, koordináció) II. szakasz ANGOL NYELV 3. MINTAFELADATSOR KÖZÉPSZINT Az írásbeli vizsga időtartama: 30 perc
Performance Modeling of Intelligent Car Parking Systems
Performance Modeling of Intelligent Car Parking Systems Károly Farkas Gábor Horváth András Mészáros Miklós Telek Technical University of Budapest, Hungary EPEW 2014, Florence, Italy Outline Intelligent
L' G' F F' M G. A) rotation 180 about the origin B) translation: (x, y) (x + 3, y + 2) C) reflection across y =
Geometr idterm, 40 multiple choice questions Z n2^0z1y9 g\uptias ]S\oofRtBwasrPe HLLOCW. u vakluls YrCigvhLtgsP ar[esaezrvteds. Practice am Write a rule to describe each transformation. 1) J' ' 2) ' '
Lopocsi Istvánné MINTA DOLGOZATOK FELTÉTELES MONDATOK. (1 st, 2 nd, 3 rd CONDITIONAL) + ANSWER KEY PRESENT PERFECT + ANSWER KEY
Lopocsi Istvánné MINTA DOLGOZATOK FELTÉTELES MONDATOK (1 st, 2 nd, 3 rd CONDITIONAL) + ANSWER KEY PRESENT PERFECT + ANSWER KEY FELTÉTELES MONDATOK 1 st, 2 nd, 3 rd CONDITIONAL I. A) Egészítsd ki a mondatokat!
ANGOL NYELV KÖZÉPSZINT SZÓBELI VIZSGA I. VIZSGÁZTATÓI PÉLDÁNY
ANGOL NYELV KÖZÉPSZINT SZÓBELI VIZSGA I. VIZSGÁZTATÓI PÉLDÁNY A feladatsor három részbol áll 1. A vizsgáztató társalgást kezdeményez a vizsgázóval. 2. A vizsgázó egy szituációs feladatban vesz részt a
On The Number Of Slim Semimodular Lattices
On The Number Of Slim Semimodular Lattices Gábor Czédli, Tamás Dékány, László Ozsvárt, Nóra Szakács, Balázs Udvari Bolyai Institute, University of Szeged Conference on Universal Algebra and Lattice Theory
ANGOL NYELV KÖZÉPSZINT SZÓBELI VIZSGA I. VIZSGÁZTATÓI PÉLDÁNY
ANGOL NYELV KÖZÉPSZINT SZÓBELI VIZSGA I. VIZSGÁZTATÓI PÉLDÁNY A feladatsor három részből áll 1. A vizsgáztató társalgást kezdeményez a vizsgázóval. 2. A vizsgázó egy szituációs feladatban vesz részt a
IES TM Evaluating Light Source Color Rendition
IES TM-30-15 Evaluating Light Source Color Rendition "Original" "CRI = 80" Desaturated "CRI = 80" Saturated More metrics Color Fidelity Color Discrimination Color Preference Metrics/Measures R f (IES TM-30-15)
ANGOL NYELVI SZINTFELMÉRŐ 2013 A CSOPORT. on of for from in by with up to at
ANGOL NYELVI SZINTFELMÉRŐ 2013 A CSOPORT A feladatok megoldására 45 perc áll rendelkezésedre, melyből körülbelül 10-15 percet érdemes a levélírási feladatra szánnod. Sok sikert! 1. Válaszd ki a helyes
(Asking for permission) (-hatok/-hetek?; Szabad ni? Lehet ni?) Az engedélykérés kifejezésére a következő segédigéket használhatjuk: vagy vagy vagy
(Asking for permission) (-hatok/-hetek?; Szabad ni? Lehet ni?) SEGÉDIGÉKKEL Az engedélykérés kifejezésére a következő segédigéket használhatjuk: vagy vagy vagy A fenti felsorolásban a magabiztosság/félénkség
i1400 Image Processing Guide A-61623_zh-tw
i1400 Image Processing Guide A-61623_zh-tw ................................................................. 1.............................................................. 1.........................................................
2 level 3 innovation tiles. 3 level 2 innovation tiles. 3 level 1 innovation tiles. 2 tribe pawns of each color. 3 height 3 tribe pawns.
2 darab 3-as szintű találmány jelző Origin kártyaszövegek fordítása Vágd ki a az egyes kártyákhoz tartozó lapokat a vonalak és a színes terület mentén, majd csúsztasd be a kártyavédő fóliába úgy, hogy
KN-CP50. MANUAL (p. 2) Digital compass. ANLEITUNG (s. 4) Digitaler Kompass. GEBRUIKSAANWIJZING (p. 10) Digitaal kompas
KN-CP50 MANUAL (p. ) Digital compass ANLEITUNG (s. 4) Digitaler Kompass MODE D EMPLOI (p. 7) Boussole numérique GEBRUIKSAANWIJZING (p. 0) Digitaal kompas MANUALE (p. ) Bussola digitale MANUAL DE USO (p.
Adatbázisok 1. Rekurzió a Datalogban és SQL-99
Adatbázisok 1 Rekurzió a Datalogban és SQL-99 Expressive Power of Datalog Without recursion, Datalog can express all and only the queries of core relational algebra. The same as SQL select-from-where,
Expansion of Red Deer and afforestation in Hungary
Expansion of Red Deer and afforestation in Hungary László Szemethy, Róbert Lehoczki, Krisztián Katona, Norbert Bleier, Sándor Csányi www.vmi.szie.hu Background and importance large herbivores are overpopulated
Cluster Analysis. Potyó László
Cluster Analysis Potyó László What is Cluster Analysis? Cluster: a collection of data objects Similar to one another within the same cluster Dissimilar to the objects in other clusters Cluster analysis
Miskolci Egyetem Gazdaságtudományi Kar Üzleti Információgazdálkodási és Módszertani Intézet. Hypothesis Testing. Petra Petrovics.
Hypothesis Testing Petra Petrovics PhD Student Inference from the Sample to the Population Estimation Hypothesis Testing Estimation: how can we determine the value of an unknown parameter of a population
TestLine - Angol teszt Minta feladatsor
Minta felaatsor venég Téma: Általános szintfelmérő Aláírás:... Dátum: 2016.05.29 08:18:49 Kérések száma: 25 kérés Kitöltési iő: 1:17:27 Nehézség: Összetett Pont egység: +6-2 Értékelés: Alaértelmezett értékelés
Rezgésdiagnosztika. Diagnosztika 02 --- 1
Rezgésdiagnosztika Diagnosztika 02 --- 1 Diagnosztika 02 --- 2 A rezgéskép elemzésével kimutatható gépészeti problémák Minden gép, mely tartalmaz forgó részt (pl. motor, generátor, szivattyú, ventilátor,
Miskolci Egyetem Gazdaságtudományi Kar Üzleti Információgazdálkodási és Módszertani Intézet Factor Analysis
Factor Analysis Factor analysis is a multiple statistical method, which analyzes the correlation relation between data, and it is for data reduction, dimension reduction and to explore the structure. Aim
Cashback 2015 Deposit Promotion teljes szabályzat
Cashback 2015 Deposit Promotion teljes szabályzat 1. Definitions 1. Definíciók: a) Account Client s trading account or any other accounts and/or registers maintained for Számla Az ügyfél kereskedési számlája
Dynamic freefly DIVE POOL LINES
Dynamic freefly 3.rész Part 3 DIVE POOL LINES A dynamic repülés három fajta mozgásból áll: Dynamic freeflying is composed of three types of movements: -Lines (vízszintes "szlalom") (horizontal "slalom")
USER MANUAL Guest user
USER MANUAL Guest user 1 Welcome in Kutatótér (Researchroom) Top menu 1. Click on it and the left side menu will pop up 2. With the slider you can make left side menu visible 3. Font side: enlarging font
Rotary District 1911 DISTRICT TÁMOGATÁS IGÉNYLŐ LAP District Grants Application Form
1 A Future Vision pilot célja a Future Vision Plan (Jövőkép terv) egyszerűsített támogatási modelljének tesztelése, és a Rotaristák részvételének növelése a segélyezési folyamatokban. A teszt során a districteknek
Tudományos Ismeretterjesztő Társulat
Sample letter number 5. International Culture Festival PO Box 34467 Harrogate HG 45 67F Sonnenbergstraße 11a CH-6005 Luzern Re: Festival May 19, 2009 Dear Ms Atkinson, We are two students from Switzerland
16F628A megszakítás kezelése
16F628A megszakítás kezelése A 'megszakítás' azt jelenti, hogy a program normális, szekvenciális futása valamilyen külső hatás miatt átmenetileg felfüggesztődik, és a vezérlést egy külön rutin, a megszakításkezelő
Minta ANGOL NYELV EMELT SZINT SZÓBELI VIZSGA I. Minta VIZSGÁZTATÓI PÉLDÁNY
ANGOL NYELV EMELT SZINT SZÓBELI VIZSGA I. A feladatsor három részből áll VIZSGÁZTATÓI PÉLDÁNY 1. A vizsgáztató társalgást kezdeményez a vizsgázóval. 2. A vizsgázó egy vitában vesz részt a vizsgáztatóval.
- eqµah ³. -ry³eblbmebjkargar³
: : krmgsmnyrsmöasemxum eyig TaMgGs;Kña CanisSitmkBIsaklviTüayl½yebolR)aysaxaextþesomrab kmbugsiksa RsavRCavGMBI RbFanbT kargpivdæskáanubletscrn_enaxumkmbg;xøamg smrab;sarnabba b;fñak; bribaøab½rt CMnaj
CREATING ANIMATION ANIMÁCIÓ LÉTREHOZÁSA
CREATING ANIMATION ANIMÁCIÓ LÉTREHOZÁSA FLASH4HELP ANIMÁCIÓ LÉTREHOZÁSA CREATING ANIMATION OVERVIEW - ANIMÁCIÓ LÉTREHOZÁSÁNAK ÁTTEKINTÉSE You create animation by changing the content of successive frames.
T Á J É K O Z T A T Ó. A 1108INT számú nyomtatvány a http://www.nav.gov.hu webcímen a Letöltések Nyomtatványkitöltő programok fülön érhető el.
T Á J É K O Z T A T Ó A 1108INT számú nyomtatvány a http://www.nav.gov.hu webcímen a Letöltések Nyomtatványkitöltő programok fülön érhető el. A Nyomtatványkitöltő programok fület választva a megjelenő
Tudok köszönni tegezve és önözve, és el tudok búcsúzni. I can greet people in formal and informal ways. I can also say goodbye to them.
Mérleg Your checklist Az alábbiakban a MagyarOK 1. tankönyv témáinak listáját találja. A mondatok mellett a kapcsolódó oldalak és gyakorlatok számát is megadtuk, hogy megkönnyítsük az ismétlést. This document
Correlation & Linear Regression in SPSS
Petra Petrovics Correlation & Linear Regression in SPSS 4 th seminar Types of dependence association between two nominal data mixed between a nominal and a ratio data correlation among ratio data Correlation
Using the CW-Net in a user defined IP network
Using the CW-Net in a user defined IP network Data transmission and device control through IP platform CW-Net Basically, CableWorld's CW-Net operates in the 10.123.13.xxx IP address range. User Defined
Hasznos és kártevő rovarok monitorozása innovatív szenzorokkal (LIFE13 ENV/HU/001092)
Hasznos és kártevő rovarok monitorozása innovatív szenzorokkal (LIFE13 ENV/HU/001092) www.zoolog.hu Dr. Dombos Miklós Tudományos főmunkatárs MTA ATK TAKI Innovative Real-time Monitoring and Pest control
Tavaszi Sporttábor / Spring Sports Camp. 2016. május 27 29. (péntek vasárnap) 27 29 May 2016 (Friday Sunday)
Tavaszi Sporttábor / Spring Sports Camp 2016. május 27 29. (péntek vasárnap) 27 29 May 2016 (Friday Sunday) SZÁLLÁS / ACCOMODDATION on a Hotel Gellért*** szálloda 2 ágyas szobáiban, vagy 2x2 ágyas hostel
EN United in diversity EN A8-0206/473. Amendment
21.3.2019 A8-0206/473 473 Recital 12 d (new) (12d) Since there is no sufficient link of a driver with a territory of a Member State of transit, transit operations should not be considered as posting situations.
ANGOL NYELVI SZINTFELMÉRŐ 2012 A CSOPORT. to into after of about on for in at from
ANGOL NYELVI SZINTFELMÉRŐ 2012 A CSOPORT A feladatok megoldására 45 perc áll rendelkezésedre, melyből körülbelül 10-15 percet érdemes a levélírási feladatra szánnod. Sok sikert! 1. Válaszd ki a helyes
Supporting Information
Supporting Information Cell-free GFP simulations Cell-free simulations of degfp production were consistent with experimental measurements (Fig. S1). Dual emmission GFP was produced under a P70a promoter
Szoftver-technológia II. Tervezési minták. Irodalom. Szoftver-technológia II.
Tervezési minták Irodalom Steven R. Schach: Object Oriented & Classical Software Engineering, McGRAW-HILL, 6th edition, 2005, chapter 8. E. Gamma, R. Helm, R. Johnson, J. Vlissides:Design patterns: Elements
Phenotype. Genotype. It is like any other experiment! What is a bioinformatics experiment? Remember the Goal. Infectious Disease Paradigm
It is like any other experiment! What is a bioinformatics experiment? You need to know your data/input sources You need to understand your methods and their assumptions You need a plan to get from point
Statistical Inference
Petra Petrovics Statistical Inference 1 st lecture Descriptive Statistics Inferential - it is concerned only with collecting and describing data Population - it is used when tentative conclusions about
A vitorlázás versenyszabályai a 2013-2016. évekre angol-magyar nyelvű kiadásának változási és hibajegyzéke
A vitorlázás versenyszabályai a 2013-2016. évekre angol-magyar nyelvű kiadásának változási és hibajegyzéke A dokumentum A vitorlázás versenyszabályai a 2013-2016. évekre angol-magyar nyelvű kiadásában
Minta ANGOL NYELV KÖZÉPSZINT SZÓBELI VIZSGA II. Minta VIZSGÁZTATÓI PÉLDÁNY
ANGOL NYELV KÖZÉPSZINT SZÓBELI VIZSGA II. A feladatsor három részből áll VIZSGÁZTATÓI PÉLDÁNY 1. A vizsgáztató társalgást kezdeményez a vizsgázóval. 2. A vizsgázó egy szituációs feladatban vesz részt a
EnergiaOtthon. Energy Home. Coal-burning. Széntüzelésű. Elektromos
1. Activity feladatlap card 1 Energy Energiaforrások sources Name Név: Match Párosítsd the a things bal oldalon on the levő left dolgokat to an energy azokkal source a jobb on oldali the right energiaforrásokkal,
Computer Architecture
Computer Architecture Locality-aware programming 2016. április 27. Budapest Gábor Horváth associate professor BUTE Department of Telecommunications ghorvath@hit.bme.hu Számítógép Architektúrák Horváth
82. FELADATLAP 3 feladat 3 szinten
82. FELADATLAP 3 feladat 3 szinten BEGINNER Egy kis nyelvtan mindenkinek kell! Sok tanuló azért akad el, akár már az elején, mert az angol nyelvtan összeakad a magyar nyelvtannal. Na nem feltétlen a különbségeket
Word and Polygon List for Obtuse Triangular Billiards II
Word and Polygon List for Obtuse Triangular Billiards II Richard Evan Schwartz August 19, 2008 Abstract This is the list of words and polygons we use for our paper. 1 Notation To compress our notation
INDEXSTRUKTÚRÁK III.
2MU05_Bitmap.pdf camü_ea INDEXSTRUKTÚRÁK III. Molina-Ullman-Widom: Adatbázisrendszerek megvalósítása Panem, 2001könyv 5.4. Bittérkép indexek fejezete alapján Oracle: Indexek a gyakorlatban Oracle Database
ANGOL NYELV EMELT SZINT SZÓBELI VIZSGA I. Minta VIZSGÁZTATÓI PÉLDÁNY
ANGOL NYELV EMELT SZINT SZÓBELI VIZSGA I. A feladatsor három részből áll VIZSGÁZTATÓI PÉLDÁNY 1. A vizsgáztató társalgást kezdeményez a vizsgázóval. 2. A vizsgázó egy vitában vesz részt a vizsgáztatóval.
fátyolka tojásgy jtœ lap [CHRegg] összeszereléséhez
Útmutató fátyolka tojásgy jtœ lap [CHRegg] összeszereléséhez (Assembling instructions to [CHRegg] lacewing egg concentrator) Tartozékok: 1 = csalétket tartalmazó alufólia tasak 2 = tojásgy jtœ lap tépœzár
discosnp demo - Peterlongo Pierre 1 DISCOSNP++: Live demo
discosnp demo - Peterlongo Pierre 1 DISCOSNP++: Live demo Download and install discosnp demo - Peterlongo Pierre 3 Download web page: github.com/gatb/discosnp Chose latest release (2.2.10 today) discosnp
SQL/PSM kurzorok rész
SQL/PSM kurzorok --- 2.rész Tankönyv: Ullman-Widom: Adatbázisrendszerek Alapvetés Második, átdolgozott kiadás, Panem, 2009 9.3. Az SQL és a befogadó nyelv közötti felület (sormutatók) 9.4. SQL/PSM Sémában
Csatlakozás a BME eduroam hálózatához Setting up the BUTE eduroam network
Csatlakozás a BME eduroam hálózatához Setting up the BUTE eduroam network Table of Contents Windows 7... 2 Windows 8... 6 Windows Phone... 11 Android... 12 iphone... 14 Linux (Debian)... 20 Sebők Márton
www.onlineangol.com Na de ennyire részletesen nem fogok belemenni, lássuk a lényeget, és ha kérdésed van, akkor majd tedd fel külön, négyszemközt.
24. FELADATLAP COUNTABLE, UNCOUNTABLE 1. FELADAT Sok gondot szokott okozni tanulóimnak a megszámlálhatatlan illetve megszámlálható főnevek nyelvtana. Van, aki teljesen elfogadja, megérti, aztán ott a másik
Lesson 1 On the train
Let's Learn Hungarian! Lesson notes Lesson 1 On the train Dialogue for Lesson 1 (formal speech): Guard: Jó napot kívánok. Jó napot. Guard: Az útlevelét, kérem. Tessék. Guard: Köszönöm. Hmmmm, amerikai?
Utolsó frissítés / Last update: február Szerkesztő / Editor: Csatlós Árpádné
Utolsó frissítés / Last update: 2016. február Szerkesztő / Editor: Csatlós Árpádné TARTALOM / Contents BEVEZETŐ / Introduction... 2 FELNŐTT TAGBÉLYEGEK / Adult membership stamps... 3 IFJÚSÁGI TAGBÉLYEGEK
Lexington Public Schools 146 Maple Street Lexington, Massachusetts 02420
146 Maple Street Lexington, Massachusetts 02420 Surplus Printing Equipment For Sale Key Dates/Times: Item Date Time Location Release of Bid 10/23/2014 11:00 a.m. http://lps.lexingtonma.org (under Quick
2-5 játékos részére, 10 éves kortól
- 5 játékos részére, 0 éves kortól Tervezők: Wolfgang Kramer és Michael Kiesling Grafikai tervező: Oliver Freudenreich DE Ravensburger, KniffDesign (játékszabály) Szerkesztő: Philipp Sprick Magyar fordítás:
Abigail Norfleet James, Ph.D.
Abigail Norfleet James, Ph.D. Left side of brain develops first in girls, right in boys o Probably source of girls verbal skills o And source of boys spatial skills Pre-frontal lobes Control impulses and
GEOGRAPHICAL ECONOMICS B
GEOGRAPHICAL ECONOMICS B ELTE Faculty of Social Sciences, Department of Economics Geographical Economics "B" KRUGMAN (1991) MODEL: EXTENSIONS Authors: Gábor Békés, Sarolta Rózsás Supervised by Gábor
A évi fizikai Nobel-díj
A 2012. évi fizikai Nobel-díj "for ground-breaking experimental methods that enable measuring and manipulation of individual quantum systems" Serge Haroche David Wineland Ecole Normale Superieure, Párizs
Miskolci Egyetem Gazdaságtudományi Kar Üzleti Információgazdálkodási és Módszertani Intézet Nonparametric Tests
Nonparametric Tests Petra Petrovics Hypothesis Testing Parametric Tests Mean of a population Population proportion Population Standard Deviation Nonparametric Tests Test for Independence Analysis of Variance
Correlation & Linear Regression in SPSS
Correlation & Linear Regression in SPSS Types of dependence association between two nominal data mixed between a nominal and a ratio data correlation among ratio data Exercise 1 - Correlation File / Open
Smaller Pleasures. Apróbb örömök. Keleti lakk tárgyak Répás János Sándor mûhelyébõl Lacquerware from the workshop of Répás János Sándor
Smaller Pleasures Apróbb örömök Keleti lakk tárgyak Répás János Sándor mûhelyébõl Lacquerware from the workshop of Répás János Sándor Smaller Pleasures Oriental lacquer, or urushi by its frequently used
Ensemble Kalman Filters Part 1: The basics
Ensemble Kalman Filters Part 1: The basics Peter Jan van Leeuwen Data Assimilation Research Centre DARC University of Reading p.j.vanleeuwen@reading.ac.uk Model: 10 9 unknowns P[u(x1),u(x2),T(x3),.. Observations:
DF HELYETTESÍTŐ NYELVVIZSGA 1. (Angol nyelv) 2014. február 21. Név:. Neptunkód: 1. feladat 1... 2... 3... 4... 5... 6... 7... 8... 9... 10...
Név:. Neptunkód: MEGOLDÓLAP 1. feladat 1.... 2.... 3.... 4.... 5.... 6.... 7.... 8.... 9.... 10.... Elért pontszám:. 2. feladat 1. 6. 11. 2. 7. 12. 3. 8. 13. 4. 9. 14. 5. 10. 15. Elért pontszám:. 3. feladat
Év Tájépítésze pályázat Wallner Krisztina. 1. Vízparti sétány kiépítése Balatonfüreden, 3 km hosszon
Év Tájépítésze pályázat Wallner Krisztina 1. Vízparti sétány kiépítése Balatonfüreden, 3 km hosszon A következetes városrehabilitáció során Balatonfüred fürdő-városrészében, 2006-2015 között terveink alapján
Előszó.2. Starter exercises. 3. Exercises for kids.. 9. Our comic...17
2011. december Tartalom Előszó.2 Starter exercises. 3 Exercises for kids.. 9 Our comic....17 1 Előszó Kedves angolul tanulók! A 2010/2011- es tanévben elkezdett újságunkat szeretnénk továbbra is szerkeszteni
6. évfolyam Angol nyelv
IDEGEN NYELVI MÉRÉS 2016. május 18. 6. évfolyam ngol nyelv Általános tudnivalók a feladatokhoz Ez a füzet nyelvi feladatokat tartalmaz. feladatsor két részből áll. z I. részben csak a füzetben kell dolgoznod.
KELET-ÁZSIAI DUPLANÁDAS HANGSZEREK ÉS A HICHIRIKI HASZNÁLATA A 20. SZÁZADI ÉS A KORTÁRS ZENÉBEN
Liszt Ferenc Zeneművészeti Egyetem 28. számú művészet- és művelődéstörténeti tudományok besorolású doktori iskola KELET-ÁZSIAI DUPLANÁDAS HANGSZEREK ÉS A HICHIRIKI HASZNÁLATA A 20. SZÁZADI ÉS A KORTÁRS
Please stay here. Peter asked me to stay there. He asked me if I could do it then. Can you do it now?
Eredeti mondat Please stay here. Kérlek, maradj itt. Can you do it now? Meg tudod csinálni most? Will you help me tomorrow? Segítesz nekem holnap? I ll stay at home today. Ma itthon maradok. I woke up
Utolsó frissítés / Last update: Szeptember / September Szerkesztő / Editor: Csatlós Árpádné
Utolsó frissítés / Last update: 2018. Szeptember / September Szerkesztő / Editor: Csatlós Árpádné TARTALOM / Contents BEVEZETŐ / Introduction... 2 FELNŐTT TAGBÉLYEGEK / Adult membership stamps... 3 IFJÚSÁGI
program 1. nap / 1st day (április 15. / 15 april)
1. nap / 1st day (április 15. / 15 april) 9:45 Dr. Király Mária a Ringier Axel Springer Magyarország COO-jának és Maróy Krisztina a Digital Media Campus vezetőjének nyitóbeszéde / Welcome by Dr. Mária
RÉZKULTÚRA BUDAPESTEN
RÉZKULTÚRA BUDAPESTEN A rezet megmunkálhatósága és idôtállósága miatt évszázadok óta használjuk. Alkalmazása egyértelmûen megbízható és gazdaságos. Színe, diszkrét fénye, a belôle készült tárgyak eleganciája
(NGB_TA024_1) MÉRÉSI JEGYZŐKÖNYV
Kommunikációs rendszerek programozása (NGB_TA024_1) MÉRÉSI JEGYZŐKÖNYV (5. mérés) SIP telefonközpont készítése Trixbox-szal 1 Mérés helye: Széchenyi István Egyetem, L-1/7 laboratórium, 9026 Győr, Egyetem
Társasjáték az Instant Tanulókártya csomagokhoz
Társasjáték az Instant Tanulókártya csomagokhoz Játssz, szórakozz, tanulj! Hogyan tanulj játszva az Instant Tanulókártyákkal? Használati utasítás Az Instant Tanulókártya családhoz tartozó társasjátékkal
Milyen végzettség, jogosultság szükséges a pályázaton való részvételhez?
Milyen végzettség, jogosultság szükséges a pályázaton való részvételhez? What kind of qualification is necessary as a certain condition to participate on the competition? A pályázaton való részvételhez
ANGOL NYELVI SZINTFELMÉRŐ 2014 A CSOPORT
ANGOL NYELVI SZINTFELMÉRŐ 2014 A CSOPORT A feladatok megoldására 45 perc áll rendelkezésedre, melyből körülbelül 10-15 percet érdemes a fogalmazási feladatra szánnod. Megoldásaid a válaszlapra írd! 1.
A golyók felállítása a Pool-biliárd 8-as játékának felel meg. A golyók átmérıje 57.2 mm. 15 számozott és egy fehér golyó. Az elsı 7 egyszínő, 9-15-ig
A golyók elhelyezkedése a Snooker alaphelyzetet mutatja. A golyók átmérıje 52 mm, egyszínőek. 15 db piros, és 1-1 db fehér, fekete, rózsa, kék, barna, zöld, sárga. A garázsban állítjuk fel, ilyenkor az
MAKING MODERN LIVING POSSIBLE. Danfoss Heating Solutions
MAKING MODERN LIVING POSSIBLE Danfoss Danfoss Link Link HC Hidronikus HC Hydronic szabályozó Controller Szerelési Installation útmutató Guide Danfoss Heating Solutions Szerelési útmutató Tartalomjegyzék
A jövedelem alakulásának vizsgálata az észak-alföldi régióban az 1997-99. évi adatok alapján
A jövedelem alakulásának vizsgálata az észak-alföldi régióban az 1997-99. évi adatok alapján Rózsa Attila Debreceni Egyetem Agrártudományi Centrum, Agrárgazdasági és Vidékfejlesztési Intézet, Számviteli
7 th Iron Smelting Symposium 2010, Holland
7 th Iron Smelting Symposium 2010, Holland Október 13-17 között került megrendezésre a Hollandiai Alphen aan den Rijn városában található Archeon Skanzenben a 7. Vasolvasztó Szimpózium. Az öt napos rendezvényen
Márkaépítés a YouTube-on
Márkaépítés a YouTube-on Tv+ Adj hozzá YouTube-ot, Google Ground, 2016 Március 7. Bíró Pál, Google - YouTube 9,000,000 INTERNETTEL BÍRÓ ESZKÖZÖK VOLUMENE GLOBÁLISAN WEARABLES OKOS TV 8,000,000 7,000,000
mondat ami nélkül ne indulj el külföldre
51 mondat ami nélkül ne indulj el külföldre 51 mondat ami nélkül ne indulj el külföldre 1. Good morning / afternoon / evening. Jó reggelt / napot / estét. 2. How are you? / How is it going? Hogy van? /
It Could be Worse. tried megpróbált while miközben. terrifying. curtain függöny
7. It Could be Worse Duncan tried not to look at his wife while he read his newspaper, but he knew that she was looking directly at him, and he knew that she was not happy. It could be worse, he said quietly,
FÖLDRAJZ ANGOL NYELVEN
Földrajz angol nyelven középszint 1012 ÉRETTSÉGI VIZSGA 2012. május 16. FÖLDRAJZ ANGOL NYELVEN KÖZÉPSZINTŰ ÍRÁSBELI ÉRETTSÉGI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ NEMZETI ERŐFORRÁS MINISZTÉRIUM Paper 1
Klaszterezés, 2. rész
Klaszterezés, 2. rész Csima Judit BME, VIK, Számítástudományi és Információelméleti Tanszék 208. április 6. Csima Judit Klaszterezés, 2. rész / 29 Hierarchikus klaszterezés egymásba ágyazott klasztereket
Travel General. General - Essentials. General - Conversation. Asking for help. Asking if a person speaks English
- Essentials Can you help me, please? Asking for help Do you speak? Asking if a person speaks Do you speak _[language]_? Asking if a person speaks a certain language I don't speak_[language]_. Clarifying
Ismeri Magyarországot?
instrukciók Instrukciók angolul Preparation: print out the worksheets You will need: a dictionary Time: 25-30 minutes With this worksheet, you will learn and share basic information about the location