-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
leadedge
committed
Jan 11, 2015
1 parent
1ee5db7
commit 3c8383d
Showing
1 changed file
with
22 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,35 @@ | ||
Installation | ||
|
||
“ShaderLoader.dll” must then be copied into the plugin folder for the host application. | ||
“ShaderLoader.dll” must then be copied into | ||
the plugin folder for the host application. | ||
|
||
For “Resolume Avenue” or “Resolume Arena”, you can copy them to the default plugin “vfx” folder. Or you can define specific folders for effects. | ||
For “Resolume Avenue” or “Resolume Arena”, | ||
you can copy them to the default plugin “vfx” folder. | ||
Or you can define specific folders for effects. | ||
|
||
For "Isadora" copy to the Program files "..\Common Files\Freeframe" folder. Create this folder if it does not exist. | ||
For "Isadora" copy to the Program files "..\Common Files\Freeframe" folder. | ||
Create this folder if it does not exist. | ||
|
||
Magic allows "additional module folders" to be defined so using the "..\Common Files\Freeframe" folder is a good idea. | ||
Magic allows "additional module folders" to be defined so using | ||
the "..\Common Files\Freeframe" folder is a good idea. | ||
|
||
"SpoutPanel.exe" from the Spout project, is provided with ShaderLoader and should be copied to the same folder as the host executable to enable the file selection and warning dialogs. The latest Version 2.03 (after 9th January 2015) is required. | ||
"SpoutPanel.exe" from the Spout project, is provided with ShaderLoader | ||
and should be copied to the same folder as the host executable to enable | ||
the file selection and warning dialogs. The latest Version 2.03 | ||
(after 9th January 2015) is required. | ||
|
||
Shader path | ||
|
||
Shader files can be located in any folder, but if you want to use a simple name entry instead of the full path, they have to be in a known folder. | ||
Shader files can be located in any folder, but if you want to use | ||
a simple name entry instead of the full path, they have to be in a known folder. | ||
|
||
This can be either the same folder as the ShaderLoader plugin or in a sub-folder under that folder called "Shaders". | ||
This can be either the same folder as the ShaderLoader plugin | ||
or in a sub-folder under that folder called "Shaders". | ||
|
||
For example you might have put the ShaderLoader plugin in "..\Program files\Common Files\Freeframe" folder. If so, you can create a sub-folder "..\Program files\Common Files\Freeframe\Shaders" and put all the shader files in that. The same applies for any folder where the ShaderLoader plugin is located. | ||
For example you might have put the ShaderLoader plugin in | ||
"..\Program files\Common Files\Freeframe" folder. | ||
If so, you can create a sub-folder "..\Program files\Common Files\Freeframe\Shaders" | ||
and put all the shader files in that. | ||
The same applies for any folder where the ShaderLoader plugin is located. | ||
|
||
Further details are in the ShaderLoader pdf. |