Sphinx.
![]() |
||||||
Posted: October 28, 2010 12:30 am | ||||||
Sphinx.
![]() |
Cool! Interesting to see how you implemented that - I made something similar, but for a 3D zoom effect instead. About the pixel size, shouldn't it be calculated via SIZE variable, i.e. 1 / SIZE * cheatScale?
|
|||||
Posted: October 28, 2010 12:35 am | ||||||
Mike Blackney
![]() |
Thanks
![]() Good point, I didn't think of making changes to the Size slider! That could be handy to change, for sure. |
|||||
Posted: October 28, 2010 1:26 am | ||||||
Mike Blackney
![]() |
Here's a quick city I made by putting a techno noise into height and a High Pass version into source.
By colouring it properly and making up a better height map I think you could get a really nice isometric city effect. ![]() ![]() |
|||||
Posted: October 28, 2010 1:34 am | ||||||
StevieJ
![]() |
Nice!!!
![]() Steve
"Buzzards gotta eat...same as worms..." - Clint :) |
|||||
Posted: October 28, 2010 12:19 pm | ||||||
Kraellin
![]() |
i like the original here. it's like infrared plus mad deep depth.
If wishes were horses... there'd be a whole lot of horse crap to clean up!
Craig |
|||||
Posted: October 29, 2010 4:34 pm | ||||||
Burt |
Cool effect.
|
|||||
Posted: October 31, 2010 6:49 pm | ||||||
Skybase
![]() |
Now is it just me or does this filter just happen to crash FF2? :o Just wondering. I'm on the Mac version of FF.
|
|||||
Posted: May 31, 2011 11:01 pm | ||||||
Mike Blackney
![]() |
Skybase, it doesn't crash on my Win XP machine. When does it crash, when you start rendering, or some other time? You might need to post a bug to the Mac forums for GMM to check out.
|
|||||
Posted: May 31, 2011 11:23 pm | ||||||
Totte
![]() |
There is a bunch of bugs in FF Lua scripts on Mac OS X which causes crashes. Reported but GMM always says its scriptmakerbugs, but Me and Scriptotum disagree with GMM on that point.
- I never expected the Spanish inquisition |
|||||
Posted: June 1, 2011 12:27 am | ||||||
GMM
Moderator
Posts: 3491 |
Looks like a known issue with some scripts working on Windows and failing on Macs.
No, this is not a sriptmaker's fault but that of a third-party Lua library used in our Lua subsystem: unfortunately it has proved to be unstable. I hate to say this, but we know about the issue and we don't know when it will be fixed ![]() |
|||||
Posted: June 1, 2011 8:31 am | ||||||
Crapadilla
![]() |
Mike,
do you think it would be possible to adapt the technique used in this filter to create Extrude functionality (I was talking about that in this thread)? ThreeDee demonstrated a motion-blur based technique for this (Clicky!), but I'm wondering whether there is a more robust (and flexibly mappable) scripting solution. Also, it would be spectacular if we had the ability to texture-map the sides that result from the extrusion. What's your opinion? --- Crapadilla says: "Damn you, stupid redundant feature requests!" ;) |
|||||
Posted: November 19, 2011 5:04 am | ||||||
Mike Blackney
![]() |
Yep, absolutely. I quickly made a variation of your Maze 2D filter that uses Height for its extrusion. I've attached it so you can check it out.
Texture mapping the sides of the extrusion would be harder but possible. It would be much easier if you made the extrusion binary (either extruded or not extruded) which wasn't what I planned for this snippet. Maze 2D Height.ffxml |
|||||
Posted: November 20, 2011 1:50 am | ||||||
Crapadilla
![]() |
Thanks, Mike. I'm looking into this..
--- Crapadilla says: "Damn you, stupid redundant feature requests!" ;) |
|||||
Posted: November 21, 2011 4:18 am | ||||||
Mike Blackney
![]() |
Awesome, no doubt we'll see something pretty amazing
![]() If you are using the code in there and need me to explain anything then just ask, I don't know how much coding you normally do and it's probably not very well commented. |
|||||
Posted: November 21, 2011 4:35 am | ||||||
Crapadilla
![]() |
None at all. I used to play around with Amiga Basic and took two years of basic Turbo Pascal coding back in my school days, but that's about it. Let's say I know some rudimentary basics. ![]() Still, I'm intrigued by what's possible with Lua scripting in FF, and I just have to explore it some. ![]()
Thanks. I might be coming back to that offer... ![]() --- Crapadilla says: "Damn you, stupid redundant feature requests!" ;) |
|||||
Posted: November 21, 2011 4:49 am | ||||||
Crapadilla
![]() |
Btw, why didn't you implement any aa_zones in this filter?
--- Crapadilla says: "Damn you, stupid redundant feature requests!" ;) |
|||||
Posted: November 21, 2011 4:54 am | ||||||
angelboiii |
You got some serious skills Mike Blackney!!
|
|||||
Posted: November 23, 2011 3:14 pm | ||||||
Mike Blackney
![]() |
dilla: do you mean why is AA turned off? I sometimes do that when I think they're not helping much and the filter is faster with them off to remove the second pass (probably much less of an issue in FF3). Sometimes I leave the filter like that by accident, too
![]() angelboiii: haha thanks! ![]() |
|||||
Posted: November 23, 2011 5:22 pm | ||||||
Crapadilla
![]() |
Well, the filter returns a single image-filling AA zone, even with AA turned on.
![]() http://www.filterforge.com/more/help/...asing.html ![]() ![]() --- Crapadilla says: "Damn you, stupid redundant feature requests!" ;) |
|||||
Posted: November 24, 2011 4:27 am | ||||||
COConsulting
Posts: 9 |
||||||
Posted: March 8, 2013 4:45 pm | ||||||
SpaceRay
![]() |
COConsluting, I have tried this Height by Mike Blackney in FF 3.0 and FF 4.0 and it works right, what version do you have and Windows or Mac?
If this one does not work for you, you may try perhaps this other one made by Indigo Ray [Snippet] 3D Smudge (needs FF 3.0) ![]() |
|||||
Posted: March 8, 2013 5:03 pm | ||||||
COConsulting
Posts: 9 |
SpaceRay, thank you for your quick response. I have the current tested version available for download from the site. I actually have never used Filter Forge before today.
I am using FilterForge on a Mac with Photoshop CS5.5. I will try the filter you suggested and see if it brings about my desired result. Basically, I am trying to replicate the height effect seen in the photo below. Bevel Emboss doesn't work as it adds a height to all edges. This needs to look as if it is looking from the bottom right of an image. I think this "Height" filter would be perfect. I just don't know why it is crashing my program. ![]() ![]() |
|||||
Posted: March 8, 2013 7:14 pm | ||||||
COConsulting
Posts: 9 |
Oh, and I tried "Extrude Custom Shape Snippet" by ThreeDee and the result is almost exactly what I need, but I can't change the orientation that the "camera" is looking at the image.
![]() Thank you for your suggestion. I tried it, and not quite the effect I am looking for. If you have any other suggestions, I would appreciate them. |
|||||
Posted: March 8, 2013 7:18 pm | ||||||
Mike Blackney
![]() |
Hey COConsluting (I hope that's a typo!) you should be able to achieve this whole effect using the Smudge component. This was created in an earlier version of Filter Forge that didn't have them.
|
|||||
Posted: March 8, 2013 9:35 pm | ||||||
COConsulting
Posts: 9 |
I will try it again. Like I said, first day using this plug-in. Must have done it wrong. It seemed to blur the image too much.
And thank you for that catch, that was indeed a typo. ![]() ~ COConsulting |
|||||
Posted: March 9, 2013 1:46 am | ||||||
COConsulting
Posts: 9 |
I was unable to achieve that effect. Since there is no way of choosing the color of the height, it blends too much into the original image. Doesn't give it that nice crisp drop off as in the original photo. I am still looking through filters to see if I can find one that will work.
Because this thread is getting off topic of this filter, I created a topic in the forums: http://www.filterforge.com/forum/read...&TID=11087 Any additional advice would be most welcome. Thank you. |
|||||
Posted: March 9, 2013 2:56 am | ||||||
Ghislaine
![]() |
Look nice ! I can see my province LOL
visit https://gisoft.ca |
|||||
Posted: March 9, 2013 11:30 pm | ||||||
SpaceRay
![]() |
||||||
Posted: December 21, 2013 2:52 am | ||||||
SpaceRay
![]() |
||||||
Posted: December 21, 2013 2:58 am | ||||||
SpaceRay
![]() |
BUT from the two above examples I have shown above, I was is really missing on this snippet is that it ONLY WORKS ON GRAYSCALE, and is not possible in any way to use color input, and any of the colors from the source image are converted to grayscale
It would be very good if you could KEEP the original colors of the source image AND also be able to change the grayscale extrusion effect to any color you may like. I know that this is a SNIPPET so it is not a fully made filter, and that I should be the one that should ADD this additional features, but as this filter is done with a script I do not know how to modify it Here below is the FF Lifesaver result from this snippet, but it looses all the colors and have tried to restore them but do not know how to do it, I mean to have the original source colors on the top and the extrusion effect in another possible color as you can see in this example here ![]() I know I could do this very easily with Photoshop or any other of the may extruding software available, BUT I want to it to make a more complex filter inside FF, so I need to make it with FF ![]() |
|||||
Posted: December 21, 2013 3:03 am | ||||||
Ghislaine
![]() |
Nice
![]() visit https://gisoft.ca |
|||||
Posted: December 21, 2013 11:06 am | ||||||
Skybase
![]() |
||||||
Posted: December 21, 2013 8:50 pm | ||||||
SpaceRay
![]() |
OH, I see that I was doing wrong trying to do this you have done very well with this filter and must be done in another way.
Well, it was not hard for YOU, that already have lots of experience, and you are a great filter forge expert, and know much how to do things in the right way, I am still on the way of learning. |
|||||
Posted: December 22, 2013 2:46 pm | ||||||
LexArt
![]()
Posts: 256 |
this filter seems to be a cool and interesting 3D extrusion tool and from the examples above, it looks good
|
|||||
Posted: March 29, 2016 12:21 am |
Filter Forge has a thriving, vibrant, knowledgeable user community. Feel free to join us and have fun!
33,712 Registered Users
+19 new in 30 days!
153,534 Posts
+31 new in 30 days!
15,348 Topics
+72 new in year!
27 unregistered users.