thomthom wrote:Anyone knows of an environment map viewer? One where you can test out the maps live in 3d?
http://developer.amd.com/gpu/cubemapgen/Pages/default.aspx
Useful graphic apps
67 posts
• Page 1 of 3 • 1, 2, 3
Re: Cool apps
http://developer.amd.com/gpu/cubemapgen/Pages/default.aspx
Re: Cool apps
Only supports cross maps? Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
Re: Useful graphic appsNot really apps, but these sites are very useful for rendering IOR and other material values:
http://www.pixelandpoly.com/ior.html http://www.robinwood.com/Catalog/Techni ... xList.html http://refractiveindex.info/?group=CRYSTALS&material=Si
Re: Useful graphic appsSMARTNORMAL (free) quick normalmap generator, also web based
Please, register (free) to access all the attachments on the forums.
Re: Useful graphic appsXnormal
Re: Useful graphic appsSculptris (Thanks to pilou on another thread)
http://sculptris.com/ Gave it a quick try and I'm amazed that this product is free. Not only can you sculpt organic shapes like an artist/sculptor, it also allows you to map UV's and export them with model, so importing into SU your model is fully mapped.
Re: Useful graphic appsWhoa....Scultpris is AWESOME. Zbrush lite! My son was just asking me for an app to do sculpting. This is perfect!
A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist. - R. Buckminster Fuller
Some of my 3D crap
Re: Useful graphic apps
Pete, How are you getting the mesh back into Sketchup? A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist. - R. Buckminster Fuller
Some of my 3D crap
Re: Useful graphic appsSculptris -> deep exploration -> SU
Re: Useful graphic appsFor the little story Sculptris is now hosted by Zbrush (Pixologic) and the creator Dr Petter is now in Pixologic team (creator of Zbrush)
Whishing it stay free
Re: Useful graphic appsIt's a shame I can't get Scultpris to work with TIG's .obj importer plugin. The polyreducer brush, voxel like sculpting and texture painting would make a great free workflow addition for most sketchup users. If anyone can make it work, please let me know. I've tried all settings.
A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist. - R. Buckminster Fuller
Some of my 3D crap
Re: Useful graphic appsTry Meshlab(free)
Re: Useful graphic appsI did it also with Blender, but lost the UV's. (Probably naming and file issue) I'll try Meshlab. Sculptris works great with an already made SDS mesh. I just made a nice cushion! Can't figure out why TIG's importer won't work though.
(Sorry for taking up this thread. I'll find another thread for just Sculptris issues) Please, register (free) to access all the attachments on the forums.
Last edited by EarthMover on Fri Oct 01, 2010 10:51 pm, edited 1 time in total.
A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist. - R. Buckminster Fuller
Some of my 3D crap
Re: Useful graphic appsAdam
You never lost the UV's, it's not exported with model (notice no mtl file) you need to export texture out seperately.
Re: Useful graphic appsI see! Thanks Pete!
Came across this one today - Artizen HDR - http://www.supportingcomputers.net/Appl ... rtizen.asp "From real to surreal, Artizen HDR is a Windows based stand alone image editing application that has a complete set of state of the art technologies that makes working with photographs easier than ever. Artizen is full featured photo editor with ability to work with JPEG's, +14 Digital Camera RAW files and High Dynamic Range images in an easy and efficient manner suitable for both professionals and hobbyist photographers." Free for 8 bit image editing!! A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist. - R. Buckminster Fuller
Some of my 3D crap
Re: Useful graphic appsVisual Color Picker does exactly what it says =)
Re: Useful graphic appsThanks James, impressive list!
I already use some of them but there's indeed a bunch to discover... Gai...
Re: Useful graphic appssure this is very helpful if you work with a lot of files:
http://www.mootools.com/plugins/us/index.asp You can see all files as small tumbnails. It reads different files and you can also save them as different. Also convert files with batch command or polygon reduce with batch command and much more is possilbe. I could not be without it! Please, register (free) to access all the attachments on the forums. SketchUp Pro, CasCADos, TheaRender, TwilightRender
Re: Useful graphic appshttp://www.artweaver.de/ is ignored.... simple and powerfull painting application for free
درصورتيكه به مساله اي برخورديد(مثل وارد نشدن به سايت، فراموش كردن پسورد و غیره با ما تماس بگیریدhttp://sketchucation.com/contact
Re: Useful graphic appsFound this free photoshop plugin for normal map creation: http://cgted.com/
Re: Useful graphic appsPlugin for Gimp for normal map creation:
http://code.google.com/p/gimp-normalmap/ (Only free software, as always By the way, do you know how to turn a normal map into a bump map? I want to use Bitmap to Mesh with a normal map, but first I have to turn it into a bump map... Forgive my spanglish...
Re: Useful graphic apps
Converting a normal map to a bumpmap/heightmap/displacementmap isnt so easy. You can maybe fake it either by converting the normalmap to grayscale or using the blue channel as a base. There are some programs that can do it rather well: http://www.crazybump.com/ Commercial, good but kind of expensive. http://www.xnormal.net/Downloads.aspx Free? Can convert normalmap to cavity map but that isnt really a heightmap more like a occlusion map. http://shadermap.com/ Free command line version or commercial (19.95) pro version with UI. Here is some examples with Shadermap: Please, register (free) to access all the attachments on the forums.
Re: Useful graphic appsThanks Pixero. It seems that Shadermap is what I am looking for (as I do my work for free, with free tools).
Forgive my spanglish...
Re: Useful graphic appsChaoscope
The more easiest program : 3 keys F3,F4 ESCAPE Maybe a day it will gives the 3D Export Usefull for make crazzy background Click image if scroll bar Please, register (free) to access all the attachments on the forums.
Last edited by Pilou on Tue Oct 26, 2010 8:27 am, edited 1 time in total.
Re: Useful graphic apps
[Edit - I presumed you wanted to turn a mesh into a bump map - I may have answered the wrong question.] We wrote a (not free) app to turn a mesh into a bump-map. The trick is to look at the mesh from head on and make the closer faces either brighter or darker. A bump map does not have colors, but uses intensity of gray scale to represent Z-distance offsets. We did this by extracting all the faces and running them through an OpenGL renderer which turned the distance from the camera into shading intensity. This worked well, but it was hard to find a good application for it. You might be able to get a similar effect by making the object white, using a parallel projection, turning off all lighting, turning off edges, and adding fog. Then the amount of fog should represent the distance from the camera plane, and product the bump map.
Re: Useful graphic appsThanks for sharing Pilou, Chaoscope is really beautiful!
Re: Useful graphic apps
I have made reasonable displacement maps like this actually. Best is to use hidden line face style (to get rid of face shading completely) and hide all edges in the style panel. You may want to exaggerate the geometry a little bit to get the desired effect with the fog but grouping the whole thing and scaling along the Z axis makes it easy. Gai...
Re: Useful graphic appshttp://www.holmes3d.net/graphics/meshman/
Welcome to try Thea Render, Thea support | kerkythea.net -team member
SketchUcation One-Liner AdvertsKeyframe Animation plugin - animate your SketchUp model by adding movement to any object.
Premium Members get 20% discount!
67 posts
• Page 1 of 3 • 1, 2, 3
|