10 likes | 134 Views
Comp360 is dedicated to providing resources for 3D graphics development, with a focus on GLSL shaders. This presentation showcases advanced techniques and features within the Comp360 framework, designed to enhance your projects. With support from XP-Dev.com, users can access powerful tools to bring their 3D graphics to life, whether for web or software applications. Dive into various examples and best practices that pave the way for innovative graphics programming.
E N D
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="shortcut icon" href="/static/favicon.ico?v=8.32"/> <link rel="icon" type="image/vnd.microsoft.icon" href="/static/favicon.ico?v=8.32"/> <meta charset="utf-8"/> <!-- iPhone, iPad and Android specific settings --> <!--<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1;">--> <!--<meta name="apple-mobile-web-app-capable" content="yes"/>--> <!--<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>--> <title>Comp360 - Comp 360 3D Graphics - /trunk/res/GLSL-Portland-Benj.ppt - Comp360 - Powered by XP-Dev.com</title> <meta name="description" content="Comp360 - Comp 360 3D Graphics - /trunk/res/GLSL-Portland-Benj.ppt - Comp360 - Powered by XP-Dev.com"/> <!-- Create an icon and splash screen for iPhone and iPad --> <link rel="apple-touch-icon" href="/static/images/iOS_icon.png?v=8.32"/> <link rel="apple-touch-startup-image" href="/static/images/iOS_startup.png?v=8.32"/> <link rel="stylesheet" type="text/css" href="/static/styles/adminica/all.css?v=8.32" media="screen"/> <!-- These following stylesheets will set the light theme, fixed width, top bar, red colour --> <!--<link rel="stylesheet" type="text/css" href="css/theme/theme_light.css" media="screen">--> <link rel="stylesheet" type="text/css" href="/static/styles/adminica/header_top.css?v=8.32" media="screen"/> <link rel="stylesheet" type="text/css" href="/static/styles/adminica/theme/theme_light.css?v=8.32" media="screen"/> <link rel="stylesheet" type="text/css" href="/static/styles/adminica/theme/theme_navy.css?v=8.32" media="screen"/> <!--<link rel="stylesheet" type="text/css" href="css/theme/theme_red.css" media="screen">--> <!--[if IE 6]><link rel="stylesheet" type="text/css" href="/static/styles/adminica/ie6.css?v=8.32" media="screen"/><![endif]--> <!--[if IE 7]><link rel="stylesheet" type="text/css" href="/static/styles/adminica/ie.css?v=8.32" media="screen"/><![endif]--> <link rel="stylesheet" type="text/css" href="/static/styles/newweb.css?v=8.32" media="screen"/> <!-- Load JQuery --> <script type="text/javascript" src="/static/js/jquery.min.js?v=8.32"></script> <!-- Load JQuery UI --> <script type="text/javascript" src="/static/js/jquery-ui.min.js?v=8.32"></script> <!-- Load Interface Plugins --> <script type="text/javascript" src="/static/js/uniform/jquery.uniform.js?v=8.32"></script> <script type="text/javascript" src="/static/js/iPhone/jquery.iphoneui.js?v=8.32"></script> <script type="text/javascript" src="/static/js/uitotop/js/jquery.ui.totop.js?v=8.32"></script> <!-- This file configures the various jQuery plugins for Adminica. Contains links to help pages for each plugin. --> <script type="text/javascript" src="/static/js/adminica/adminica_ui.js?v=8.32"></script> <script type="text/javascript" src="/static/js/tipsy/jquery.tipsy.js?v=8.32"></script> <script type="text/javascript" src="/static/js/DataTables/jquery.dataTables.js?v=8.32"></script> <script type="text/javascript" src="/static/jquery/jquery.address-1.3.1.min.js?v=8.32"></script> <script type="text/javascript" src="/static/js/newweb.js?v=8.32"></script> <link rel="stylesheet" href="/static/markitup/skins/xpdev/style.css?v=8.32" type="text/css"/> <link rel="stylesheet" href="/static/markitup/sets/textile/style.css?v=8.32" type="text/css"/> <script type="text/javascript" src="/static/markitup/jquery.markitup.pack.js?v=8.32"></script> <script type="text/javascript" src="/static/markitup/sets/textile/set.js?v=8.32"></script> <link rel="stylesheet" href="/static/styles/thickbox.css?v=8.32" type="text/css"/> <script type="text/javascript" src="/static/jquery/thickbox-compressed.js?v=8.32"></script> <script type="text/javascript" src="/static/js/formhelper.js?v=8.32"></script> <script type="text/javascript" src="/static/js/ZeroClipboard.js?v=8.32"></script> <script type="text/javascript" id="com-xpdev-newweb-project-sc-ExploreSCPage-0"> $(document).ready(function() { ZeroClipboard.setMoviePath($("#d_clip_container").attr("movie-url")); $("#url_copy_to_clipboard").css("z-index", "1300"); $("#d_clip_container").css("z-index", "1300"); $("#d_clip_button").css("z-index", "1300"); var zeroClipboardClient = new ZeroClipboard.Client(); zeroClipboardClient.glue("d_clip_container"); zeroClipboardClient.setHandCursor( true ); $(".repository_urls li:first").addClass("selected"); var firstUrl = $(".repository_urls li:first a").attr("href"); $("#repository_url_textbox").val(firstUrl); zeroClipboardClient.setText(firstUrl); $(".repository_urls a").click(function(e) { e.preventDefault(); var url = $(this).attr("href"); $(".repository_urls li").removeClass("selected"); $(this).parent().addClass("selected"); $("#repository_url_textbox").val(url); zeroClipboardClient.reposition("d_clip_container"); zeroClipboardClient.setText(url); }); $(".repository_urls input").click(function() { $(this).select(); }); zeroClipboardClient.reposition("d_clip_container"); $("#ZeroClipboardMovie_1").attr("title", "Copy to Clipboard"); }); </script> <link rel="stylesheet" type="text/css" href="/static/prettify/prettify.css?v=8.32" /> <script type="text/javascript" src="/static/prettify/prettify.js?v=8.32"></script> <link title="Commits for Comp360:/trunk/res/GLSL-Portland-Benj.ppt" href="../../../publicfeed/svnview/49250/%2Ftrunk%2Fres%2FGLSL-Portland-Benj.ppt" type="application/rss+xml" rel="alternate"/> </head> <body> <div id="wrapper"> <div id="topbar" class="clearfix"> <div class="heading"><a href="../../../summary/67828"><span>Comp 360 3D Graphics</span></a></div> </div> <div id="main_container" class="main_container container_16 clearfix"> <div id="nav_top" class="clearfix round_top"> <ul class="clearfix round_all"> <li> <a href="../../../summary/67828"> Dashboard </a> </li><li> <a href="../../../tracking/67828"> Project Tracking </a> </li><li> <a href="../../../wiki/67828/Homepage"> Wiki (1) </a> </li><li> <a href="../../../forums/67828"> Forums (0) </a> </li><li> <a href="../../../blogs/67828"> Blog (0) </a> </li><li class="current"> <a href="../../../scs/67828"> Repository (1) </a> </li><li> <a href="../../../project-activity/67828"> Activity (2) </a> </li><li> <a href="../../../search/67828"> Search </a> </li> </ul> </div> <div class="grid_16 flat_area breadcrumb"> <ul> <li> <a href="../../../scs/67828"><span>Repositories</span></a> >> </li><li> <a href="../../../sc/49250/HEAD/%2Ftrunk%2Fres%2FGLSL-Portland-Benj.ppt"><span>Comp360/trunk/res/GLSL-Portland-Benj.ppt</span></a> >> </li> </ul> </div> <div class="grid_16 flat_area clearfix header_ads"> <div class="text_ad"> <a target="_blank" href="http://backups.vc">Don't take any chances: backup your Subversion repository on the cloud</a> </div> </div> <div class="grid_5 flat_area repository_title"> <img class="repository_type" src="/static/media/svn.jpg?v=8.32" title="Subversion Repository" alt="Subversion Repository"/> <img class="private_public" src="/static/media/public.png?v=8.32" alt="Public Repository" title="Public Repository"/> <h2>Comp360</h2> </div> <div class="grid_11 flat_area"> <div class="repository_urls"> <h3>URLs</h3> <ul> <li><a href="https://xp-dev.com/svn/Comp360" id="id1"><span>HTTPS</span></a></li><li><a href="https://xp-dev.com/svn/Comp360" id="id2"><span>WebDAV</span></a></li> </ul> <input id="repository_url_textbox" type="text" readonly="readonly" class="large" value=""/> <div id="d_clip_container" movie-url="/static/js/ZeroClipboard.swf?v=8.32"> <div id="d_clip_button"> <img src="/static/media/clipboard.png?v=8.32" id="url_copy_to_clipboard" alt="Copy to Clipboard" class="clipboardImage"/> </div> </div> </div> </div> <div class="clearfix"></div> <div class="grid_8 flat_area"> <p> <img src="/static/media/warn.png?v=8.32" alt=""/> <span>This repository has no backups</span> <br /><img src="/static/media/warn.png?v=8.32" alt=""/> <span>This repository's network speed is throttled to 100KB/sec</span> <br /> </p> </div> <div class="grid_8 flat_area"> <p> <a href="../../../upgrade">Upgrade your account</a> to fix these warnings, or use <a href="http://backups.vc" target="_blank">backups.vc for automated backups</a> </p> </div> <div class="clearfix"></div> <div class="grid_16 flat_area navi_buttons"> <div class="navi_button selected"> <a href="../../../sc/49250/HEAD/">Explore</a> </div><div class="navi_button"> <a href="../../../sc/history/49250/HEAD/?page=0">Commits</a> </div> </div> <div class="clearfix"></div> <div class="grid_16 flat_area repo_navi_split"> <div class="repo_navi_split_revisions"> <div> @ <span>HEAD</span> </div> </div> <div class="repo_navi_split_path"> <h2> <a href="../../../sc/49250/HEAD/"><span>Comp360</span></a> / <a href="../../../sc/49250/HEAD/%2Ftrunk"><span>trunk</span></a> <span>/</span> <a href="../../../sc/49250/HEAD/%2Ftrunk%2Fres"><span>res</span></a> <span>/</span> <a href="../../../sc/49250/HEAD/%2Ftrunk%2Fres%2FGLSL-Portland-Benj.ppt"><span>GLSL-Portland-Benj.ppt</span></a> </h2> </div> </div> <div class="clearfix"></div> <div class="grid_16 flat_area"> <table> <tbody> <tr> <td class="line_numbers"> <pre><span id="line1">1 </span></pre> </td> <td style="width: 100%;"> <pre class="prettyprint">File is too big or a binary file</pre> </td> </tr> </tbody> </table> </div> <div class="grid_16 flat_area"> <h2 class="repo_navi_header">Commits for <span>Comp360/trunk/res/GLSL-Portland-Benj.ppt</span></h2> <div class="history_diff"> <form id="id3" method="post" action="../../../sc/49250/HEAD/%2Ftrunk%2Fres%2FGLSL-Portland-Benj.ppt?wicket:interface=:0:container:logs:diffPanel:form::IFormSubmitListener::"><div style="display:none"><input type="hidden" name="id3_hf_0" id="id3_hf_0" /></div> <div> Diff revisions: <input class="short" style="width:50px;" type="text" value="0" name="formRev1"/> vs. <input class="short" style="width:50px;" type="text" value="0" name="formRev2"/> <button> <span>Diff</span> </button> </div> </form> </div> <table class="static history"> <thead> <tr> <th>Revision</th> <th>Author</th> <th>Commited</th> <th>Message</th> </tr> </thead> <tr class="odd"> <td> <span> <a href="../../../sc/change/49250/20"><span title="20">20</span></a> </span> </td> <td> <img class="profileThumb" width="30" alt="Chronocide picture" src="https://secure.gravatar.com/avatar/a036105a3b17534e69f6a8d8e5d1acfc.jpg?d=identicon&s=128"/> <strong>Chronocide</strong> </td> <td>Thu 21 Jan, 2010 07:41:11 +0000</td> <td><div class="textile"><p>added a GLSL primer to the res(ource) folder</p></div></td> </tr> </table> </div> <div class="grid_16 flat_area"> <p class="center"> <a href="../../../sc/history/49250/HEAD/%2Ftrunk%2Fres%2FGLSL-Portland-Benj.ppt?page=0"> <img src="/static/media/history.png?v=8.32" alt="History"/> View complete history </a> <a href="../../../publicfeed/svnview/49250/%2Ftrunk%2Fres%2FGLSL-Portland-Benj.ppt"> <img src="/static/media/rss.png?v=8.32" alt=""/> Commits RSS feed for <span>/trunk/res/GLSL-Portland-Benj.ppt</span> </a> </p> </div> <div class="clearfix"></div> <div class="grid_16 flat_area clearfix footer_ads"> <div class="text_ad"> <a target="_blank" href="https://mobiushosting.net">Durable PHP+MySQL Hosting</a> </div> </div> <div class="clearfix"></div> <div class="grid_16 flat_area footer"> <p> Need assistance? <a href="https://xp-dev.com/support.html" target="_blank">Get in touch</a>, or head to our <a href="https://xp-dev.com/docs" target="_blank">documentation</a> site. </p> </div> </div> </div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); </script> <script type="text/javascript"><!--/*--><![CDATA[/*><!--*/ ga('create', 'UA-8189759-6', 'xp-dev.com'); ga('send', 'pageview'); /*-->]]>*/</script> </body> </html>