This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void testApp::setup(){ | |
ifstream file ( ofToDataPath("fcrun2.csv").c_str() ); | |
int i=0; | |
string value[3]; | |
ofstream out("out.raw", ios::binary | ios::out); | |
ofVec2f v; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "testApp.h" | |
//-------------------------------------------------------------- | |
void testApp::setup(){ | |
glEnable(GL_DEPTH_TEST); | |
ifstream file ( ofToDataPath("fcrun2.csv").c_str() ); | |
int i=0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// run this script from command line e.g. | |
// php compress.php > videos.html | |
// I really DO NOT suggest you try and load this php url in your browser | |
$nVideos = 0; | |
//these 2 variables are used to render an absolute path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region usings | |
using System; | |
using System.ComponentModel.Composition; | |
using System.IO.Ports; | |
using System.Threading; | |
using VVVV.PluginInterfaces.V1; | |
using VVVV.PluginInterfaces.V2; | |
using VVVV.Utils.VColor; | |
using VVVV.Utils.VMath; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Drop in replacement for S+H (Spreads) | |
But this node saves the current state in its own config pin | |
So when you reload the patch, S+H returns to the same state when you closed the patch. | |
This likely works a little different from the existing s+h node in edge cases, but in most situations it should be identical. | |
Also it's super simple | |
To use: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE PATCH SYSTEM "C:\vvvv\vvvv_45beta26 w.addons\bin\45beta26.dtd" > | |
<PATCH> | |
<NODE componentmode="Hidden" id="0" nodename="S+H (Animation)" systemname="S+H (Animation)"> | |
<BOUNDS height="270" left="3030" top="3180" type="Node" width="2280"> | |
</BOUNDS> | |
<PIN pinname="Input" visible="1"> | |
</PIN> | |
<PIN pinname="Output" visible="1"> | |
</PIN> | |
<PIN pinname="Set" visible="1"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft (R) Build Engine Version 4.0.30319.1 | |
[Microsoft .NET Framework, Version 4.0.30319.239] | |
Copyright (C) Microsoft Corporation 2007. All rights reserved. | |
Build started 02/12/2011 08:51:09. | |
Project "c:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\src\vvvv45.csproj" on node 1 (Build;Zip target(s)). | |
Project "c:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\src\vvvv45.csproj" (1) is building "c:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\src\core\Hosting\Hosting.csproj" (2) on node 1 (default targets). | |
Project "c:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\src\core\Hosting\Hosting.csproj" (2) is building "c:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\src\core\PluginInterfaces\PluginInterfaces.csproj" (3) on node 1 (default targets). | |
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1200,9): warning : The referenced project '..\Core\Core.csproj' does not exist. [c:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\src\core\PluginInterfaces\PluginInterfaces.csproj] | |
C:\Windows\Microsoft.N |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CorrelateMain.cpp | |
* MapTools Structured Light | |
* | |
* Created by Elliot Woods on 03/11/2010. | |
* Copyright 2010 Kimchi and Chips. All rights reserved. | |
* | |
*/ | |
#include "CorrelateMain.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was an error during the execution of this program. | |
The application might become unstable and even useless. | |
It's recommended that you save your work and close this application. | |
The composition produced a single composition error, with 4 root causes. The root causes are provided below. Review the CompositionException.Errors property for more detailed information. | |
1) Cannot compose part 'VVVV.Hosting.HDEHost' because a cycle exists in the dependencies between the exports being composed. To break this cycle, consider changing some imports from constructor to property injection. | |
Element: VVVV.Hosting.HDEHost --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path="C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors") | |
Resulting in: Cannot get export 'VVVV.Hosting.HDEHost.Container (ContractName="System.ComponentModel.Composition.Hosting.CompositionContainer")' from part 'VVVV.Hosting.HDEHost'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
||Warning: .drectve `-defaultlib:LIBCMT ' unrecognized| | |
||Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized| | |
||Warning: .drectve `-defaultlib:LIBCMT ' unrecognized| | |
||Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized| | |
||Warning: .drectve `-defaultlib:LIBCMT ' unrecognized| | |
||Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized| | |
||Warning: .drectve `-defaultlib:LIBCMT ' unrecognized| | |
||Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized| | |
||Warning: .drectve `-defaultlib:LIBCMT ' unrecognized| | |
||Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized| |
OlderNewer