PPT-OpenGL and WebGL
Author : min-jolicoeur | Published Date : 2017-12-14
Patrick Cozzi University of Pennsylvania CIS 565 Fall 2013 Announcements LinkedIn Group Academic Integrity Project 4 demos next Wednesday 2 Announcements Projects
Presentation Embed Code
Download Presentation
Download Presentation The PPT/PDF document "OpenGL and WebGL" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.
OpenGL and WebGL: Transcript
Patrick Cozzi University of Pennsylvania CIS 565 Fall 2013 Announcements LinkedIn Group Academic Integrity Project 4 demos next Wednesday 2 Announcements Projects 4 Due tomorrow 5 Released Friday Due Thursday 1107. Graphics with OpenGL/GLUT What is OpenGL? • OpenGL ( Open G raphics L ibrary) • A software interface to graphics hardware • a standard specification defining a cross - language, c Patrick Cozzi. University of Pennsylvania. CIS 565 - Fall 2013. How to Find Ideas. Previous final projects, books, conference courses, and recent papers:. https://docs.google.com/document/d/1Dh-YBDXoVPlxJMRX_vZ2BCuqvRDx89WsS3j0D_bXIFE/edit?usp=. Program Manager, Open . Web Standards . @. deltakosh. Cutting . edge graphics in . HTML. New features & best practices. Ben . Constable. Developer, Internet Explorer . Frank Olivier . Program Manager, Internet Explorer . Graphics Programming. Katia Oleinik: koleinik@bu.edu. Graphics Programming. OpenGL. Low-level API. cross-language . cross-platform . 2D, 3D computer graphics. GLUT - The OpenGL Utility Toolkit. simple, easy and small. M. . Ramanathan. STTP CAD 2011. Introduction to OpenGL. What Is OpenGL?. Graphics rendering API. high-quality color images composed of geometric and image primitives. window system independent. operating system independent. Dave Shreiner. Ed Angel. Vicki Shreiner. 2. What You’ll See Today. General OpenGL Introduction. Rendering Primitives. Rendering Modes. Lighting. Texture Mapping. Additional Rendering Attributes. Imaging. WebGL. . Drawing Functions. CSCI 440. Day Five. OpenGL History. 1991. - SGI . Inc. current - . Khronos. consortium. 2004. - OpenGL 2.0 . replaced 1.5. added the GLSL . shader. language. 2008. - OpenGL 3.0 . Window reshaping, Keyboard interaction, Camera, Drawing objects. George Georgiev. Telerik Corporation. www.telerik.com. Table of Contents. Project using OpenGL & FreeGLUT in MSVC++. Window reshaping. Patrick Cozzi. University of Pennsylvania. CIS 565 - . Fall . 2014. OpenGL. Is a C-based API. Is cross platform. Is run by the . ARB. : Architecture Review Board. Hides the device driver details. OpenGL . It is . NOT. a . programming language. .. It . is a Graphics Rendering . API. . consisting of a . set of . functions . with . a well . defined interface.. Whenever . we say that a program is OpenGL-based or OpenGL applications, we mean that it is written in some programming language (such as C/C or Java) that makes calls to one or more of OpenGL libraries. Tokyo, December 2018. Welcome to Khronos BOF Sessions!. Time. Session . Speakers. 9:30AM-12:30PM. 3D Graphics and Virtual Reality with Vulkan and OpenXR. Neil Trevett, NVIDIA - Introduction to Vulkan and OpenXR. LookAT. in . WebGL. . vs.OpenGL. Ming . Ouhyoung. , September 2018. To make things (functions) simple:. WebGL. is an Open ES 2.0 binding. OpenGL ES 2.0 (and modern OpenGL 3.2+) does not have . some old OpenGL . Ed Angel. University of New Mexico. Dave . Shreiner. ARM, Inc. Evolution of the OpenGL Pipeline. A Prototype Application in OpenGL. OpenGL Shading Language (GLSL). Vertex Shaders. Fragment Shaders. Examples. Katia Oleinik: koleinik@bu.edu. Graphics Programming. OpenGL. Low-level API. cross-language . cross-platform . 2D, 3D computer graphics. GLUT - The OpenGL Utility Toolkit. simple, easy and small. window system independent toolkit for writing OpenGL programs;.
Download Document
Here is the link to download the presentation.
"OpenGL and WebGL"The content belongs to its owner. You may download and print it for personal use, without modification, and keep all copyright notices. By downloading, you agree to these terms.
Related Documents