Myrddin Landscape Plugin Demo 2
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
Myrddin Landscape Plugin Demo 2
So finally here is the Myrddin Landscape Plugin Demo 2 !
You can download it from this link:
http://dl.free.fr/qCyVqgzTE
This demo shows some new features like dynamic sky/haze, HDR/Bloom and runtime-generated materials.
Plugin features:
// paging (seamless or not, async streaming)
// terrain splatting (up to 8 layers - 3 layers max per pass),
// normal mapping,
// offset/parallax mapping,
// integrated lightmap : color added to ambient color,
// integrated color map : color modulated with diffuse color
// specular lighting (per layer specular color or specular color map),
// emissive lighting (per layer emissive color or emissive color map),
// optional per-layer diffuse and specular color,
// point/directional/spot light (one per pass)
// integrated fog
// integrated shadow map
// LOD mipmapping and geomorphing
// optional slope/ground autosplatting
// water plane(s) (refraction/reflection, sky and sun reflection, deep sea fog)
// dynamic sky (fullscreen sky quad, realtime atmospheric lighting computation, procedural clouds)
// dynamic fog (realtime atmospheric haze)
// HDR/Bloom (unclamped shaders)
// smooth range interpolation from full effects to low effects
// splatting material plugins (custom materials that can be added to runtime-generated splatting materials: for instance
LandscapeSplatting/DepthShadowMap/Integrated)
// runtime-generated splatting/water/sky/haze materials
// vs_3_0+/arbvp1 and ps_3_0+/arbfp1 shader support
// editing features : heightmap, color map, light map and splatting map painting
// fully compatible with OGRE and MOGRE (plugin is full C++)
And a bunch of photos to wait while downloading:
You can download it from this link:
http://dl.free.fr/qCyVqgzTE
This demo shows some new features like dynamic sky/haze, HDR/Bloom and runtime-generated materials.
Plugin features:
// paging (seamless or not, async streaming)
// terrain splatting (up to 8 layers - 3 layers max per pass),
// normal mapping,
// offset/parallax mapping,
// integrated lightmap : color added to ambient color,
// integrated color map : color modulated with diffuse color
// specular lighting (per layer specular color or specular color map),
// emissive lighting (per layer emissive color or emissive color map),
// optional per-layer diffuse and specular color,
// point/directional/spot light (one per pass)
// integrated fog
// integrated shadow map
// LOD mipmapping and geomorphing
// optional slope/ground autosplatting
// water plane(s) (refraction/reflection, sky and sun reflection, deep sea fog)
// dynamic sky (fullscreen sky quad, realtime atmospheric lighting computation, procedural clouds)
// dynamic fog (realtime atmospheric haze)
// HDR/Bloom (unclamped shaders)
// smooth range interpolation from full effects to low effects
// splatting material plugins (custom materials that can be added to runtime-generated splatting materials: for instance
LandscapeSplatting/DepthShadowMap/Integrated)
// runtime-generated splatting/water/sky/haze materials
// vs_3_0+/arbvp1 and ps_3_0+/arbfp1 shader support
// editing features : heightmap, color map, light map and splatting map painting
// fully compatible with OGRE and MOGRE (plugin is full C++)
And a bunch of photos to wait while downloading:
-
- Orc
- Posts: 441
- Joined: Tue Aug 01, 2006 1:43 am
- Location: Spain!!
- x 8
-
- Gnome
- Posts: 387
- Joined: Tue Jan 04, 2005 12:07 pm
- Location: Netherlands
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
As long as you do not use HDR or instanciate objects, the demo should run on vs_2_0/ps_3_0 cards because splatting/water/sky materials are runtime-generated and they are compiled for the most higher supported shader version.
But materials in the demo that are not runtime-generated like HDR/bloom materials and materials for the column and house objects use vs_3_0+/ps_3_0+ so you will need to modify these materials (they are not encrypted) to make them run on ps_2_0/vs_3_0 cards.
But materials in the demo that are not runtime-generated like HDR/bloom materials and materials for the column and house objects use vs_3_0+/ps_3_0+ so you will need to modify these materials (they are not encrypted) to make them run on ps_2_0/vs_3_0 cards.
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
-
- Gnoblar
- Posts: 8
- Joined: Sun Jun 08, 2008 9:56 pm
-
- Halfling
- Posts: 55
- Joined: Sun Jun 24, 2007 7:56 pm
one word: WOW!
i know i said one word but i have to add something
It looks really nice and the 3d stuff runs perfect
25-40 fps on my radeon x1700 mobility with standard settings(HDR and stuff do eat something more if i turn them on, but that is just standard).
HDR doesn't have a big effect in the scene? well, i don't really see much of it.
And the sun goes just up and up? not to the south? well i am sure you will add that later.
I really like your sky.
Though i had one problem with your demo. The GUI doesn't really work well. But i think that is just the fault of quickGUI(it seems you use that according to dll file). i added a screen with it:
and there seems to be "wrong" something else, you still have svn folders in your Datas directory. so now i get a nice ! sign from turtoiseSVN. i think you have to remove the svn stuff next time
I'll keep my eye on this project, this is really going to be nice. And maybe even usable for my project at a later time. Still at the beginning of my project now, but I will take any time to change to a perfect solution like this
Keep it up!
and if you need help or any testing, you can always PM me.
i know i said one word but i have to add something
It looks really nice and the 3d stuff runs perfect
25-40 fps on my radeon x1700 mobility with standard settings(HDR and stuff do eat something more if i turn them on, but that is just standard).
HDR doesn't have a big effect in the scene? well, i don't really see much of it.
And the sun goes just up and up? not to the south? well i am sure you will add that later.
I really like your sky.
Though i had one problem with your demo. The GUI doesn't really work well. But i think that is just the fault of quickGUI(it seems you use that according to dll file). i added a screen with it:
and there seems to be "wrong" something else, you still have svn folders in your Datas directory. so now i get a nice ! sign from turtoiseSVN. i think you have to remove the svn stuff next time
I'll keep my eye on this project, this is really going to be nice. And maybe even usable for my project at a later time. Still at the beginning of my project now, but I will take any time to change to a perfect solution like this
Keep it up!
and if you need help or any testing, you can always PM me.
-
- Halfling
- Posts: 59
- Joined: Wed Sep 05, 2007 6:29 pm
-
- Gnoll
- Posts: 653
- Joined: Thu May 11, 2006 9:12 pm
- Location: Bavaria
- x 36
looks very nice, good work!
ARTIFEX TERRA 3D - Artist-friendly, free and easy WYSIWYG realtime outdoor scene Editor & Painter
New loader now with Ogre::Terrain support: Addons for Artifex on SourceForge
MOC - Minimal Ogre Collision & Mousepicking
Simple TerrainMaterialGenerator for the use of standard Ogre material with Ogre::Terrain
Support me on Patreon
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
you can change sun azimuth on "sky settings" panel too;
for HDR, it is because main light HDR power is set by default to 1: i should have added a control to adjust HDR power... You can try by increasing "light intensity" on "atmospheric settings" panel but it is not exactly the same because it has a impact on sky lighting too.
for HDR, it is because main light HDR power is set by default to 1: i should have added a control to adjust HDR power... You can try by increasing "light intensity" on "atmospheric settings" panel but it is not exactly the same because it has a impact on sky lighting too.
-
- Halfling
- Posts: 55
- Joined: Sun Jun 24, 2007 7:56 pm
same effect @ 1024x768myrddinson wrote:For dutchie:
i think gui is wrong because of GUI resolution low-scaling: QuickGui does not draw text if text bounding box is bigger than the control. I have designed the GUI for 1280x1024 resolution so you should try with a resolution with the same aspect ratio i guess.
changes it a bit better, but as you said not the same effect as HDR power.myrddinson wrote:you can change sun azimuth on "sky settings" panel too;
for HDR, it is because main light HDR power is set by default to 1: i should have added a control to adjust HDR power... You can try by increasing "light intensity" on "atmospheric settings" panel but it is not exactly the same because it has a impact on sky lighting too.
can't wait to test a new version if you implemented the power or any new stuff
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
demo update
I have fixed HDR and added HDR/Bloom GUI controls to Myrddin landscape demo 2.
You can download new demo from this link:
http://dl.free.fr/q1Tlr3Pam
You can download new demo from this link:
http://dl.free.fr/q1Tlr3Pam
-
- Gnoblar
- Posts: 2
- Joined: Sun Nov 28, 2004 8:07 pm
I can't run demo on my vista ultimate 64 bit.
The problem seems related to a compile switch:
If the C# main program loads the 64 bit framework it's because it's build using the default platform flag value (MSIL). You need to build your C# program with "platform = X86" in order to load the 32 bit framework.
without this switch the demo doesn't start, asserting error 0x8007000b (cannot setup assembly mogre.dll) looking for assembly registration in c:\windows\microsoft.net\framework64\v2.0.50727\config.machine.config
Please can you recompile the demo or give me some hint to run it on x64 machines ?
The problem seems related to a compile switch:
If the C# main program loads the 64 bit framework it's because it's build using the default platform flag value (MSIL). You need to build your C# program with "platform = X86" in order to load the 32 bit framework.
without this switch the demo doesn't start, asserting error 0x8007000b (cannot setup assembly mogre.dll) looking for assembly registration in c:\windows\microsoft.net\framework64\v2.0.50727\config.machine.config
Please can you recompile the demo or give me some hint to run it on x64 machines ?
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
patch for Vista64
you can download patch for Vista64 here:
http://dl.free.fr/qOymMksKS
just overwrite MyrddinLandscapeDemo2 files with new ones.
I could not test myself so tell me if it is OK.
http://dl.free.fr/qOymMksKS
just overwrite MyrddinLandscapeDemo2 files with new ones.
I could not test myself so tell me if it is OK.
-
- Greenskin
- Posts: 118
- Joined: Tue Feb 19, 2008 1:01 pm
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
licensing
Well, for now, i am planning to release both LGPL and commercial plugin licenses in about one to two months; LGPL license will include plugin documentation and C++ sources but not the shaders sources. Commercial license will include all sources.
-
- Ogre Magi
- Posts: 1120
- Joined: Wed Nov 15, 2006 7:41 pm
- Location: Finland
- x 5
I clicked the link in the first post and my firewall program went crazy soon after.
It says:
Inbound malware probe
The firewall has blocked this traffic
Direction: Incoming
Protocol: TCP
Services: Malware - Bagle.Y in
Remote port: http(80) Local port 2535
Remote address: 212.27.48.10 Local address 10.0.0.3
DNS name: img3.free.fr
So I just closed the page as soon as I could.
The firewall also tells me that there were 13 Inbound TCP connection attempts which were blocked,
services "TCP High Ports in", port 2541. Just before the malware alert. From the same IP address.
I recommend that the author of this plugin looks for another place to host it.
It says:
Inbound malware probe
The firewall has blocked this traffic
Direction: Incoming
Protocol: TCP
Services: Malware - Bagle.Y in
Remote port: http(80) Local port 2535
Remote address: 212.27.48.10 Local address 10.0.0.3
DNS name: img3.free.fr
So I just closed the page as soon as I could.
The firewall also tells me that there were 13 Inbound TCP connection attempts which were blocked,
services "TCP High Ports in", port 2541. Just before the malware alert. From the same IP address.
I recommend that the author of this plugin looks for another place to host it.
-
- Greenskin
- Posts: 125
- Joined: Mon Mar 31, 2008 1:16 pm
- Location: France
- x 5
firewall
Well, i tried the download link but my firewall - Kerio - did not complain about suspicious TCP intrusion - Kerio is set to block all TCP incoming.
I scanned the downloaded file for virus or malwares and did not find anything too so for now and if nobody else encounters troubles, plugin will stay at that place...
I scanned the downloaded file for virus or malwares and did not find anything too so for now and if nobody else encounters troubles, plugin will stay at that place...