Parent Directory
|
Revision Log
Website: update Quickstart Guide [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation
<?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>
<head>
<meta name="description" content="Equalizer Quickstart and Demonstration Guide Latest version at http://www.equalizergraphics.com/documents/EqualizerGuide.pdf Building Equalizer Install a binary version or build the subversion source tree: Linux, Mac OS X: cd src; make set library path as printed by make Windows: Build src/VS2005/Equalizer.sln Running the Server Linux: (./server/)eqServer.<arch> [config] Mac OS X: (./server/)eqServer [config] Windows: debug ‘Equalizer Server’ OR: build\VS2005\win32\debug\eqServer Running the Example Application Linux: (cd src/examples/eqPly;) ./eqPly.<arch> Mac OS X: start X11 (cd src/examples/eqPly;) ./eqPly Windows: debug ‘eqPly Example’ OR: build\VS2005\win32\debug\eqPly.exe eqPly runs now with default config one window, one pipe thread, one process Left mouse button rotates Middle mouse button zooms Right mouse button moves Exit by pressing <Esc>, all three mouse buttons or using window close button Running the Example Application Exploring Equalizer To use a different config: exit eqPly; stop server start server with new config: eqServer (/usr/local/share/Equalizer/)configs/2-window.eqc run eqPly again Load model with ‘--model <name>’ Sample Models at www.cyberware.com 2-window Two windows, one pipe thread Compound wall descriptions produce side-by side image 2-window Set EQ_TAINT_CHANNELS to get channel background colors One window, five channels Simulate a CAVE™ on a single PC 1-pipe.stereo.anaglyph Start eqPly with option -b Use anaglyphic (colored) glasses Two sequential eye passes Support for active (quad-buffer) stereo 2-window.2D Left window renders half of the viewport for right window For deployment, windows are on separate pipes (GPUs) for scalability Left window renders part of the database for the right window Coloring is implemented in eqPly Data is combined using Z-Buffer information 2-window.DB 2-window.EYE.anaglyph Left window renders right eye Right window renders left eye Very good scalability on two pipes Also works for active stereo 3-window.DB.ds Parallel compositing (direct send) Each channel renders and composites Run 4-window.DB.bs for binary swap 7-window.EYE.2D Multilevel configuration Combine modes for optimal performance Deployment on four pipes Next Steps Cluster example configurations are named n-node.*.eqc Password-less ssh setup needed Change hostnames to reflect your setup ConfigTool creates some configurations Active stereo requires stereo visuals Read configuration file specification"/>
<title></title>
<script type="text/javascript" language="javascript">
// <![CDATA[
var images = new Array (15);
images[0] = "EqualizerGuide.html_files/EqualizerGuide.001.jpg";
images[1] = "EqualizerGuide.html_files/EqualizerGuide.002.jpg";
images[2] = "EqualizerGuide.html_files/EqualizerGuide.003.jpg";
images[3] = "EqualizerGuide.html_files/EqualizerGuide.004.jpg";
images[4] = "EqualizerGuide.html_files/EqualizerGuide.005.jpg";
images[5] = "EqualizerGuide.html_files/EqualizerGuide.006.jpg";
images[6] = "EqualizerGuide.html_files/EqualizerGuide.007.jpg";
images[7] = "EqualizerGuide.html_files/EqualizerGuide.008.jpg";
images[8] = "EqualizerGuide.html_files/EqualizerGuide.009.jpg";
images[9] = "EqualizerGuide.html_files/EqualizerGuide.010.jpg";
images[10] = "EqualizerGuide.html_files/EqualizerGuide.011.jpg";
images[11] = "EqualizerGuide.html_files/EqualizerGuide.012.jpg";
images[12] = "EqualizerGuide.html_files/EqualizerGuide.013.jpg";
images[13] = "EqualizerGuide.html_files/EqualizerGuide.014.jpg";
images[14] = "EqualizerGuide.html_files/EqualizerGuide.015.jpg";
var index = 0;
function WindowLoaded(evt)
{
document.body.onselectstart = function () { return false; };
}
function Step(i)
{
GoTo(index + i)
}
function GoTo(newIndex)
{
if(newIndex >= 0 && newIndex < images.length)
{
index = newIndex;
document.Slideshow.src = images[index];
}
}
// ]]>
</script>
</head>
<body bgcolor="black" onload='WindowLoaded(event);'>
<p align="center">
<br/>
<br/>
<img name="Slideshow" alt="" src="EqualizerGuide.html_files/EqualizerGuide.001.jpg" onclick="Step(1)"/>
<br/>
<br/>
<input type="image" src="EqualizerGuide.html_files/home.png" onclick="GoTo(0)"/>
<input type="image" src="EqualizerGuide.html_files/prev.png" onclick="Step(-1)"/>
<input type="image" src="EqualizerGuide.html_files/next.png" onclick="Step(1)"/>
</p>
</body>
</html>
| Back to Equalizer website | ViewVC Help |
| Powered by ViewVC 1.0.3 |