The Use of Mobile Phones As Service-Delivery Devices in a Sign Language Machine Translation System

Total Page:16

File Type:pdf, Size:1020Kb

The Use of Mobile Phones As Service-Delivery Devices in a Sign Language Machine Translation System View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by UWC Theses and Dissertations UNIVERSITY OF THE WESTERN CAPE The Use of Mobile Phones as Service-Delivery Devices in a Sign Language Machine Translation System by Mehrdad Ghaziasgar A thesis submitted in fulfillment for the degree of Master of Science in the Faculty of Science Department of Computer Science August 2010 Declaration of Authorship I, Mehrdad Ghaziasgar, declare that this thesis titled, `The Use of Mobile Phones as Service-Delivery Devices in a Sign Language Machine Translation System' and the work presented in it are my own. I confirm that: This work was done wholly or mainly while in candidature for a research degree at this University. Where any part of this thesis has previously been submitted for a degree or any other qualification at this University or any other institution, this has been clearly stated. Where I have consulted the published work of others, this is always clearly at- tributed. Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work. I have acknowledged all main sources of help. Where the thesis is based on work done by myself jointly with others, I have made clear exactly what was done by others and what I have contributed myself. Signed: Date: i \All containers are reduced in capacity by what is placed in them, except a container of knowledge, which expands." -Ali son of Abu Talib UNIVERSITY OF THE WESTERN CAPE Abstract Faculty of Science Department of Computer Science Master of Science by Mehrdad Ghaziasgar This thesis investigates the use of mobile phones as service-delivery devices in a sign language machine translation system. Four sign language visualization methods were evaluated on mobile phones. Three of the methods were synthetic sign language visu- alization methods. Three factors were considered: the intelligibility of sign language, as rendered by the method; the power consumption; and the bandwidth usage associ- ated with each method. The average intelligibility rate was 65%, with some methods achieving intelligibility rates of up to 92%. The average file size was 162 KB and, on average, the power consumption increased to 180% of the idle state, across all methods. This research forms part of the Integration of Signed and Verbal Communication: South African Sign Language Recognition and Animation (SASL) project at the University of the Western Cape and serves as an integration platform for the group's research. In order to perform this research a machine translation system that uses mobile phones as service-delivery devices was developed as well as a 3D Avatar for mobile phones. It was concluded that mobile phones are suitable service-delivery platforms for sign language machine translation systems. Acknowledgements The past 6 years have been a journey, the longest most difficult journey of my life. Countless challenges and ordeals. But I am here. I thank God for this blessing. For His help and for growing me from frailty into strength, from inability into competence and from fear into conviction. I would to thank my parents. You toiled for me and supported me. You taught me so many things and this thesis has your essences in it. You believed in me and here I am. Thank you. I would like to thank Mr. Moses Kanaabi, my Grade 6 teacher. Sir, I don't know where you are, but this thesis has your essence in it. You believed in me when no one else did, not even myself. You found me and gave me direction and here I am. I would like to thank Mrs. Sharon Slinger. You believed in me and helped me excel and here I am. I would like to thank Dr. Roderick Julies. Sir, your positive outlook and your focus on transferring knowledge rather than discharging duty is praiseworthy. I enjoyed your lectures. I would like to thank the Rector of the University of the Western Cape Prof. Brian O'Connell. Sir, your positive, kind, humble, wise and helpful outlook is praiseworthy. Thank you for your help with the Imagine Cup. Thank you for everything. I would especially like to thank Mr. James Connan. Sir, your expansive knowledge, wisdom, creativity, confidence and positive outlook never cease to leave me in awe. Under your supervision, I went from frailty into conviction. Your balanced approach to supervision is exemplary. You supported in times when it was needed most. I have always, do always and will always speak of you in acclaim. I am indebted to you always. Thank you. I would like to thank all of the people that provided companionship during these six years. Afshin, Mohsen and Ayesha. Thank you. Fakhree, Theo, Riyaad and Badrudeen. Thank you. Nathan, we went through some amazing experiences together. From the Imagine Cup South Africa awards ceremony, to doing four or five absolute last minute, but expertly done, presentations to putting together the first ever two-way sign language to English translation system. Thanks for everything buddy. Jameel, we've been through some difficult times together. But here we are. Thank you for your friendship. iv Contents Declaration of Authorshipi Abstract iii Acknowledgements iv List of Figures ix List of Tables xi Abbreviations xiii 1 Introduction1 1.1 Background...................................1 1.2 Research Objectives..............................2 1.3 Research question................................3 1.4 Premises.....................................4 1.5 Thesis outline..................................4 2 Communication Tools for the Deaf6 2.1 General-Purpose Communication Tools...................7 2.1.1 Text-Based Tools............................7 2.1.1.1 IM systems..........................7 2.1.1.2 SMS..............................8 2.1.1.3 Email.............................8 2.1.1.4 Faxing............................8 2.1.1.5 Advantages and disadvantages of text-based tools....9 2.1.2 Video-Based Tools...........................9 2.1.2.1 Synchronous video communication tools..........9 2.1.2.2 Asynchronous video communication tools......... 10 2.1.2.3 Advantages and disadvantages of video-based tools.... 10 2.1.3 Bridging communication between devices.............. 11 2.2 Deaf-Specific Communication Tools...................... 13 2.2.1 Text-Based Tools............................ 13 2.2.2 Video-Based Tools........................... 14 v Contents vi 2.2.3 Gesture-Based Tools.......................... 16 2.2.3.1 Spoken Language to SL Gesture-Based Tools....... 17 2.2.3.2 SL to Spoken Language Gesture-Based Tools....... 21 2.3 Summary.................................... 22 3 Java Micro Edition 24 3.1 Java ME in Context { A Background on Java Editions........... 25 3.2 Java ME Architecture............................. 25 3.2.1 The Java Community Process (JCP)................. 26 3.2.2 Configurations............................. 28 3.2.2.1 The Connected Device Configuration (CDC)....... 29 3.2.2.2 The Connected, Limited Device Configuration (CLDC). 30 3.2.3 Profiles................................. 32 3.2.3.1 The CDC Profiles...................... 32 3.2.3.2 The CLDC Profiles..................... 33 3.2.3.3 The Mobile Information Device Profile.......... 33 3.2.4 Additional APIs............................ 35 3.2.4.1 The Mobile Media API................... 36 3.2.4.2 The Mobile 3D Graphics API................ 39 3.3 Summary and Conclusions........................... 43 4 Sign Language Avatar Creation 44 4.1 SL Avatar Creation............................... 44 4.1.1 Avatar Modelling and Acquisition.................. 45 4.1.1.1 Interactive Modelling.................... 45 4.1.1.2 Parametric Modelling.................... 46 4.1.1.3 Other Modelling Techniques................ 46 4.1.2 Avatar Parameterization and Deformation.............. 48 4.1.2.1 Skeletal Subspace Deformation............... 48 4.1.2.2 Other Parameterization and Deformation Techniques.. 49 4.1.3 Avatar Animation........................... 50 4.1.3.1 Keyframing.......................... 50 4.1.3.2 Motion Capture....................... 51 4.1.4 Existing Standards and Tools..................... 52 4.1.4.1 MakeHuman......................... 52 4.1.4.2 H-Anim............................ 52 4.1.4.3 MPEG-4 Facial Definition Parameters........... 53 4.2 Blender { an Open Source 3D Graphics Tool................ 54 4.2.1 Background............................... 55 4.2.2 Tools and Features........................... 56 4.3 Van Wyk's Methodology............................ 57 4.3.1 Methodology Overview........................ 57 4.3.2 Implementation of Man ........................ 58 4.3.3 Performance.............................. 60 4.4 Summary.................................... 62 5 Methodology and Implementation of the Avatars 63 Contents vii 5.1 Creation of the Avatar Phlank ........................ 64 5.1.1 Modelling and Acquisition....................... 64 5.1.2 Parameterization............................ 70 5.2 Animation and Exportation of Phlank and Man .............. 73 5.2.1 Animation................................ 73 5.2.2 Exportation............................... 74 5.3 Summary.................................... 76 6 Implementation of a Prototype Mobile Framework 77 6.1 The SASL Machine Translation System................... 78 6.1.1 Conceptual Overview......................... 78 6.1.2 Existing Components......................... 79 6.2 The iSign Mobile Framework Architecture.................. 80 6.3 Implementation of the iSign Mobile Framework............... 81 6.3.1 The Communication Protocol....................
Recommended publications
  • Procedural Content Generation for Games
    Procedural Content Generation for Games Inauguraldissertation zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften der Universit¨atMannheim vorgelegt von M.Sc. Jonas Freiknecht aus Hannover Mannheim, 2020 Dekan: Dr. Bernd L¨ubcke, Universit¨atMannheim Referent: Prof. Dr. Wolfgang Effelsberg, Universit¨atMannheim Korreferent: Prof. Dr. Colin Atkinson, Universit¨atMannheim Tag der m¨undlichen Pr¨ufung: 12. Februar 2021 Danksagungen Nach einer solchen Arbeit ist es nicht leicht, alle Menschen aufzuz¨ahlen,die mich direkt oder indirekt unterst¨utzthaben. Ich versuche es dennoch. Allen voran m¨ochte ich meinem Doktorvater Prof. Wolfgang Effelsberg danken, der mir - ohne mich vorher als Master-Studenten gekannt zu haben - die Promotion an seinem Lehrstuhl erm¨oglichte und mit Geduld, Empathie und nicht zuletzt einem mir unbegreiflichen Verst¨andnisf¨ur meine verschiedenen Ausfl¨ugein die Weiten der Informatik unterst¨utzthat. Sie werden mir nicht glauben, wie dankbar ich Ihnen bin. Weiterhin m¨ochte ich meinem damaligen Studiengangsleiter Herrn Prof. Heinz J¨urgen M¨ullerdanken, der vor acht Jahren den Kontakt zur Universit¨atMannheim herstellte und mich ¨uberhaupt erst in die richtige Richtung wies, um mein Promotionsvorhaben anzugehen. Auch Herr Prof. Peter Henning soll nicht ungenannt bleiben, der mich - auch wenn es ihm vielleicht gar nicht bewusst ist - davon ¨uberzeugt hat, dass die Erzeugung virtueller Welten ein lohnenswertes Promotionsthema ist. Ganz besonderer Dank gilt meiner Frau Sarah und meinen beiden Kindern Justus und Elisa, die viele Abende und Wochenenden zugunsten dieser Arbeit auf meine Gesellschaft verzichten mussten. Jetzt ist es geschafft, das n¨achste Projekt ist dann wohl der Garten! Ebenfalls geb¨uhrt meinen Eltern und meinen Geschwistern Dank.
    [Show full text]
  • Comparative Analysis of Human Modeling Tools Emilie Poirson, Mathieu Delangle
    Comparative analysis of human modeling tools Emilie Poirson, Mathieu Delangle To cite this version: Emilie Poirson, Mathieu Delangle. Comparative analysis of human modeling tools. International Digital Human Modeling Symposium, Jun 2013, Ann Arbor, United States. hal-01240890 HAL Id: hal-01240890 https://hal.archives-ouvertes.fr/hal-01240890 Submitted on 24 Dec 2015 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Comparative analysis of human modeling tools Emilie Poirson & Matthieu Delangle LUNAM, IRCCYN, Ecole Centrale de Nantes, France April 25, 2013 Abstract sometimes a multitude of functions that are not suitable for his application case. Digital Human Modeling tools simulate a task performed by a human in a virtual environment and provide useful The first step of our study consisted in listing all indicators for ergonomic, universal design and represen- the comparable software and to select the comparison tation of product in situation. The latest developments criteria. Then a list of indicators is proposed, in three in this field are in terms of appearance, behaviour and major categories: degree of realism, functions and movement. With the considerable increase of power com- environment. Based on software use, literature searches puters,some of these programs incorporate a number of [7] and technical reports ([8], [9], [10], for example), the key details that make the result closer and closer to a real table of indicator is filled and coded from text to a quinary situation.
    [Show full text]
  • Christian Otten
    CHRISTIAN OTTEN 3D GENERALIST PORTFOLIO 2018 Demo Scene - Apothecary Modelled with Maya | ngplant 2017 Rendered with Corona for C4D Compositing with Nuke demo scene - sector 51 Modelled with Maya | Cinema 4D 2017 Rendered with Corona for C4D Compositing with After Effects (Lens Flares) and Nuke demo scene - wynyard Modelled with Maya | zBrush | ngplant 2017 Rendered with Vray (Raven) and Corona Compositing with Nuke prototype Modelled with Cinema 4D 2018 Rendered with Corona Compositing with Nuke interiors Modelled with Cinema 4D | 3D Studio Max 2014-2018 Rendered with Corona | Vray | C4D Physical Renderer Compositing with Photoshop | Nuke exteriors Modelled with Cinema 4D | Maya | zbrush | ngplant 2011-2018 Rendered with Corona | Vray | C4D Physical Renderer Compositing with Photoshop | Nuke fantasy Modelled with Cinema 4D | zBrush | ngplant | makehuman 2011-2018 Rendered with Corona | C4D Physical Renderer Compositing with Photoshop | darktable | Nuke futuristic Modelled with Cinema 4D | zBrush 2012-2015 Rendered with C4D Physical Renderer Compositing with Photoshop For a more comprehensive portfolio feel free to visit: christianotten.daportfolio.com or ignisferroque.cgsociety.org A few animated experiments are available on: https://vimeo.com/christianotten All models, scenes and materials presented here where made by me, unless stated otherwise. Photo textures from cgtextures.com Thank you for watching! CHRISTIAN OTTEN Curriculum Vitae PERSONAL INFORMATION EDUCATION: Date of Birth: 09.09.1984 2016-2017 3D Animation and VFX course Place
    [Show full text]
  • Visualization Tools and Trends a Resource Tour the Obligatory Disclaimer
    Visualization Tools and Trends A resource tour The obligatory disclaimer This presentation is provided as part of a discussion on transportation visualization resources. The Atlanta Regional Commission (ARC) does not endorse nor profit, in whole or in part, from any product or service offered or promoted by any of the commercial interests whose products appear herein. No funding or sponsorship, in whole or in part, has been provided in return for displaying these products. The products are listed herein at the sole discretion of the presenter and are principally oriented toward transportation practitioners as well as graphics and media professionals. The ARC disclaims and waives any responsibility, in whole or in part, for any products, services or merchandise offered by the aforementioned commercial interests or any of their associated parties or entities. You should evaluate your own individual requirements against available resources when establishing your own preferred methods of visualization. What is Visualization • As described on Wikipedia • Illustration • Information Graphics – visual representations of information data or knowledge • Mental Image – imagination • Spatial Visualization – ability to mentally manipulate 2dimensional and 3dimensional figures • Computer Graphics • Interactive Imaging • Music visual IEEE on Visualization “Traditionally the tool of the statistician and engineer, information visualization has increasingly become a powerful new medium for artists and designers as well. Owing in part to the mainstreaming
    [Show full text]
  • Poseray Handbuch 3.10.3
    Das PoseRay Handbuch 3.10.3 Zusammengestellt von Steely. Angelehnt an die PoseRay Hilfedatei. PoseRay Handbuch V 3.10.3 Seite 1 Yo! Hör genau zu: Dies ist das deutsche Handbuch zu PoseRay, basierend auf dem Helpfile zum Programm. Es ist keine wörtliche Übersetzung, und FlyerX trifft keine Schuld an diesem Dokument (wenn man davon absieht, daß er PoseRay geschrieben hat). Dies ist ein Handbuch, kein Tutorial. Es erklärt nicht, wie man mit Poser tolle Frauen oder mit POV- Ray tolle Bilder macht. Es ist nur eine freie Übersetzung der poseray.html, die PoseRay beiliegt. Ich will mich bemühen, dieses Dokument aktuell zu halten, und es immer dann überarbeiten und erweitern, wenn FlyerX sichtbar etwas am Programm verändert. Das ist zumindest der Plan. Damit keine Verwirrung aufkommt, folgt das Handbuch in seinen Versionsnummern dem Programm. Die jeweils neueste Version findest Du auf meiner Homepage: www.blackdepth.de. Sei dankbar, daß Schwedenmann und Tom33 von www.POVray-forum.de meinen Prolltext auf Fehler gecheckt haben, sonst wäre das Handbuch noch grausiger. POV-Ray, Poser, DAZ, und viele andere Programm- und Firmennamen in diesem Handbuch sind geschützte Warenzeichen oder zumindest wie solche zu behandeln. Daß kein TM dahinter steht, bedeutet nicht, daß der Begriff frei ist. Unser Markenrecht ist krank, bevor Du also mit den Namen und Begriffen dieses Handbuchs rumalberst, mach dich schlau, ob da einer die Kralle drauf hat. Noch was: dieses Handbuch habe ich geschrieben, es ist mein Werk und ich kann damit machen, was ich will. Deshalb bestimme ich, daß es nicht geschützt ist. Es gibt schon genug Copyright- und IPR- Idioten; ich muß nicht jeden Blödsinn nachmachen.
    [Show full text]
  • John Bachofer Graphic Designer
    JOHN BACHOFER GRAPHIC DESIGNER Animation/Graphic Design/3D Modelling Marketing/Freelancer [email protected] | (760)-518-0145 http://johnkathrynjanewayba.wixsite.com/johnbachoferartist https://www.linkedin.com/in/johnny-bachofer-32888ab8/ Education Summary B.S. in Graphic Design with Meticulous and knowledgeable Graphic Design graduate known for skill in 3D modeling, rigging Emphasis on Animation and texturing. Deadline driven and results oriented artist who has exhibited exceptional talent in Grand Canyon University building highly detailed products yielding customer satisfaction. Graduated 2018 Key Skills include: graphic design, illustration, modeling/texturing, rigging and animation Software Work Experience Autodesk MAYA Source FilmMaker Real Art Daily Productions - Los Angeles, CA (Online) 11/2019 - Present Blender 3D Adobe Creative Lightwave 3D Suite: Character Animator DAZ Studio Photoshop • Mastered the use of Unreal Engine 4. Unreal Engine 4 Illustrator • Developed comprehensive 3D modelling and rigging skills. MakeHuman InDesign • Completed the company’s first animation of a quadruped character. Autodesk 3DS MAX After Effects • Met project milestones for writing, storyboard development and comencement of production. Unity Lightroom • Successful team member in a diverse and inclusive workplace. ZBrush Microsoft Office Sketchup Suite: Mogul Mommies Inc - New York, NY (Online) Feb 2017 - May 2018 AutoCAD Excel Game Development Artist Mixamo Fuse Word • Developed and released the “Toss That!” mobile app game. Poser Powerpoint
    [Show full text]
  • Easy Facial Rigging and Animation Approaches
    Pedro Tavares Barata Bastos EASY FACIAL RIGGING AND ANIMATION APPROACHES A dissertation in Computer Graphics and Human-Computer Interaction Presented to the Faculty of Engineering of the University of Porto in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy in Digital Media Supervisor: Prof. Verónica Costa Orvalho April 2015 ii This work is financially supported by Fundação para a Ciência e a Tecnologia (FCT) via grant SFRH/BD/69878/2010, by Fundo Social Europeu (FSE), by Ministério da Educação e Ciência (MEC), by Programa Operacional Potencial Humano (POPH), by the European Union (EU) and partially by the UT Austin | Portugal program. Abstract Digital artists working in character production pipelines need optimized facial animation solutions to more easily create appealing character facial expressions for off-line and real- time applications (e.g. films and videogames). But the complexity of facial animation has grown exponentially since it first emerged during the production of Toy Story (Pixar, 1995), due to the increasing demand of audiences for better quality character facial animation. Over the last 15 to 20 years, companies and artists developed various character facial animation techniques in terms of deformation and control, which represent a fragmented state of the art in character facial rigging. Facial rigging is the act of planning and building the mechanical and control structures to animate a character's face. These structures are the articulations built by riggers and used by animators to bring life to a character. Due to the increasing demand of audiences for better quality facial animation in films and videogames, rigging faces became a complex field of expertise within character production pipelines.
    [Show full text]
  • 3D Gis Data Model Using Open Source Software
    ISPRS Archive Vol. XXXVIII, Part 4-8-2-W9, "Core Spatial Databases - Updating, Maintenance and Services – from Theory to Practice", Haifa, Israel, 2010 3D GIS DATA MODEL USING OPEN SOURCE SOFTWARE A. Scianna, A. Ammoscato CNR-ICAR, Viale delle Scienze edificio 11, 90128 Palermo, Italy – [email protected],[email protected] Commission IV, ICWG IV/8 KEY WORDS: Cartography, GIS, Technology, Interoperability, Spatial, Global-Environmental-Databases ABSTRACT: Today many kinds of applications requires data containing actual three-dimensional data; fields like urban and town planning and pollution studies need 3D data, both for visualization purpose, as well as carry out many spatial analysis. This research -Management and use of distributed 3D data by open source Web-GIS software - is part of the Italian "PRIN 2007"* research project, aimed to build urban and suburban 3D models, and to interact with them using open source software only. Particularly free and open source software, used for the experimentation here shown, are Blender and PostGIS; the first one has been used to build and structure three-dimensional data, the second one for data allocation. These software interact using scripts, written in Python language. Buildings have been modeled upon the GIANT3D model (Geographical Interoperable Advanced Numerical Topological 3- Dimensional Model) developed in the research "PRIN 2004", regarding "Evolved structure of numerical cartography for Gis and Web-GIS". Python scripts, activated by Blender, allow to allocate data into a spatial database implemented through PostgreSQL and PostGis, that could be a remote database somewhere on the net; all geometrical and topological information, implemented in the 3D model, are so transferred in PostGIS.
    [Show full text]
  • AUTOR: Trabajo De Titulación Previo a La
    FACULTAD DE ESPECIALIDADES EMPRESARIALES CARRERA DE EMPRENDIMIENTO TEMA: “Propuesta para la creación de una empresa productora y comercializadora de réplicas de figuras a tamaño escala en 3D en la ciudad de Santiago de Guayaquil” AUTOR: García Ruiz, Andrés Alexander. Trabajo de titulación previo a la obtención del título de INGENIERO EN DESARROLLO DE NEGOCIOS BILINGüE. TUTOR: Ing. Rolando Farfán Vera, MAE Guayaquil, Ecuador. 18 de febrero del 2019. FACULTAD DE ESPECIALIDADES EMPRESARIALES CARRERA DE EMPRENDIMIENTO CERTIFICACIÓN Certificamos que el presente trabajo de titulación fue realizado en su totalidad por García Ruiz Andrés Alexander, como requerimiento para la obtención del título de Ingeniero en Desarrollo de Negocios Bilingüe. TUTOR f. ______________________ Ing. Rolando Farfán Vera, MAE. DIRECTOR DE LA CARRERA f. ______________________ CPA. Cecilia Vélez Barros, Mgs. Guayaquil, 18 de febrero del 2019 FACULTAD DE ESPECIALIDADE EMPRESARIALES CARRERA DE EMPRENDIMIENTO DECLARACIÓN DE RESPONSABILIDAD Yo, García Ruiz Andrés Alexander. DECLARO QUE: El Trabajo de Titulación, “Propuesta para la creación de una empresa productora y comercializadora de réplicas de figuras a tamaño escala en 3D en la ciudad de Santiago de Guayaquil”, previo a la obtención del título de Ingeniero en Desarrollo de Negocios Bilingüe, ha sido desarrollado respetando derechos intelectuales de terceros conforme las citas que constan en el documento, cuyas fuentes se incorporan en las referencias o bibliografías. Consecuentemente este trabajo es de mi total autoría. En virtud de esta declaración, me responsabilizo del contenido, veracidad y alcance del Trabajo de Titulación referido. Guayaquil, 18 de febrero del 2019 EL AUTOR f. ______________________________ García Ruiz Andrés Alexander. FACULTAD DE ESPECIALIDADES EMPRESARIALES CARRERA DE EMPRENDIMIENTO AUTORIZACIÓN Yo, García Ruiz Andrés Alexander.
    [Show full text]
  • Jack's Poser Pro Manual Last Update: 2021 09 17
    Jack's Poser Pro Manual Last Update: 2021 09 17 Note 1: This Manual has been prepared for my own use. If you find it useful, great. However, don't be surprised (or angry with me) if I have failed to update something that has changed from one version of Poser to the next and which I haven't discovered yet. Or if I have failed to understand and so incorrectly describe something. If I discover (or have pointed out to me) that something in this Manual doesn't work as I described, I'll see about updating my text. Note 2: I installed Poser 12 on 30 November 2020. I have no idea if anything in this Manual has changed in Poser 12. I will make necessary changes as I find them. I began using Poser Pro 2012 on about 2013 01 07. This file was started soon after doing a bit of experimenting and finding that I had no tutorial. So here are the results from experimenting, reading Poser Pro 2012 Reference Manual, Poser Pro 2014 Reference Manual, Poser Pro 11 Reference Manual, Smith Micro Tech Support, and internet research. I also have Practical Poser 8. The Official Guide, by Richard Schrand, even though Poser 8 would seem to be several iterations behind Poser Pro 2014, and even farther behind Poser Pro 11 which I started using in December 2015, or Poser 12 as noted above. Most of the information in this Manual is based on my experiences with Poser Pro 2012 and 2014, and probably still holds true for Poser Pro 11 or Poser 12 versions.
    [Show full text]
  • Getting Started (Pdf)
    GETTING STARTED PHOTO REALISTIC RENDERS OF YOUR 3D MODELS Available for Ver. 1.01 © Kerkythea 2008 Echo Date: April 24th, 2008 GETTING STARTED Page 1 of 41 Written by: The KT Team GETTING STARTED Preface: Kerkythea is a standalone render engine, using physically accurate materials and lights, aiming for the best quality rendering in the most efficient timeframe. The target of Kerkythea is to simplify the task of quality rendering by providing the necessary tools to automate scene setup, such as staging using the GL real-time viewer, material editor, general/render settings, editors, etc., under a common interface. Reaching now the 4th year of development and gaining popularity, I want to believe that KT can now be considered among the top freeware/open source render engines and can be used for both academic and commercial purposes. In the beginning of 2008, we have a strong and rapidly growing community and a website that is more "alive" than ever! KT2008 Echo is very powerful release with a lot of improvements. Kerkythea has grown constantly over the last year, growing into a standard rendering application among architectural studios and extensively used within educational institutes. Of course there are a lot of things that can be added and improved. But we are really proud of reaching a high quality and stable application that is more than usable for commercial purposes with an amazing zero cost! Ioannis Pantazopoulos January 2008 Like the heading is saying, this is a Getting Started “step-by-step guide” and it’s designed to get you started using Kerkythea 2008 Echo.
    [Show full text]
  • 3D World - the Magazine for 3D Artists
    3D World - The Magazine For 3D Artists http://www.3dworldmag.com/page/3dworld?entry=3d_world_115_now_on SEARCH « Autodesk release Softimag... | Weblog | E-on call for showreel su... » CALENDAR « March 2009 » Monday March 02, 2009 Sun Mon Tue W ed Thu Fri Sat 1 2 3 4 5 6 7 - In Category - 3D World 115 now on sale in the UK 8 9 10 11 12 13 14 Search 15 16 17 18 19 20 21 In our latest issue: complete character workshop, pitch your 3D 22 23 24 25 26 27 28 project, comping tips and particle tricks, plus models and assets 29 30 31 CATEGORIES worth $326 on the CD Today LATEST ISSUE Click the thumbnail to order your copy online IN THE MAGAZINE Character workshop Master key sculpting and texturing techniques to recreate our cover star Modelling: follow videos of the full workflow to build every detail of your figure Texturing: apply a blend of painted textures and carefully chosen NEWS FEEDS shaders The perfect composite LINKS Whether you‘re adding digital creatures to footage or just trying to match two images, compositing is a vital part of VFX work. Brush up your skills with 20 expert tips Particle tricks Master dissolve effects in Blender with Andy Goralczyk Signed on the spot! Experts from across the 3D industry reveal the tricks of the trade that can make all the difference when pitching a project to an agency, potential backer, broadcaster or movie studio The making of Coraline For the animated version of Neil Gaiman‘s Gothic novella Coraline, Laika used CG and digital printing to create 15,000 separate face 1 of 3 4/12/2009 12:37 AM 3D
    [Show full text]