-
Posts
28,593 -
Joined
-
Last visited
Content Type
Forums
Calendar
Gallery
Everything posted by Carlosan
-
Camera Customize navigation im using this settings to avoid any CTRL+___ conflicts hope this help
-
nice! will you please share your Marmoset render/light settings ? ty
-
There was an old post asking more or less the same point http://3d-coat.com/forum/index.php?showtopic=11255&hl=upgrade&fromsearch=1 Please contact stas3dc http://3d-coat.com/forum/index.php?showuser=3850
-
cool is this render 3DC internal ?
-
Hi tuxmask75 Please look at this post http://3d-coat.com/forum/index.php?showtopic=11454&st=40 this issue is going to be resolved soon
-
Which sets do you have at... Edit Preferences General Normal Calculation Method = Normal Maps export =
-
off the centre try RMB over the layer To Global Space
-
Beta4_12F-64 navigation>ZB-like is working fine http://www.3d-coat.com/files/3d-Coat-V4-BETA12F-64.exe
-
wait wait wait... Addendum about Render room: The actual render engine is a cross platform engine developed by Andrew's friend Sergey Krizhanovsky at June 2008. Source http://3d-coat.com/forum/index.php?showtopic=1099&view=findpost&p=4658
-
Zediccus, I disagree -sorry- you are not using the same logic, because one thing is to - develop a new feature/resource and another - Finish developing an old feature/resource by conforming to standard Some 3DC features/resources/tools/rooms/whatever... are below the standard offered in other apps My POV > - First finish developing old 3DC tools making it TOP CLASS APP, - and then add new features. The another historic way... is to develop new and new and new features stopping every new one at the middle, because begin developing a new one and so on. ------------------------------------------------------------------------------------------------------------------------------------- Develop time need a Begin, Middle, End. Why 3DC tools never have an END ? Because there isnt a ROADMAP. Finishing my long post -and sorry for that - thats what we need to ask for, and thats is the source of all the tribulations. 3DC development need a ROADMAP, with high and low priorities.
-
What do you think about this video card?
Carlosan replied to Greg's topic in CG & Hardware Discussion
i got the same is a good card i can paint 4K not tried 8K larger brush radius, no difference performance fast superior that my old 9800GT -
3DC is fast making sculpts if you need to show a fast model previz with hairs have sense i remember only once i need to do a worewolf... after retopo... Blender hair is fast superior to previz in my case... i prefer all the 3dc dev team focused improving the render room, render passes, SSS and light handles.
-
http://javisjones.com/2013/training/new3dcvidlayermask-3001/
-
http://3d-coat.com/wiki/index.php/3.6_Paint_Tools
-
Autodesk Mudbox 2014 preview - Automatic topology tool?
Carlosan replied to blobby's topic in CG & Hardware Discussion
yeah, mudbox slow development is trying to dont loose the last train car but this train leave the station long time ago... to late for autodesk trying to mimic the competition -
Technically, each vertex of a mesh is the origin of the tangent space of each vertex. You provide a tangent basis to your shader by setting up one normal and one texture coordinate (uv) that's the normalized binormal, and one texture coordinate (uvset) that's the normalized tangent. These, together, make up your tangent basis, which is the vector that you take the light vector through to get it in the space of the normal map. You can re-construct tangent from normal+binormal using a cross product if you have lots of fragment shader instructions available. For each triangle on a face the tangents for each vertex of the triangle are computed. If the triangle is mapped (that is, has uv's) and those uvs are non-degenerate then the computation in Per triangle tangent computation) is performed. Degenerate uv's means having a 0 length vector in uv space along any edge of the triangle. If the triangle is either not mapped or degenerate, the geometric edges are used to compute the tangent. When normalized, a vector keeps the same direction but its length is 1.0 The typical code looks something like: tangentLight.x = dot3( light, in.normal ); tangentLight.y = dot3( light, in.texcoord[1] ); tangentLight.z = dot3( light, in.texcoord[2] ); normal = tex2D( myNormalMap, in.texcoord[0] ); diffuse = clamp( dot3( light, normal ) ) * lightColor; However, if you also want reflection mapping, you're probably better off bringing the normal map normal out to object space by using the inverse of that 3x3 tangent basis; either by changing the dot3 to a bunch of muls, or by inverting the matrix before stuffing it into the per-vertex attributes. source http://www.opengl.or...o-Tangent-Space
- 10 replies
-
- 1
-
- tbn
- local space
-
(and 3 more)
Tagged with:
-
fill add custom mapping type UV-mapping i use falloff 50% may be this post help http://3d-coat.com/forum/index.php?showtopic=11354&st=0&p=87516entry87516
-
Preferences General Local Space normalization are you using Normalize B by T
-
Rendering Oversized Images. Problem. No image.
Carlosan replied to ggaliens's topic in Basics & Interface
test done at 8400 x 4990 render is ok Rays per frame = 100 2GB GPU memory -
There was an oooold plan about to make hairs and fur using many polygons with alpha mask or lines with transparency gradient. Andrew think that approach is not actual anymore But if it is required, He may resume doing this (of course after v4 release).
-
Hi If you have open meshes this problem may appear again randomly. So you may press Make closed in import panel. You should import ot as surface, merge to separate volumes = ON With next build this problem will be resolved
-
Maya 2014; retopo sneak peak...SHRINK WRAPPING
Carlosan replied to L'Ancien Regime's topic in CG & Hardware Discussion
shrink-wrapping... was an early softimage XSi feature autodesk is taking all xsi code, porting to the lead apps... just to let Simage rest in peace -
Andrew is working on it. In next build will be solved, please test ty
-
i found a specular channel with weird pixel zones, baked in the same color layer B12C sending scene and the shader used, please install it first