There´s a difference between:
Code: Select all
If OpenWindow(0, 0, 0, DesktopW, DesktopH, "Bloom : PRESS W to toggle the effect.")
If OpenWindowedScreen(WindowID(0), 0, 0, DesktopW, DesktopH, 0, 0, 0)
Add3DArchive("Programs", #PB_3DArchive_FileSystem)
Add3DArchive("Scripts", #PB_3DArchive_FileSystem)
Add3DArchive("Textures", #PB_3DArchive_FileSystem)
Parse3DScripts()Code: Select all
Parse3DScripts()
If OpenWindow(0, 0, 0, DesktopW, DesktopH, "Bloom : PRESS W to toggle the effect.")
If OpenWindowedScreen(WindowID(0), 0, 0, DesktopW, DesktopH, 0, 0, 0)
Add3DArchive("Programs", #PB_3DArchive_FileSystem)
Add3DArchive("Scripts", #PB_3DArchive_FileSystem)
Add3DArchive("Textures", #PB_3DArchive_FileSystem)
EDIT:
If anyone wants to see some Compositorpictures, just download this:
https://www.dropbox.com/s/xsxivnryj4km0 ... s.zip?dl=0
