From reed at mobilerobots.com Fri May 1 13:00:37 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Fri, 01 May 2009 13:00:37 -0400 Subject: [Aria-users] Announcement: New Software Updates (ARIA, ARNL, SONARNL, MobileEyes, Mapper3, MobileSim) Message-ID: <49FB2AB5.5090803@mobilerobots.com> MobileRobots has released new versions of all research/development software, including ARIA, ARNL, SONARNL, MobileEyes, Mapper3 and MobileSim. ARIA and ARNL include some important changes, summarized below. Packages for Linux and Windows, as well as detailed change logs, can be downloaded from our customer support site . As always, if you have any questions or problems, contact us at support at mobilerobots.com Contents: * ARIA * ARNL, SONARNL and MOGS * MobileEyes * MobileSim * Mapper3 and Mapper3Basic * New support website * MobileRobots Inc. has moved to a new address ARIA 2.7.0 ========== See more detailed changes list at Download ARIA at Laser Rangefinders ------------------ This release introduces a change that will allow ARIA to better support multiple range finding devices of different kinds on a robot. This includes new ArRobotConnector and ArLaserConnector classes that replace ArSimpleConnector, and a new ArLMS2xx class that replaces ArSick, and a new ArLaser base class. (All old classes remain for compatibility.) In addition, details on what types of lasers the robot is equipped with, and their configuration details, are configured either in the robot's parameter file, or specified on the command line. Instead of creating an ArSick object, a program can now let ARIA create the appropriate ArLaser objects based on this configuration information (these objects are stored in a list in the ArRobot class). See the reference documentation and example programs for information on how to use ArRobotConnector and ArLaserConnector. ARIA also now supports the Hokuyu URG laser rangefinder (specificially the URG 04-LX and other compatible SCIP 1.1 URG devices). Visual C++ 2008 --------------- Visual C++ 2008 solution and project files are now included with ARIA. Java ---- Java 1.6 is now used to build the Java wrapper libraries rather than 1.4. The Java wrapper libraries are now provided in Java packages (rather in the global namespace): these packages are com.mobilerobots.Aria and com.mobilerobots.ArNetworking. You will need to modify Java code to import classes from these packages. Other Changes ------------- On Windows, the ws2_32 network sockets library is now used instead of wsock32. Aria now includes classes to support the RVision PTZ camera, Hokuyu URG (04-LX/SCIP 1.1) laser, some additional GPS data (if receiver provides it), lateral motion on a Seekur robot, and various other miscellaneous improvements and features. ArNetworking ArServerModeRatioDrive will now stop the robot if it does not receive a new command from a client after 2 seconds. This prevents runaway robots if a wireless network connection is lost. You must update to MobileEyes 2.2.4 or greater which supports this. (You can also disable this behavior in ArServerModeRatioDrive.) ArNetworking now has new support for delaying the processing of an ArConfig update until the robot is idle (e.g. has finished going to a goal). MobileEyes 2.2.4 also now supports this new idle config processing mode, if present in the server. (You can disable idle processing by setting a flag in ArServerBase). ARNL, SONARNL and MOGS 1.7.0 ============================ See more detailed changes list at Download at Important Change to Localization Components ------------------------------------------- This release introduces an important change in the way ARNL is distributed: Instead of a single library (either libArnl or libSonArnl) being provided, ARNL has been split into a base library (BaseArnl) that includes common utilities and the path planning features, plus separate libraries each containing a localization method. There are currently three localization libraries available: ARNL (laser localization), SONARNL (sonar localization) and MOGS (new GPS positioning/localization). If in the past you used ARNL, you must now install and link to the BaseArnl library in addition to ARNL. If in the past you used SONARNL, you must now install and link to the BaseArnl library in addition to SONARNL. The C++ API remains almost entirely compatible with previous versions, though some features have been moved into base classes. Parameters for all localization methods are now stored in separate sections within one configuration file, arnl.p. sonarnl.p is no longer used. Also, instead of only one laser or sonar localization object allowed, multiple localization task objects can now optionally be handled and merged into one pose. This is done using weighted averages of the estimates from the different localizations. The weights are related to the uncertainty of the estimates. The actual merging of the localization information is done by an ArLocalizationManager object. This object invokes "moveTo()" on the robot after the merge to change its pose. (If you only want to use one localization method, you can only create a localization task object, as before, ArLocalizationManager is not needed in this case.) Java ---- Java 1.6 is now used to build the Java wrapper libraries rather than 1.4. The Java wrapper libraries are now provided in Java packages (rather in the global namespace): these packages are com.mobilerobots.BaseArnl, com.mobilerobots.Arnl, com.mobilerobots.SonArnl and com.mobilerobots.Mogs You will need to modify Java code to import classes from these packages. Visual C++ 2008 --------------- MS Visual C++ 2008 (MSVC 9) is now supported. VC9 libraries and DLLs are included, as are VC9 project files for the example programs. Other Changes and Fixes ----------------------- The guiServer and guiServerSonar example programs have been replaced with arnlServer, sonarnlServer and mogsServer example programs. These examples are provided with the relevant localization packages. ArNetworking now has new support for delaying the processing of an ArConfig update until the robot is idle (e.g. has finished going to a goal). MobileEyes 2.2.4 also now supports this new idle config processing mode, if present in the server. (You can disable idle processing by setting a flag in ArServerBase). Bug fixed in ArPathPlanningTask::getPathFromTo() (double unlock of map) The PlanEveryTime option has been removed from configuration. Final goal approach movement does more checking to determine whether any obstacles may violate the front and side clearance and padding parameters. Changes to make ArPathPlanningTask and ArLocalizationTask work with any range device and any laser, not just SICK lasers and Pioneer sonar. A new parameter has been added, CheckInsideRobotRadius. If true (default), ARNL will now not move the robot if any obstacles are detected within the radius of the robot body, i.e. if the robot could hit the obstacle by rotating. MobileEyes 2.2.4 ================ See more detailed changes list at Download ARIA at Many improvements and bug fixes since 1.1.14, the last general public release, including the following highlights: -- Modified driving so that it repeatedly sends the drive command to the robot: The new ArNetworking server times out if a drive command is not received within some period of time, this keeps it going as long as there is a working network connection with the robot. -- Added various features to better support display on a touchscreen. -- Increased the width of the camera's pan/tilt/zoom numerical fields so that the values are not truncated. -- Added support for the new robot idle processing behavior. When the configuration is changed on a server that supports idle processing, the robot postpones the update until it is no longer busy. (For example, after a robot reaches a goal.) MobileEyes displays a new "update pending" status, along with new informational messages. It also handles configuration and map updates differently in this scenario. The server must support idle config processing mode. -- Many improvements to how MobileEyes works with multiple servers at once. (MobileEyes can connect to multiple robots servers by listing them in the "Robot Server" field of the connection dialog, separated by commas, or by connecting through a proxy "central server". -- Added support for robots that have lateral control (such as Seekur). The joystick behavior has been enhanced, the Drive Robot toolbar contains two new buttons, and new Ctrl key bindings have been added to the map view and robot list. -- Replaced the robot drive buttons (Forward, Reverse, etc.) on the robot toolbar with a single Drive button. Turn on this button to display a new "Drive Robot" palette which contains triangular buttons for each of the directions. If this popup window has keyboard focus, keyboard arrow keys may also be used to drive the robot. -- Also replaced the map pan buttons (Pan Up, Pan Down, etc.) on the map toolbar with a single Pan button. Turn on this button to display a new "Pan Map" palette. -- Added the ability to drive the robot using the Ctrl-arrow keys when the robot list has focus. (This only applies to the multi-robot environment.) -- When MobileEyes is minimized, it now stops making requests for data displayed on the map (resulting in reduced network traffic as well as local CPU use). -- Fixed an intermittent problem that caused the robot icon to disappear from the map when MobileEyes was connected to a central server. -- Fixed a bug that occasionally caused the crash dump file to be written to an incorrect directory. -- Made changes to reduce the number of times a map is downloaded when it has been updated on the central server. -- Additional improvements related to running on dual processor PCs. -- Added support for the new "localization initializing" robot status. The Localization dialog box now prompts the user to wait while localization is in progress. Known Bugs ---------- MobileEyes 2.2.4 has been observed to crash occasionally, but only on dual-processor or dual-core systems. (A work around is to force the affinity of MobileEyes to one processor.) This bug will be fixed in a future version. MobileSim 0.5 ============= See more detailed changes list at Download MobileSim at Various bug fixes and minor features, including support for points in maps (in addition to lines), better map loading, new command line options, and more. See Changes.txt for details. Mapper3 and Mapper3Basic 2.2.5 ============================== See more detailed changes list at Download at: or Various bug fixes and features, including the following: -- Improvements to scan conversion -- Now supports scans from multiple laser devices in .2d scan log files and in map files -- Corrected a bug that occurred when a map file is saved as an image (JPEG file). -- Fixed crash in importing .2d files. -- Corrected an intermittent error in the location of goals when importing .2d files. -- Do not open invalid scan (.2d) files. Valid scan files start with LaserOdometryLog. -- Added support for a new "raw" mode in the scan processing. This mode may be turned on by clicking the Scan Tools, Settings button, selecting the Scan tab, and changing the Processing Mode item to Raw. -- The map file can no longer contain any comments (e.g. text that follows the "#" or ";" characters). These characters may now be used in the map info definitions. -- Corrected an error that caused the "%" character to be followed by a random number when written to a map file. -- Added a new "Step" button to the Scan Tools. Click this button to pause the processing and add a single scan. The current scan number is now displayed in the status bar. These features are both applicable only while scans are being added (i.e. before registration and cleaning). -- Added a new Scan Tools, Settings, Processing preference that allows multiple scan files to be processed in "batch mode". When running in batch mode, each scan file is automatically saved as a map file and closed; processing of the next file occurs without operator intervention (as long as no errors occur). -- When the user creates an unusually small forbidden area or other map object (probably by mistake), a warning is now displayed. -- Added a description attribute to all map objects. The description can be entered in the map item edit window, and it is displayed in the map object's tooltip. (For Aria users, note that the unused ArMapObject fileName attribute has been deprecated.) -- Added the ability to save the current map rotation as the default to be used for map display (in Mapper3 and in MobileEyes). To save the rotation, choose Main Menu, Map, Rotate, Save as Default. New Support Website =================== If you have not visited for a while, you may notice some changes. We have redesigned the site and added many new pages containing answers to some of the most common questions and problems that may not be covered or are difficult to find in the manuals as a new "knowledge base". This knowledge base can be accessed at: or by searching the site. If there is a topic you would like to see discussed in the knowledge base, let us know. The FAQ has been updated and can be found at: A new page has been added that provides an overview of computer device drivers for different computers and devices: Some pages have also been opened for your contributions, such as your experiences with different devices, lab exercises and other teaching resources, links to your own school or project websites, and more. If there are any topics or areas you would like to contribute information to, or have any ideas for the site in general, please let us know. Find more about this aspect of the new site here: The new site also includes an RSS feed for occasional news announcements (such as this software release). Use the URL below or visit the site to add to your reader. http://robots.mobilerobots.com/w/index.php?title=Main_Page&action=bullet_feed MobileRobots Inc. Has Moved to a New Address ============================================ On March 1, MobileRobots Inc. relocated to a new (nearby) building. Our mailing address has changed to: MobileRobots Inc. 10 Columbia Dr. Amherst, NH, 03031 USA Our phone number remains +1-603-889-7960, and our support email address remains support at mobilerobots.com. From minhalatadespam at gmail.com Tue May 5 16:31:48 2009 From: minhalatadespam at gmail.com (B P) Date: Tue, 5 May 2009 17:31:48 -0300 Subject: [Aria-users] ArLMS2xx access violation during execution Message-ID: Dear folks, I am trying to use the ArLMS2xx class in order to connect to a Sick LMS200 device connected directly to an ordinary PC through RS232 serial interface. I have successfully done this before, but now my code is getting trapped on an unhandled exception triggered when the ArLMS2xx::blockingConnect method is invoked. Please take a look at the code: ??? Aria::init(); ??? ArSerialConnection serial; ? ?serial.setPort(ArUtil::COM1); ??? ArLMS2xx sensor; ??? sensor.setDeviceConnection(&serial); ??? sensor.runAsync(); ??? if (!sensor.blockingConnect()) { ??? ??? cout << "Main: Error on connection" << endl; ??? ??? Aria::shutdown(); ??? ??? Aria::exit(); ??? } The call stack is: main --> ArLMS2xx::blockingConnect --> ArLMS2xx::internalConnectSim --> ArRobot::lock. I checked that the old ArSick class is now inheriting from the new ArLMS2xx. The problem I consider is that the attribute myUseSim is never initialized by the ArLMS2xx although it is used in the blockingConnect method. There are also no public methods to set or get myUseSim. Once this attribute is being always set to true (maybe compiler default), the method myRobot->lock() is being called on a NULL reference (remember there is no robot, just a PC and the LMS200). I also checked that when using the ArSick class with a configureShort call, the problem is solved (this method sets myUseSim to false by default). For the code previously shown, its only necessary to replace "ArLMS2xx sensor" by "ArSick sensor" and add "sensor.configureShort();" before the "sensor.setDeviceConnection(...)" line. Am I supposed to use the ArSick class forever or is there any solution using the new ArLMS2xx? Thank you in advance. Bruno Pandolfi From reed at mobilerobots.com Wed May 6 11:32:48 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Wed, 06 May 2009 11:32:48 -0400 Subject: [Aria-users] ArLMS2xx access violation during execution In-Reply-To: References: Message-ID: <4A01ADA0.1030805@mobilerobots.com> You can use ArSick if you want as a temporary work around, or forever, it will remain in ARIA. But we'll take a look at what's going on with ArLMS2xx and fix it. I think that the "using sim mode" represented by that flag is only really for compatability with the older version of ArSick which had that mode; there is now a separate ArSimulatedLaser for a laser in the simulator. But I think you're right that it should be initialized to false. Thanks, Reed B P wrote: > Dear folks, > > I am trying to use the ArLMS2xx class in order to connect to a Sick > LMS200 device connected directly to an ordinary PC through RS232 > serial interface. I have successfully done this before, but now my > code is getting trapped on an unhandled exception triggered when the > ArLMS2xx::blockingConnect method is invoked. > > Please take a look at the code: > > Aria::init(); > > ArSerialConnection serial; > serial.setPort(ArUtil::COM1); > > ArLMS2xx sensor; > > sensor.setDeviceConnection(&serial); > sensor.runAsync(); > > if (!sensor.blockingConnect()) { > cout << "Main: Error on connection" << endl; > Aria::shutdown(); > Aria::exit(); > } > > > The call stack is: main --> ArLMS2xx::blockingConnect --> > ArLMS2xx::internalConnectSim --> ArRobot::lock. > > I checked that the old ArSick class is now inheriting from the new > ArLMS2xx. The problem I consider is that the attribute myUseSim is > never initialized by the ArLMS2xx although it is used in the > blockingConnect method. There are also no public methods to set or get > myUseSim. Once this attribute is being always set to true (maybe > compiler default), the method myRobot->lock() is being called on a > NULL reference (remember there is no robot, just a PC and the LMS200). > > I also checked that when using the ArSick class with a configureShort > call, the problem is solved (this method sets myUseSim to false by > default). For the code previously shown, its only necessary to replace > "ArLMS2xx sensor" by "ArSick sensor" and add > "sensor.configureShort();" before the > "sensor.setDeviceConnection(...)" line. > > Am I supposed to use the ArSick class forever or is there any solution > using the new ArLMS2xx? > > Thank you in advance. > > Bruno Pandolfi > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com > From reed at mobilerobots.com Wed May 6 13:03:18 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Wed, 06 May 2009 13:03:18 -0400 Subject: [Aria-users] ArLMS2xx access violation during execution In-Reply-To: <4A01ADA0.1030805@mobilerobots.com> References: <4A01ADA0.1030805@mobilerobots.com> Message-ID: <4A01C2D6.8030408@mobilerobots.com> I played around with the ArLMS2xx class on its own a bit, and here is some additional information: In addition to initializing myUseSim to false in the ArLMS2xx constructor (and recompiling ARIA), you need to set up options on it. Normally these options are read from the robot parameter file after connecting to a robot, or from the command line options (and /etc/Aria.args if it exists). With ArSick this was done with configureShort() or by ArSimpleConnector (which uses command line options or default values). So if you are not connecting to a robot, ARIA won't ever load a robot parameter file (this is done after connecting, because that's how we get the robot type and robot name). So you need to manually set the following options-- there may be other options added in the future that will also need to be set: laser.setPowerControlled(true); laser.chooseAutoBaud("38400"); laser.chooseDegrees("180"); laser.chooseIncrement("one"); PowerControlled needs to be set if laser power is switched on automatically by opening its serial port, as is the case on many robots. On some robots you need to connect to the robot and send an LRF_POWER command to turn it on explicitly. As mentioned in my previous email, we have no plans on removing the ArSick compatability class, and for standalone use it might be slightly simpler. Also, don't forget to open the ArSerialConnection before laser.blockingConnect(): serialCon.open(ArUtil::COM3) This will return 0 on success or an error code on error. Reed Reed Hedges wrote: > You can use ArSick if you want as a temporary work around, or forever, it will > remain in ARIA. > > But we'll take a look at what's going on with ArLMS2xx and fix it. > > I think that the "using sim mode" represented by that flag is only really for > compatability with the older version of ArSick which had that mode; there is > now a separate ArSimulatedLaser for a laser in the simulator. But I think > you're right that it should be initialized to false. > > Thanks, > > Reed > > > > > B P wrote: >> Dear folks, >> >> I am trying to use the ArLMS2xx class in order to connect to a Sick >> LMS200 device connected directly to an ordinary PC through RS232 >> serial interface. I have successfully done this before, but now my >> code is getting trapped on an unhandled exception triggered when the >> ArLMS2xx::blockingConnect method is invoked. >> >> Please take a look at the code: >> >> Aria::init(); >> >> ArSerialConnection serial; >> serial.setPort(ArUtil::COM1); >> >> ArLMS2xx sensor; >> >> sensor.setDeviceConnection(&serial); >> sensor.runAsync(); >> >> if (!sensor.blockingConnect()) { >> cout << "Main: Error on connection" << endl; >> Aria::shutdown(); >> Aria::exit(); >> } >> >> >> The call stack is: main --> ArLMS2xx::blockingConnect --> >> ArLMS2xx::internalConnectSim --> ArRobot::lock. >> >> I checked that the old ArSick class is now inheriting from the new >> ArLMS2xx. The problem I consider is that the attribute myUseSim is >> never initialized by the ArLMS2xx although it is used in the >> blockingConnect method. There are also no public methods to set or get >> myUseSim. Once this attribute is being always set to true (maybe >> compiler default), the method myRobot->lock() is being called on a >> NULL reference (remember there is no robot, just a PC and the LMS200). >> >> I also checked that when using the ArSick class with a configureShort >> call, the problem is solved (this method sets myUseSim to false by >> default). For the code previously shown, its only necessary to replace >> "ArLMS2xx sensor" by "ArSick sensor" and add >> "sensor.configureShort();" before the >> "sensor.setDeviceConnection(...)" line. >> >> Am I supposed to use the ArSick class forever or is there any solution >> using the new ArLMS2xx? >> >> Thank you in advance. >> >> Bruno Pandolfi >> _______________________________________________ >> Aria-users mailing list >> Aria-users at lists.mobilerobots.com >> http://lists.mobilerobots.com/mailman/listinfo/aria-users >> >> To unsubscribe visit the above webpage or send an e-mail to: >> >> aria-users-leave at lists.mobilerobots.com >> > > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com > From reed at mobilerobots.com Wed May 6 13:15:14 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Wed, 06 May 2009 13:15:14 -0400 Subject: [Aria-users] MobileSim and Sick laser: getRawReadings() In-Reply-To: <009701c7864a$c4ad6bb0$4e084310$@tamas@aut.utcluj.ro> References: <009701c7864a$c4ad6bb0$4e084310$@tamas@aut.utcluj.ro> Message-ID: <4A01C5A2.5020808@mobilerobots.com> What do you mean by compiling your own functions into the ARIA library? Did you recompile ARIA with Visual Studio 2008 first? (Aria.dll/Aria.lib as installed was built with Visual Studio 2003). The only things I can see in the example you provided is that there is a chance that at the point that you check getRawReadings(), no data is received from the SICK yet, though I have no idea whether this is happening or not. You can just put a sleep before the test of a hundred ms or so to rule this possability out. Reed Levente TAMAS wrote: > Hi all! > > > I have strange problem with the getRawReadings() from the ArSick class. It > seems that everything works fine for demo programs with MobileSim (like > ArSickLogger), but in a simple program the getRawReadings() returns NULL. > > I tried to see some workarounds, but the only thing I found out is that the > sick object returns the readings ONLY if I compile my own functions using > the getRawReadings() into the Aria library. > > The test I did with the Visual Studio 2008 and the Aria 2.5.1 version. A > test sample program is attached to the mail. > > > Thanks for any suggestion, > Levente > > > > > > #include "Aria.h" > #include "Arnl.h" > > int main(int argc, char **argv) > { > ArRobot robot; > ArSick * sick = new ArSick(); > const std::list *readings = NULL; > std::list::const_iterator it; > > Aria::init(); > Arnl::init(); > > ArArgumentParser parser(&argc, argv); > ArSimpleConnector simpleConnector(&parser); > > robot.addRangeDevice(sick); > parser.loadDefaultArguments(); > parser.addDefaultArgument("-laserDegrees 180 -laserIncrement half"); > > if (!simpleConnector.parseArgs() || > !parser.checkHelpAndWarnUnparsed(1)) > { > simpleConnector.logOptions(); > exit(1); > } > > if (!simpleConnector.connectRobot(&robot)) > { > printf("Could not connect to robot... exiting\n"); > Aria::shutdown(); > return 1; > } > > robot.runAsync(true); > simpleConnector.setupLaser(sick); > sick->runAsync(); > > if (!sick->blockingConnect()) > { > printf("Could not connect to laser... exiting\n"); > Aria::shutdown(); > return 1; > } > > > //ArSickLogger logger(&robot, sick, 300, 25, "test.txt", false); > > // Get the readings > sick->lockDevice(); > readings = sick->getRawReadings(); > it = readings->begin(); > sick->unlockDevice(); > > robot.waitForRunExit(); > sick->lockDevice(); > sick->disconnect(); > sick->unlockDevice(); > Aria::shutdown(); > return 0; > } > > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com > From toar.imanuel at gmail.com Wed May 6 19:09:57 2009 From: toar.imanuel at gmail.com (Toar Imanuel) Date: Wed, 6 May 2009 16:09:57 -0700 Subject: [Aria-users] MobileSim Compatibility In-Reply-To: <88ef8fe20905061605k71b3e080sbf89a42d985625d@mail.gmail.com> References: <88ef8fe20905061605k71b3e080sbf89a42d985625d@mail.gmail.com> Message-ID: Good day! I'm trying some examples from Aria using mobilesim on Windows Vista SP1. There is a problem with the simulator, as it does not draw the robot correctly. Because of this, it is not running properly and moving unpredictably. Attached is a screenshot of the simulated robot in the environment. Are there issues with Vista Compatibility? Cheers, Yel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090506/891e718f/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: robot-broke.png Type: image/png Size: 12998 bytes Desc: not available Url : http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090506/891e718f/attachment-0001.png From reed at mobilerobots.com Thu May 7 08:48:34 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Thu, 07 May 2009 08:48:34 -0400 Subject: [Aria-users] MobileSim Compatibility In-Reply-To: References: <88ef8fe20905061605k71b3e080sbf89a42d985625d@mail.gmail.com> Message-ID: <4A02D8A2.3080705@mobilerobots.com> Hello, yes, someone else also reported a problem with MobileSim on Vista. It should work fine on XP. You can also try the previous version of MobileSim (if that works, please let me know since that will help narrow down what the problem is). Are you on a 32-bit or 64-bit system (with 64-bit version of Vista)? If you run it on a command line and specify a log file, what warnings and other messages do you get? Reed Toar Imanuel wrote: > Good day! > > I'm trying some examples from Aria using mobilesim on Windows Vista > SP1. There is a problem with the simulator, as it does not > draw the robot correctly. Because of this, it is not running properly > and moving unpredictably. Attached is a screenshot > of the simulated robot in the environment. Are there issues with Vista > Compatibility? > > Cheers, > Yel > > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com From toar.imanuel at gmail.com Thu May 7 18:21:07 2009 From: toar.imanuel at gmail.com (Toar Imanuel) Date: Thu, 7 May 2009 15:21:07 -0700 Subject: [Aria-users] MobileSim Compatibility In-Reply-To: <4A02D8A2.3080705@mobilerobots.com> References: <88ef8fe20905061605k71b3e080sbf89a42d985625d@mail.gmail.com> <4A02D8A2.3080705@mobilerobots.com> Message-ID: Thanks for the reply. We have two users right now, one using XP and one using Vista. MobileSim 0.5 runs fine on XP. Fwd: I'm using Windows Vista Home Premium on a 32 bit system. I installed MobileSim 0.2 and 0.3, they seem to be working fine (I'll work with them for now). Mobilesim 0.4 will not even run on my comp. I had to download iconv.dll and then it errors out saying libgmodule-2.0-0.dll could not be found, even though it's there in the Mobilesim folder. I've unsinstalled and installed it thrice now. I ran mobilesim 0.5 on the command line with a log and the log is attached in this email, as well. Running MobileSim 0.5 on Vista. The most common warning found in the log file. Starting on the 8th line: Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points This message does not appear when running MobileSim on XP. Regards, Toar Imanuel On Thu, May 7, 2009 at 5:48 AM, Reed Hedges wrote: > > Hello, yes, someone else also reported a problem with MobileSim on > Vista. It should work fine on XP. You can also try the previous > version of MobileSim (if that works, please let me know since that will > help narrow down what the problem is). > > Are you on a 32-bit or 64-bit system (with 64-bit version of Vista)? > > If you run it on a command line and specify a log file, what warnings > and other messages do you get? > > Reed > > > > Toar Imanuel wrote: > > Good day! > > > > I'm trying some examples from Aria using mobilesim on Windows Vista > > SP1. There is a problem with the simulator, as it does not > > draw the robot correctly. Because of this, it is not running properly > > and moving unpredictably. Attached is a screenshot > > of the simulated robot in the environment. Are there issues with Vista > > Compatibility? > > > > Cheers, > > Yel > > > > > > ------------------------------------------------------------------------ > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Aria-users mailing list > > Aria-users at lists.mobilerobots.com > > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > > > To unsubscribe visit the above webpage or send an e-mail to: > > > > aria-users-leave at lists.mobilerobots.com > > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090507/71054088/attachment-0001.html -------------- next part -------------- Thu May 07 13:43:05 2009 MobileSim: Expecting supporting resources to be installed in "C:\Program Files\MobileRobots\MobileSim" (according to registry key). Thu May 07 13:43:09 2009 MobileSim: Robot named "p3dx" will be a "p3dx" Thu May 07 13:43:09 2009 MobileSim: Will start with no map. Thu May 07 13:43:09 2009 MobileSim: Starting robots at map's default starting place of: 0.000000, 0.000000, 0.000000 Thu May 07 13:43:09 2009 MobileSim: Loading stage world file "C:\Users\HP\AppData\Local\Temp/MobileSim-stage_world.world"... Thu May 07 13:43:09 2009 including world file "C:\Program Files\MobileRobots\MobileSim/PioneerRobotModels.world.inc"... Thu May 07 13:43:09 2009 Using font: -*-monospace-medium-r-*-*-*-140-*-*-*-*-*-* Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 p3dx: (debug) next connection will be the 1'th connection (with 0 failed connections also previously). There are 1 robots currently. Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 p3dx: Ready for a client to connect on TCP port 8101. Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:43:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:44:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:15 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:16 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:17 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:18 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:19 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:20 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:21 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:22 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:23 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:24 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:25 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:26 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:27 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:28 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:29 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:30 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:31 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:32 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:33 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:34 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:35 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:36 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:37 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:38 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:39 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:40 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:41 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:42 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:43 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:44 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:45 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:46 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:47 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:48 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:49 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:50 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:51 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:52 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:53 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:54 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:55 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:56 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:57 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:58 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:45:59 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:00 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:01 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:02 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:03 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:04 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:05 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:06 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:07 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:08 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:09 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:10 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:11 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:12 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:13 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:14 2009 Warning: (debug) last interval was longer than 3 times requested! (901 vs. 100) Thu May 07 13:46:14 2009 Warning: attempted to matrix render a polygon with less than 3 points Thu May 07 13:46:14 2009 Warning: attempted to matrix render a polygon with less than 3 points From reed at mobilerobots.com Fri May 8 08:57:17 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Fri, 08 May 2009 08:57:17 -0400 Subject: [Aria-users] MobileSim Compatibility In-Reply-To: References: <88ef8fe20905061605k71b3e080sbf89a42d985625d@mail.gmail.com> <4A02D8A2.3080705@mobilerobots.com> Message-ID: <4A042C2D.5020108@mobilerobots.com> Thanks for the information! We're looking into this problem a little bit, though I don't know yet when we'll be able to try fixing it. Toar Imanuel wrote: > I installed MobileSim 0.2 and 0.3, they seem to be working fine (I'll > work with them for now). > Mobilesim 0.4 will not even run on my comp. I had to download iconv.dll > and then it errors out saying libgmodule-2.0-0.dll could not be found, > even though it's there in the Mobilesim folder. I've unsinstalled and > installed it thrice now. Try MobileSim-0.4.0-1.exe, not MobileSim-0.4.0.exe. (The 0.4.0-1 package fixes the missing files problem) Reed From mammana at gostai.com Tue May 12 06:46:08 2009 From: mammana at gostai.com (Jean Charles MAMMANA) Date: Tue, 12 May 2009 12:46:08 +0200 Subject: [Aria-users] Manual Driving override when using ArPathPlanningTask Message-ID: <4A095370.6080504@gostai.com> Hi, I use my own Action class to drive the robot manually. This class is added to my robot with this line : myRobot.addAction(&myAactionSpeed, 50); I also use Arnl for localization and path planning using ArLocalizationTask and ArPathPlanningTask classes. Path planning works great but I can not use my Action class anymore... I'm looking for a way to override the path planning when I want to drive manually the robot with my Action class. Do you have some samples ?! Thanks. -- Jean Charles MAMMANA From reed at mobilerobots.com Tue May 12 16:21:13 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Tue, 12 May 2009 16:21:13 -0400 Subject: [Aria-users] Manual Driving override when using ArPathPlanningTask In-Reply-To: <4A095370.6080504@gostai.com> References: <4A095370.6080504@gostai.com> Message-ID: <4A09DA39.20400@mobilerobots.com> Hi Jean, ARNL's ArPathPlanningTask contains its own actions for driving, contained within an ArActionGroup. You can associate your action with a different ArActionGroup, and switch to that one (activate it and deactivate the other one) when you want to use your action instead of ARNL's path planning. If you are using ArServerModeGoto, then that class manages the activation of the path planning action group, and you can write an ArServerMode subclass associated with your action and use that to switch to your action, when triggered by a client command or other reason. Reed Jean Charles MAMMANA wrote: > Hi, > I use my own Action class to drive the robot manually. > This class is added to my robot with this line : > myRobot.addAction(&myAactionSpeed, 50); > > I also use Arnl for localization and path planning using > ArLocalizationTask and ArPathPlanningTask classes. > Path planning works great but I can not use my Action class anymore... > I'm looking for a way to override the path planning when I want to drive > manually the robot with my Action class. > > Do you have some samples ?! > > Thanks. > From jyt0729 at snut.ac.kr Thu May 14 00:50:17 2009 From: jyt0729 at snut.ac.kr (=?EUC-KR?B?wba/68XC?=) Date: Thu, 14 May 2009 13:50:17 +0900 (KST) Subject: [Aria-users] P3AT Wheel motor Message-ID: <13619347.1242276617680.JavaMail.root@mail> I am a robot user. I'm curious about motors built within each wheels inside the robot. For example, Im anxious to know about output torque under different rotaion speed. Please provide Informations If you have graphical data on motor specification or any other specification data on it. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090514/7e5ce36c/attachment.html From aloferas at hotmail.com Tue May 19 09:29:33 2009 From: aloferas at hotmail.com (Feras Dayoub) Date: Tue, 19 May 2009 14:29:33 +0100 Subject: [Aria-users] ARIA2.7 with Hokuyo URG-04LX Message-ID: Hi, I am trying to connect a Hokuyo URG-04LX Laser to ARIA but I was not successful so far. Would you please have a look at the following error message and tell me if there is any thing wrong, I also added the parameters from the .p file: After running Demo.exe and switch to the Laser mode I receive this message: -------------------------------------------- ArModeLaser is connecting to urg_1. urg_1: '0Ee ' urg_1::blockingConnect: Did not get back version response (even after switching to autobaudchoice) Laser mode failed to connect to the laser. Switch out of this mode and back to try reconnecting. ----------------------------------------------- the parameters I am using is: ************** Section Laser parameters ;SectionFlags for Laser parameters: LaserType urg ; LaserPortType serial ; LaserPort COM4 ; LaserAutoConnect false ; LaserFlipped false ; LaserPowerControlled true ; LaserMaxRange 0 ; LaserCumulativeBufferSize 0 ; LaserX 195 ; LaserY 0 ; LaserTh 0 ; LaserZ 0 ; LaserIgnore ; ; LaserStartDegrees -2.356 ; LaserEndDegrees 2.356 ; LaserDegreesChoice 0.0167 ; LaserIncrement ; LaserIncrementChoice ; LaserUnitsChoice ; LaserReflectorBitsChoice ; LaserStartingBaudChoice 115200; LaserAutoBaudChoice ; ***************************** Many thanks Windows Live Messenger just got better. Find out more! _________________________________________________________________ Share your photos with Windows Live Photos ? Free. http://clk.atdmt.com/UKM/go/134665338/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090519/5875d77e/attachment.html From mammana at gostai.com Tue May 19 11:25:16 2009 From: mammana at gostai.com (Jean Charles MAMMANA) Date: Tue, 19 May 2009 17:25:16 +0200 Subject: [Aria-users] P3DX : Overweight Message-ID: <4A12CF5C.8090408@gostai.com> Hi, I add some weight to my P3DX (average 2kg) and now motors stall each time the robot turns on carpet. Is there a way to add some power ? Thanks in advance From reed at mobilerobots.com Wed May 20 11:17:40 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Wed, 20 May 2009 11:17:40 -0400 Subject: [Aria-users] ARIA2.7 with Hokuyo URG-04LX In-Reply-To: References: Message-ID: <4A141F14.8090001@mobilerobots.com> Hi Feras, First, do you know what firmware is on your URG and what SCIP (protocol) version it uses? ARIA supports SCIP 1.1, but SCIP 2 is completely different and incompatible. Unfortunately, there is also no way to change an URG's protocol to SCIP 1.1 if it is using 2. (Also, is the URG connected to the computer using an RS-232 serial port, or the computer's USB port?) It may be using the wrong baud rate. LaserStartingBaudChoice is used to specify an initial baud rate to use when connecting to the URG, i.e. the baud rate that the URG is expecting when it is first powered on. This is "019200" by default, and you can leave LaserStartingBaudChoice empty to use this default. If you then want it to switch to a different (higher) baud rate after the initial connection, specify that for LaserAutoBaudChoice. The default for LaserAutoBaudChoice with the URG is "057600", which we found to be more reliable than others like "115200". Also note that the field of view (start/end) and increment (resolution) values should be in degrees, not radians. Reed Feras Dayoub wrote: > Hi, > > I am trying to connect a Hokuyo URG-04LX Laser to ARIA but I was not > successful so far. Would you please have a look at the following error > message and tell me if there is any thing wrong, I also added the > parameters from the .p file: > > After running Demo.exe and switch to the Laser mode I receive this message: > > > -------------------------------------------- > ArModeLaser is connecting to urg_1. > urg_1: '0Ee > ' > > urg_1::blockingConnect: Did not get back version response (even after > switching > to autobaudchoice) > > Laser mode failed to connect to the laser. > > Switch out of this mode and back to try reconnecting. > ----------------------------------------------- > > the parameters I am using is: > ************** > Section Laser parameters > ;SectionFlags for Laser parameters: > LaserType urg ; > LaserPortType serial ; > LaserPort COM4 ; > LaserAutoConnect false ; > > LaserFlipped false ; > LaserPowerControlled true ; > LaserMaxRange 0 ; > LaserCumulativeBufferSize 0 ; > LaserX 195 ; > LaserY 0 ; > LaserTh 0 ; > LaserZ 0 ; > LaserIgnore ; > ; > LaserStartDegrees -2.356 ; > > LaserEndDegrees 2.356 ; > LaserDegreesChoice 0.0167 ; > LaserIncrement ; > LaserIncrementChoice ; > LaserUnitsChoice ; > LaserReflectorBitsChoice ; > LaserStartingBaudChoice 115200; > LaserAutoBaudChoice ; > ***************************** > > Many thanks > > ------------------------------------------------------------------------ > Windows Live Messenger just got better. Find out more! > > ------------------------------------------------------------------------ > Share your photos with Windows Live Photos ? Free. Try it Now! > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com From reed at mobilerobots.com Wed May 20 11:26:11 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Wed, 20 May 2009 11:26:11 -0400 Subject: [Aria-users] P3DX : Overweight In-Reply-To: <4A12CF5C.8090408@gostai.com> References: <4A12CF5C.8090408@gostai.com> Message-ID: <4A142113.90404@mobilerobots.com> Jean Charles MAMMANA wrote: > Hi, > I add some weight to my P3DX (average 2kg) and now motors stall each > time the robot turns on carpet. Is there a way to add some power ? It will always be harder to turn on a carpet, especially if the carpet has any depth (thickness) to the threads. How think is this carpet? Is it a motor stall that is happening, or low battery warning? (Both cause the robot to beep, but with a stall the robot will also stop for a short time... you can tell in ARIA demo or other program which is happening.) Do you also have a SICK LMS-200 or any other heavy equipment on the robot? How many batteries do you have? You can reduce the threshold at which the robot decides to enter the stall state in the firmware configuration, though doing this risks a bit more extra wear and damage to the motors. The parameter is StallVal. You can incrementally increase this value to find the minimum where it no longer stalls on your carpet or only very occasionally stalls. E.g. try values like 210, 220, 225 and so on until it works. You can also reduce the time that the robot stays stopped in the stall state if the stall only happens occasionally. Reed From aloferas at hotmail.com Wed May 20 13:07:27 2009 From: aloferas at hotmail.com (Feras Dayoub) Date: Wed, 20 May 2009 18:07:27 +0100 Subject: [Aria-users] ARIA2.7 with Hokuyo URG-04LX In-Reply-To: <4A141F14.8090001@mobilerobots.com> References: <4A141F14.8090001@mobilerobots.com> Message-ID: Thank you for your help. The protocol is SCIP 1.1 and I am connecting the laser using the USB port, could this be the problem? Because, I had used the default parameters as well and received the same error. Thanks, Feras > Date: Wed, 20 May 2009 11:17:40 -0400 > From: reed at mobilerobots.com > CC: aria-users at lists.mobilerobots.com > Subject: Re: [Aria-users] ARIA2.7 with Hokuyo URG-04LX > > > Hi Feras, > > First, do you know what firmware is on your URG and what SCIP (protocol) version > it uses? ARIA supports SCIP 1.1, but SCIP 2 is completely different and > incompatible. Unfortunately, there is also no way to change an URG's protocol > to SCIP 1.1 if it is using 2. (Also, is the URG connected to the computer using > an RS-232 serial port, or the computer's USB port?) > > It may be using the wrong baud rate. LaserStartingBaudChoice is used to > specify an initial baud rate to use when connecting to the URG, i.e. the baud > rate that the URG is expecting when it is first powered on. This is "019200" by > default, and you can leave LaserStartingBaudChoice empty to use this default. > If you then want it to switch to a different (higher) baud rate after the > initial connection, specify that for LaserAutoBaudChoice. The default for > LaserAutoBaudChoice with the URG is "057600", which we found to be more reliable > than others like "115200". > > Also note that the field of view (start/end) and increment (resolution) values > should be in degrees, not radians. > > > Reed > > > > Feras Dayoub wrote: > > Hi, > > > > I am trying to connect a Hokuyo URG-04LX Laser to ARIA but I was not > > successful so far. Would you please have a look at the following error > > message and tell me if there is any thing wrong, I also added the > > parameters from the .p file: > > > > After running Demo.exe and switch to the Laser mode I receive this message: > > > > > > -------------------------------------------- > > ArModeLaser is connecting to urg_1. > > urg_1: '0Ee > > ' > > > > urg_1::blockingConnect: Did not get back version response (even after > > switching > > to autobaudchoice) > > > > Laser mode failed to connect to the laser. > > > > Switch out of this mode and back to try reconnecting. > > ----------------------------------------------- > > > > the parameters I am using is: > > ************** > > Section Laser parameters > > ;SectionFlags for Laser parameters: > > LaserType urg ; > > LaserPortType serial ; > > LaserPort COM4 ; > > LaserAutoConnect false ; > > > > LaserFlipped false ; > > LaserPowerControlled true ; > > LaserMaxRange 0 ; > > LaserCumulativeBufferSize 0 ; > > LaserX 195 ; > > LaserY 0 ; > > LaserTh 0 ; > > LaserZ 0 ; > > LaserIgnore ; > > ; > > LaserStartDegrees -2.356 ; > > > > LaserEndDegrees 2.356 ; > > LaserDegreesChoice 0.0167 ; > > LaserIncrement ; > > LaserIncrementChoice ; > > LaserUnitsChoice ; > > LaserReflectorBitsChoice ; > > LaserStartingBaudChoice 115200; > > LaserAutoBaudChoice ; > > ***************************** > > > > Many thanks > > > > ------------------------------------------------------------------------ > > Windows Live Messenger just got better. Find out more! > > > > ------------------------------------------------------------------------ > > Share your photos with Windows Live Photos ? Free. Try it Now! > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Aria-users mailing list > > Aria-users at lists.mobilerobots.com > > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > > > To unsubscribe visit the above webpage or send an e-mail to: > > > > aria-users-leave at lists.mobilerobots.com > > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com _________________________________________________________________ Beyond Hotmail ? see what else you can do with Windows Live. http://clk.atdmt.com/UKM/go/134665375/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090520/b268afb3/attachment-0001.html From mammana at gostai.com Wed May 20 13:43:12 2009 From: mammana at gostai.com (mammana at gostai.com) Date: Wed, 20 May 2009 19:43:12 +0200 (CEST) Subject: [Aria-users] P3DX : Overweight In-Reply-To: <4A142113.90404@mobilerobots.com> References: <4A12CF5C.8090408@gostai.com> <4A142113.90404@mobilerobots.com> Message-ID: <4879.86.66.252.49.1242841392.squirrel@squirrel.gostai.com> > Jean Charles MAMMANA wrote: >> Hi, >> I add some weight to my P3DX (average 2kg) and now motors stall each >> time the robot turns on carpet. Is there a way to add some power ? > > It will always be harder to turn on a carpet, especially if the carpet has > any > depth (thickness) to the threads. How think is this carpet? This is a classic carpet with small depth. I don't know how to explain that in english (I'm french) :/ > Is it a motor stall that is happening, or low battery warning? (Both cause > the > robot to beep, but with a stall the robot will also stop for a short > time... you > can tell in ARIA demo or other program which is happening.) This is a motor stall : the robot starts to turn, stops, make two small bip and try to start again. And the console display the stall error. > Do you also have a SICK LMS-200 or any other heavy equipment on the robot? > How > many batteries do you have? Yes I have a LMS-200 and 3 batteries (3*7.2Ah @ 12v). I have some other equipements like a wifi access point some lights and other... > You can reduce the threshold at which the robot decides to enter the stall > state > in the firmware configuration, though doing this risks a bit more extra > wear and > damage to the motors. The parameter is StallVal. You can incrementally > increase > this value to find the minimum where it no longer stalls on your carpet or > only > very occasionally stalls. E.g. try values like 210, 220, 225 and so on > until it > works. How modify this parameter ? This is not an arnl.p parameter.. Thanks. > You can also reduce the time that the robot stays stopped in the > stall > state if the stall only happens occasionally. Thanks. From reed at mobilerobots.com Wed May 20 16:04:05 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Wed, 20 May 2009 16:04:05 -0400 Subject: [Aria-users] P3DX : Overweight In-Reply-To: <4879.86.66.252.49.1242841392.squirrel@squirrel.gostai.com> References: <4A12CF5C.8090408@gostai.com> <4A142113.90404@mobilerobots.com> <4879.86.66.252.49.1242841392.squirrel@squirrel.gostai.com> Message-ID: <4A146235.3080803@mobilerobots.com> Would you say that the carpet is less than 2 or 3 mm thick? This is approximately the depth of mine at our office, I assume yours is not too different, but the fact that it's on your carpet seems to be the primary factor, right? StallVal is a parameter of the embedded firmware. You can modify these parameters with the firmware configuration tool. If you have a newer p3dx-sh, then this tool is ARCOScf. (If you have an olde p3dx or p2 with H8 microcontroller, it's AROScf.) Keeping StallVal under 300 would be best. The other parameter I mentioned (time to wait) is StallCount. The robot manual has more explanation of how to change the parameters and more about what the values of the parameters mean. (One more thing I thought of, some of the original models of Pioneer had pneumatic (air-filled) tires, which could also be a problem. Also, to verify, this is a P3DX, not an AT (four tires), correct?) Reed >> You can reduce the threshold at which the robot decides to enter the stall >> state >> in the firmware configuration, though doing this risks a bit more extra >> wear and >> damage to the motors. The parameter is StallVal. You can incrementally >> increase >> this value to find the minimum where it no longer stalls on your carpet or >> only >> very occasionally stalls. E.g. try values like 210, 220, 225 and so on >> until it >> works. > How modify this parameter ? This is not an arnl.p parameter.. > Thanks. > > >> You can also reduce the time that the robot stays stopped in the >> stall >> state if the stall only happens occasionally. > > Thanks. > > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com > From mammana at gostai.com Thu May 21 02:38:46 2009 From: mammana at gostai.com (mammana at gostai.com) Date: Thu, 21 May 2009 08:38:46 +0200 (CEST) Subject: [Aria-users] P3DX : Overweight In-Reply-To: <4A146235.3080803@mobilerobots.com> References: <4A12CF5C.8090408@gostai.com> <4A142113.90404@mobilerobots.com> <4879.86.66.252.49.1242841392.squirrel@squirrel.gostai.com> <4A146235.3080803@mobilerobots.com> Message-ID: <4389.86.66.252.49.1242887926.squirrel@squirrel.gostai.com> > Would you say that the carpet is less than 2 or 3 mm thick? This is > approximately the depth of mine at our office, I assume yours is not too > different, but the fact that it's on your carpet seems to be the primary > factor, > right? Right. > StallVal is a parameter of the embedded firmware. You can modify these > parameters with the firmware configuration tool. If you have a newer > p3dx-sh, > then this tool is ARCOScf. (If you have an olde p3dx or p2 with H8 > microcontroller, it's AROScf.) Keeping StallVal under 300 would be best. I think I have the newer p3dx because guiServer load the p3dx-sh file when it starts up. So I will look for ARCOScf (is it avaiable on your website ?) > (One more thing I thought of, some of the original models of Pioneer had > pneumatic (air-filled) tires, which could also be a problem. Also, to > verify, > this is a P3DX, not an AT (four tires), correct?) Correct, this is a P3DX with two pneumatic tires. Thanks for your help. From reed at mobilerobots.com Thu May 21 09:12:03 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Thu, 21 May 2009 09:12:03 -0400 Subject: [Aria-users] P3DX : Overweight In-Reply-To: <4389.86.66.252.49.1242887926.squirrel@squirrel.gostai.com> References: <4A12CF5C.8090408@gostai.com> <4A142113.90404@mobilerobots.com> <4879.86.66.252.49.1242841392.squirrel@squirrel.gostai.com> <4A146235.3080803@mobilerobots.com> <4389.86.66.252.49.1242887926.squirrel@squirrel.gostai.com> Message-ID: <4A155323.3010208@mobilerobots.com> mammana at gostai.com wrote: >> microcontroller, it's AROScf.) Keeping StallVal under 300 would be best. > I think I have the newer p3dx because guiServer load the p3dx-sh file when > it starts up. > So I will look for ARCOScf (is it avaiable on your website ?) Yes it comes with the ARCOS package. If you have not erased the hard disk or reinstalled the OS, then it is already on the disk at /usr/local/ARCOS or in C:\Program Files\MobileRobot\ARCOS. >> this is a P3DX, not an AT (four tires), correct?) > Correct, this is a P3DX with two pneumatic tires. If it's a p3dx-sh then the tires are not pneumatic, that is, they are filled with a kind of foam, not air (and so low air pressure is never a problem). Reed From dkohlbre at cmu.edu Thu May 21 12:18:29 2009 From: dkohlbre at cmu.edu (David) Date: Thu, 21 May 2009 12:18:29 -0400 Subject: [Aria-users] On-Demand Localization Message-ID: <4db1709b0905210918s19766a85o212959b830521ed4@mail.gmail.com> Hi, I'm a student working with Paul Rybski from CMU on a robotics project using ARNL. We currently have a setup that registers a user task with the robot which services requests from clients each tick. (Move to this location/goal, stop, etc) I recently added a command to do localization on demand using calls to ArLocalizationTask::localizeRobotInMapInit and ::localizeRobotAtHomeBlocking. This is used when the robot is moved without its knowledge (eg. pushed by someone, had to be moved by an operator, etc) but we do not want to restart the entire system. It works pretty well, but runs way over the time limits that are set for a task to run in, sometimes causing other things to time out. I am wondering if there is a good way to have the localization task run non-blocking to the user task without spawning a new thread. ( localizeRobotAtHomeNonBlocking only works with the first home location, I need to localize in other locations as well.) Thanks, -- -David Kohlbrenner From A.Deshmukh at hw.ac.uk Thu May 21 12:27:35 2009 From: A.Deshmukh at hw.ac.uk (Amol) Date: Thu, 21 May 2009 17:27:35 +0100 Subject: [Aria-users] ARIA2.7 with Hokuyo URG-04LX In-Reply-To: References: <4A141F14.8090001@mobilerobots.com> Message-ID: <4A1580F7.7030707@hw.ac.uk> Hello, I am also trying to use the same Hokuyo URG-04LX laser scanner but with serial port, could you tell me a way i can configure it and use it with ARNL? Thanks Amol Feras Dayoub wrote: > > Thank you for your help. The protocol is SCIP 1.1 and I am connecting > the laser using the USB port, could this be the problem? Because, I > had used the default parameters as well and received the same error. > > > Thanks, > > Feras > > > > > Date: Wed, 20 May 2009 11:17:40 -0400 > > From: reed at mobilerobots.com > > CC: aria-users at lists.mobilerobots.com > > Subject: Re: [Aria-users] ARIA2.7 with Hokuyo URG-04LX > > > > > > Hi Feras, > > > > First, do you know what firmware is on your URG and what SCIP > (protocol) version > > it uses? ARIA supports SCIP 1.1, but SCIP 2 is completely different and > > incompatible. Unfortunately, there is also no way to change an URG's > protocol > > to SCIP 1.1 if it is using 2. (Also, is the URG connected to the > computer using > > an RS-232 serial port, or the computer's USB port?) > > > > It may be using the wrong baud rate. LaserStartingBaudChoice is used to > > specify an initial baud rate to use when connecting to the URG, i.e. > the baud > > rate that the URG is expecting when it is first powered on. This is > "019200" by > > default, and you can leave LaserStartingBaudChoice empty to use this > default. > > If you then want it to switch to a different (higher) baud rate > after the > > initial connection, specify that for LaserAutoBaudChoice. The > default for > > LaserAutoBaudChoice with the URG is "057600", which we found to be > more reliable > > than others like "115200". > > > > Also note that the field of view (start/end) and increment > (resolution) values > > should be in degrees, not radians. > > > > > > Reed > > > > > > > > Feras Dayoub wrote: > > > Hi, > > > > > > I am trying to connect a Hokuyo URG-04LX Laser to ARIA but I was not > > > successful so far. Would you please have a look at the following > error > > > message and tell me if there is any thing wrong, I also added the > > > parameters from the .p file: > > > > > > After running Demo.exe and switch to the Laser mode I receive this > message: > > > > > > > > > -------------------------------------------- > > > ArModeLaser is connecting to urg_1. > > > urg_1: '0Ee > > > ' > > > > > > urg_1::blockingConnect: Did not get back version response (even after > > > switching > > > to autobaudchoice) > > > > > > Laser mode failed to connect to the laser. > > > > > > Switch out of this mode and back to try reconnecting. > > > ----------------------------------------------- > > > > > > the parameters I am using is: > > > ************** > > > Section Laser parameters > > > ;SectionFlags for Laser parameters: > > > LaserType urg ; > > > LaserPortType serial ; > > > LaserPort COM4 ; > > > LaserAutoConnect false ; > > > > > > LaserFlipped false ; > > > LaserPowerControlled true ; > > > LaserMaxRange 0 ; > > > LaserCumulativeBufferSize 0 ; > > > LaserX 195 ; > > > LaserY 0 ; > > > LaserTh 0 ; > > > LaserZ 0 ; > > > LaserIgnore ; > > > ; > > > LaserStartDegrees -2.356 ; > > > > > > LaserEndDegrees 2.356 ; > > > LaserDegreesChoice 0.0167 ; > > > LaserIncrement ; > > > LaserIncrementChoice ; > > > LaserUnitsChoice ; > > > LaserReflectorBitsChoice ; > > > LaserStartingBaudChoice 115200; > > > LaserAutoBaudChoice ; > > > ***************************** > > > > > > Many thanks > > > > > > > ------------------------------------------------------------------------ > > > Windows Live Messenger just got better. Find out more! > > > > > > > ------------------------------------------------------------------------ > > > Share your photos with Windows Live Photos ? Free. Try it Now! > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Aria-users mailing list > > > Aria-users at lists.mobilerobots.com > > > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > > > > > To unsubscribe visit the above webpage or send an e-mail to: > > > > > > aria-users-leave at lists.mobilerobots.com > > > > _______________________________________________ > > Aria-users mailing list > > Aria-users at lists.mobilerobots.com > > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > > > To unsubscribe visit the above webpage or send an e-mail to: > > > > aria-users-leave at lists.mobilerobots.com > > ------------------------------------------------------------------------ > Get the New Internet Explore 8 Optimised for MSN. Download Now > > ------------------------------------------------------------------------ > > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com -- Heriot-Watt University is a Scottish charity registered under charity number SC000278. From kennedy at MobileRobots.com Fri May 22 08:26:11 2009 From: kennedy at MobileRobots.com (William Kennedy) Date: Fri, 22 May 2009 08:26:11 -0400 Subject: [Aria-users] [Fwd: About URG04LX] Message-ID: <4A1699E3.4070806@MobileRobots.com> I don't know why they originally sent this to info at mobilerobots.com... -------- Original Message -------- Subject: About URG04LX Date: Fri, 22 May 2009 18:59:12 +0900 From: Hirotaka Hachiya To: CC: 'Matsushita Yoshihisa' Dear support This is a question from Revast Co., Ltd. in Japan. We have been testing URG04LX with the latest version of ARIA(2.7). The information of our URG04LX sensor is as follows: ======================= VEND: Hokuyo Automatic Co., Ltd PROD: SOKUIKI Sensor URG-04LX FIRM: 3.3.00, 08/04/16 PROT: 00003, (SCIP 1.0) SERI: H0704868 STAT: FW Normal[FinalDist with shadow ] ======================= However, we have error saying "Missing information in version response". As I checked the code of ArURG.cpp, it is failed to catch the vendor information at line 454 since the vendor information has been already caught at line 443 by ========== if (!readLine(buf, sizeof(buf), 10000) || strncasecmp(buf, "V", strlen("V")) != 0) ========== As I commented out some parts to go to next step (L1 command), however, I have another error again saying that "Did not get laser illumination control". ========== if (!readLine(buf, sizeof(buf), 10000) || strncasecmp(buf, "L1", strlen("L1")) != 0) ========== As I printed out "buf" read above, we got "S0576007654321". I have no idea where this value comes from. We would like to check if URG04LX works with ARIA2.7 before our customer in Japan will ask questions. So, please kindly give any suggestion regarding above problems. Best regards, Hirotaka Hachiya, Revast Co., Ltd. From reed at mobilerobots.com Fri May 22 16:23:27 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Fri, 22 May 2009 16:23:27 -0400 Subject: [Aria-users] ARIA2.7 with Hokuyo URG-04LX In-Reply-To: <4A1580F7.7030707@hw.ac.uk> References: <4A141F14.8090001@mobilerobots.com> <4A1580F7.7030707@hw.ac.uk> Message-ID: <4A1709BF.2010808@mobilerobots.com> Amol wrote: > > Hello, > I am also trying to use the same Hokuyo URG-04LX laser scanner but with > serial port, Hi Amol, To test it, run arnlServer with the laserType and laserPort command line arguments for laser 1: arnlServer -laserType1 urg -laserPort1 /dev/ttyS2 This tells ARIA that the primary laser is an URG. Replace "/dev/ttyS2" with the name of the serial port the URG is on. E.g. COM3 on Windows, /dev/ttyS3, etc. You can change it permanently in the parameter file for your robot. Create a parameter file in the params directory named after your robot. E.g. if when ARIA connects it reports that your robot is named "name", create params/name.p. In that file create a laser section with those parameters set. Use the same syntax as you see in p3dx-sh.p and other .p files. (There is more discussion of parameter files in the ARIA reference manual). Let me know if you need more information about this. Reed From minhalatadespam at gmail.com Mon May 25 16:42:43 2009 From: minhalatadespam at gmail.com (B P) Date: Mon, 25 May 2009 17:42:43 -0300 Subject: [Aria-users] bool ArLMS2xx::finishParams(void) Message-ID: Hi Reed, Is there any special reason for not exporting the ArLMS2xx::finishParams method using the AREXPORT macro? I am overriding the ArLMS2xx::blockingConnect method but the linker is not resolving the inner call to finishParams. I believe the reason is the missing macro on the declaration/definition of this method on the ArLMS2xx because when I changed the source (making AREXPORT bool finishParams(void) in the ArLMS2xx.h file) it linked and worked fine. Thank you for your attention. Bruno From reed at mobilerobots.com Tue May 26 08:45:20 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Tue, 26 May 2009 08:45:20 -0400 Subject: [Aria-users] bool ArLMS2xx::finishParams(void) In-Reply-To: References: Message-ID: <4A1BE460.8000301@mobilerobots.com> B P wrote: > Hi Reed, > > Is there any special reason for not exporting the > ArLMS2xx::finishParams method using the AREXPORT macro? Just that is not considered part of the external interface to ArLMS2xx. Adding AREXPORT to it is fine. Reed From prosswur at purdue.edu Wed May 27 09:06:50 2009 From: prosswur at purdue.edu (prosswur at purdue.edu) Date: Wed, 27 May 2009 09:06:50 -0400 Subject: [Aria-users] Using Aria for other robots Message-ID: <1243429610.4a1d3aeaa46a9@webmail.purdue.edu> How difficult would it be to use ARIA to control another robot (the iRobot Create)? I know that ARIA isnt designed to control non mobilerobotics robots but is it something that would require a lot of work or not? Thanks Paul From luxionghui at gmail.com Wed May 27 22:58:15 2009 From: luxionghui at gmail.com (Xionghui Lu) Date: Wed, 27 May 2009 22:58:15 -0400 Subject: [Aria-users] Difference between setTransAccel() setTransDecel() Message-ID: <70655cbf0905271958i44247400vcb68dffa3fcc0bbd@mail.gmail.com> One is for setting speed increasing speed and the other is for speed decreasing rate? Am I correct? But I noticed that robot also sticks to value I set in setTransAccel() when it slows down. for example if I setTransAccel(50)m, I saw that robot slows down with deceleration 50. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090527/f609f21d/attachment.html From iamkyunh at gmail.com Thu May 28 04:31:23 2009 From: iamkyunh at gmail.com (july moe) Date: Thu, 28 May 2009 17:31:23 +0900 Subject: [Aria-users] PTZ camera Message-ID: <122e5e7d0905280131k4cbcaea0gc34ff0c64fbe3f8b@mail.gmail.com> Hi all, At the present time, I am using P3 AT and ARIA 2.5. I would like to use PTZ camera with my P3 AT. Anyone can help me where can I get the software to use camera and what are needed? R'gds, Yu Yu Lwin Tokai Uni. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090528/eba5f767/attachment.html From aloferas at hotmail.com Thu May 28 06:05:43 2009 From: aloferas at hotmail.com (Feras Dayoub) Date: Thu, 28 May 2009 11:05:43 +0100 Subject: [Aria-users] ARIA2.7 with Hokuyo URG-04LX In-Reply-To: <4A1709BF.2010808@mobilerobots.com> References: <4A141F14.8090001@mobilerobots.com> <4A1580F7.7030707@hw.ac.uk> <4A1709BF.2010808@mobilerobots.com> Message-ID: Hi Reed, Any idea about how to solve this problem, I am trying to connect URG-04LX to ARIA. I updated sickRobotExample.cpp example to work with ARIA2.7 and connect the Laser via USB port but when I run the program I receive this error: "Missing information in version response" Any help will be appreciated, Best _________________________________________________________________ View your Twitter and Flickr updates from one place ? Learn more! http://clk.atdmt.com/UKM/go/137984870/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090528/e2e50d09/attachment.html From reed at mobilerobots.com Thu May 28 09:16:09 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Thu, 28 May 2009 09:16:09 -0400 Subject: [Aria-users] ARIA2.7 with Hokuyo URG-04LX In-Reply-To: References: <4A141F14.8090001@mobilerobots.com> <4A1580F7.7030707@hw.ac.uk> <4A1709BF.2010808@mobilerobots.com> Message-ID: <4A1E8E99.3060304@mobilerobots.com> Thanks for the reminder. I don't know too much about the details of the URG protocol yet, and will have to learn more or consult with other staff at MobileRobots about this. I'll try to do that in the next few days or next week. Currently my only guesses are that it is not exactly the same interface from ARIA's perspective as the SCIP 1.1 byte stream from RS-232, or it's a data rate issue (speed) of some kind. > Hi Reed, > > Any idea about how to solve this problem, I am trying to connect > URG-04LX to ARIA. > I updated sickRobotExample.cpp example to work with ARIA2.7 and connect > the Laser via USB port but when I run the program I receive this error: > > "Missing information in version response" > > Any help will be appreciated, > Best > > > > ------------------------------------------------------------------------ > Windows Live Messenger just got better. Find out more! > From skaseer at uoguelph.ca Thu May 28 15:40:01 2009 From: skaseer at uoguelph.ca (Suha Kaseer) Date: Thu, 28 May 2009 15:40:01 -0400 (EDT) Subject: [Aria-users] p2dx ArRobotPacketReceiver Message-ID: <1737707761.1343601243539601884.JavaMail.root@erie.cs.uoguelph.ca> Hello all Aria users.. I know my problem is not new as I found some thing similar to my situation on Date: Tue, 5 Sep 2006 23:26:14 -0400, under the Subject: [Aria-users] ArRobotPacketReceiver::receivePacket: bad packet, bad checksum after release build? Mr. Matt gave a solution, so I did exactly what Mr. Matt LaFary recommand Eric.. but it still doesn't work with me!! I'm using a p2dx robot and using the serialConnection to connect to the robot. The problem is whenever I try to connect to the robot, I get a bunch of ArRobotPacketReceiver::receivePacket: bad packet, bad checksum errors. Finally, I decided to run one of the Aria example "actionExample.cpp", I got the following: Syncing 0 ArRobotPacketReceiver::receivePacket: bad packet, bad checksum No packet. Syncing 0 Attempting to correct syncCount Syncing 0 Syncing 1 Syncing 2 Connected to robot. Name: Guelph_1691 Type: Pioneer Subtype: p2d8 Loaded robot parameters from p2d8.p ArRobotPacketReceiver::receivePacket: bad packet, bad checksum Losing connection because robot was reset. Lost connection to the robot because of error. Exiting robot run because of lost connection. Press any key to continue Please help me... any help would be very appriciated S. Kaseer From kennedy at MobileRobots.com Fri May 29 12:38:30 2009 From: kennedy at MobileRobots.com (William Kennedy) Date: Fri, 29 May 2009 12:38:30 -0400 Subject: [Aria-users] [Fwd: Question about using ARNL Localization] Message-ID: <4A200F86.1080108@MobileRobots.com> -------- Original Message -------- Subject: Question about using ARNL Localization Date: Fri, 29 May 2009 12:31:40 -0400 From: David To: info at mobilerobots.com Hi, I'm a student working with Paul Rybski from CMU on a robotics project using ARNL. I emailed this question the the aria-users list, but got no responses, I'm hoping there is a good solution to this. We currently have a setup that registers a user task with the robot which services requests from our own clients each tick. (Move to this location/goal, stop, etc) I recently added a client command to do localization on-demand. The user task then services this by making calls to ArLocalizationTask::localizeRobotInMapInit or ::localizeRobotAtHomeBlocking. This is used when the robot is moved without its knowledge (eg. pushed by someone, had to be moved by an operator, etc) but we do not want to restart the entire system. It works pretty well, but runs way over the time limits that are set for a user task to run in, sometimes causing the laser/robot to time out. Is there is a good way to have the localization task run non-blocking to the user task without spawning a new thread? ( localizeRobotAtHomeNonBlocking only works with the first home location, I need to localize in other locations as well.) Thanks, -- -David Kohlbrenner From reed at mobilerobots.com Fri May 29 13:38:39 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Fri, 29 May 2009 13:38:39 -0400 Subject: [Aria-users] On-Demand Localization In-Reply-To: <4db1709b0905210918s19766a85o212959b830521ed4@mail.gmail.com> References: <4db1709b0905210918s19766a85o212959b830521ed4@mail.gmail.com> Message-ID: <4A201D9F.3060509@mobilerobots.com> Hi David, You could use an ArAsyncTask to run the blocking call in a new thread. Or, you can use one of the other methods in ArLocalizationTask that will move the robot to a new position and relocalize. Some of them also cause the ArLocalizationTask to do some of the extra localization efforts for the new position but that won't block the robot thread. For example, ArBaseLocalizationTask::setRobotPose() [new in 1.7] sets a new robot position, and on its next update the ArLocalizationTask will move to that point (doing some extra raytracing steps that it doesn't normally do) and continue from there. forceUpdatePose() is similar, but has a flag to skip the raytracing step. (It uses spread and number of samples as set in ArConfig or with a call to setForceUpdatePoseParams()). It does look like some of the documentation here is not as clear as it could be. If you have any specific suggestions for where it's unclear or lacking let me know and I'll try to improve it. Reed David wrote: > Hi, > I'm a student working with Paul Rybski from CMU on a robotics project > using ARNL. > > We currently have a setup that registers a user task with the robot > which services requests from clients each tick. (Move to this > location/goal, stop, etc) > I recently added a command to do localization on demand using calls to > ArLocalizationTask::localizeRobotInMapInit and > ::localizeRobotAtHomeBlocking. This is used when the robot is moved > without its knowledge (eg. pushed by someone, had to be moved by an > operator, etc) but we do not want to restart the entire system. It > works pretty well, but runs way over the time limits that are set for > a task to run in, sometimes causing other things to time out. > > I am wondering if there is a good way to have the localization task > run non-blocking to the user task without spawning a new thread. ( > localizeRobotAtHomeNonBlocking only works with the first home > location, I need to localize in other locations as well.) > > Thanks, > From reed at mobilerobots.com Fri May 29 13:41:01 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Fri, 29 May 2009 13:41:01 -0400 Subject: [Aria-users] Using Aria for other robots In-Reply-To: <1243429610.4a1d3aeaa46a9@webmail.purdue.edu> References: <1243429610.4a1d3aeaa46a9@webmail.purdue.edu> Message-ID: <4A201E2D.6040101@mobilerobots.com> prosswur at purdue.edu wrote: > How difficult would it be to use ARIA to control another robot (the iRobot > Create)? I know that ARIA isnt designed to control non mobilerobotics robots > but is it something that would require a lot of work or not? It would be a bit difficult, even for another differential robot like the iRobot. You would either have to complety replace the ArRobot class (which has a lot of stuff in it), or write a bridge layer that Aria can connect to and which reinterprets the two different protocols-- though maybe some of the code in MobileSim could be used for this. You could probably get some of the basic stuff working fairly quickly, but there would also be various little ways in which things won't match up between the two platforms that might end up taking a lot of time to get them all working. Reed From reed at mobilerobots.com Fri May 29 13:43:18 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Fri, 29 May 2009 13:43:18 -0400 Subject: [Aria-users] Difference between setTransAccel() setTransDecel() In-Reply-To: <70655cbf0905271958i44247400vcb68dffa3fcc0bbd@mail.gmail.com> References: <70655cbf0905271958i44247400vcb68dffa3fcc0bbd@mail.gmail.com> Message-ID: <4A201EB6.3020303@mobilerobots.com> Xionghui Lu wrote: > One is for setting speed increasing speed and the other is for speed > decreasing rate? Am I correct? But I noticed that robot also sticks to > value I set in setTransAccel() when it slows down. for example if I > setTransAccel(50)m, I saw that robot slows down with deceleration 50. Setting TransAccel should only affect acceleration not deceleration. Are you also setting deceleration with setTransDecel() to some other value? What specific model of robot are you using? For most robots, the default value of TransDecel is 300 or so, but this can be changed in the firmware (ARCOS) configuration, or in the robot parameter file used by ARIA (if TransDecel is set there, it will be set after connecting to the robot). Reed From reed at mobilerobots.com Fri May 29 13:45:48 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Fri, 29 May 2009 13:45:48 -0400 Subject: [Aria-users] PTZ camera In-Reply-To: <122e5e7d0905280131k4cbcaea0gc34ff0c64fbe3f8b@mail.gmail.com> References: <122e5e7d0905280131k4cbcaea0gc34ff0c64fbe3f8b@mail.gmail.com> Message-ID: <4A201F4C.4060203@mobilerobots.com> july moe wrote: > Hi all, > > At the present time, I am using P3 AT and ARIA 2.5. > I would like to use PTZ camera with my P3 AT. > Anyone can help me where can I get the software to use camera and what > are needed? Hello, You can control the pan, tilt and zoom functions of the Canon VC-C4 and VC-C5 cameras using the ArVCC4 class in ARIA. ARIA also supports a few other cameras as well, such as an older Sony camera that we used to sell. What kind of PTZ camera do you have? You can test out a Canon or Sony PTZ using ARIA's 'demo' program (you will need to know what kind of camera and how it is connected-- most are connected via the robot aux port but some may be different.) Getting video images from the camera is separate from PTZ control; if you are asking about that instead, please clarify. Reed From reed at mobilerobots.com Fri May 29 13:50:17 2009 From: reed at mobilerobots.com (Reed Hedges) Date: Fri, 29 May 2009 13:50:17 -0400 Subject: [Aria-users] p2dx ArRobotPacketReceiver In-Reply-To: <1737707761.1343601243539601884.JavaMail.root@erie.cs.uoguelph.ca> References: <1737707761.1343601243539601884.JavaMail.root@erie.cs.uoguelph.ca> Message-ID: <4A202059.5080406@mobilerobots.com> If you only get this message once or occasionally, then it's probably OK. If it happens continuously, there is likely a problem with the cabling or the serial port itself, or with the serial port configuration or driver in the computer OS. (One common problem is that the serial port shares an IRQ channel with another device.) So the bad checksum warning may or may not be indicitive of why that actionExample loses the connection and exits. When the actionExample disconnects, does the robot microcontroller make any indication that it was somehow reset (through a beep)? Do other programs work? What version of ARIA are you using? Are you on Windows or Linux? What other software is running at the same time as actionExample? Thanks Reed Suha Kaseer wrote: > Hello all Aria users.. > > I know my problem is not new as I found some thing similar to my situation on Date: Tue, 5 Sep 2006 23:26:14 -0400, under the Subject: [Aria-users] ArRobotPacketReceiver::receivePacket: bad packet, bad checksum after release build? > > Mr. Matt gave a solution, so I did exactly what Mr. Matt LaFary recommand Eric.. but it still doesn't work with me!! I'm using a p2dx robot and using the serialConnection to connect to the robot. The problem is whenever I try to connect to the robot, I get a bunch of ArRobotPacketReceiver::receivePacket: bad packet, bad checksum errors. > > Finally, I decided to run one of the Aria example "actionExample.cpp", I got the following: > > Syncing 0 > ArRobotPacketReceiver::receivePacket: bad packet, bad checksum > No packet. > Syncing 0 > Attempting to correct syncCount > Syncing 0 > Syncing 1 > Syncing 2 > Connected to robot. > Name: Guelph_1691 > Type: Pioneer > Subtype: p2d8 > Loaded robot parameters from p2d8.p > ArRobotPacketReceiver::receivePacket: bad packet, bad checksum > Losing connection because robot was reset. > Lost connection to the robot because of error. > Exiting robot run because of lost connection. > Press any key to continue > > > Please help me... any help would be very appriciated > S. Kaseer > _______________________________________________ > Aria-users mailing list > Aria-users at lists.mobilerobots.com > http://lists.mobilerobots.com/mailman/listinfo/aria-users > > To unsubscribe visit the above webpage or send an e-mail to: > > aria-users-leave at lists.mobilerobots.com > From staryrys2003 at yahoo.com Sun May 31 14:47:36 2009 From: staryrys2003 at yahoo.com (Irina Madalina) Date: Sun, 31 May 2009 11:47:36 -0700 (PDT) Subject: [Aria-users] Visual servoing Message-ID: <658100.15861.qm@web52503.mail.re2.yahoo.com> Hy! I'm trying to control PeopleBot, from Active Media using Matlab. So, i have written a code in Matlab, but I don't now how to send to the robot the parametres for its control. I have read something about mex file, or to compile my code in C++ and then send it to the robot trough ARIA, but i hope it will be an easy way to control the robot only using Matlab. Could you help me with some tutorials or some examples? I have to add that I'm using Image processing in Matlab and the name of my paper is : "Trajectory following using a camera " Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090531/c27a9eef/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 21362 bytes Desc: not available Url : http://lists.mobilerobots.com/pipermail/aria-users/attachments/20090531/c27a9eef/attachment-0001.gif