[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/3/ - 3DCG


View post   

File: 50 KB, 177x203, model_1 (1).jpg [View same] [iqdb] [saucenao] [google]
655125 No.655125 [Reply] [Original]

Does anyone know how i can model this form? I want the triangles to have consistant proportions and grow out from the faces. I tried particle in 3ds max but the triangle shapes weren't growing out but just bunched together

>> No.655127

>>655125
You can use python in most modelling programs.

You might try generating the geometry around an atomic unit, or a singular mesh. Randomly generate and connect multiple atomic units. Iterate along the faces of the shape you've generated, and connect one or more faces to new instances of the atomic unit at random. Distort or deform the mesh as you go along.

So I'd personally try a programmatic solution.

>> No.655128

>>655127
Hey thanks for your reply. Do you have any links to tutorials where i could learn to do that? I work mistly in 3ds max and sometimes maya.

>> No.655130

>>655128
The best place for guidance on that would be scholar.google.com.

I did find something that might get you close to what you are after. http://www.debrismaker.aarondabelow.com/v1/

You could also search github for rock/geometry generators.

>> No.655131

>>655130
Thanks- i have debri maker but i need to generate a specific triangular module for a visualisation for a sculptural piece. So each unit is the same but it needs to grow or spread like image in OP. Unfortunately i dont know python.

>> No.655132

>>655131
This? Maybe?
https://github.com/hsab/GrowthNodes

>> No.655133

>>655132
Looks interesting but it is texture based so it cant grow specified geometry. Thanks anyway.

>> No.655138

>>655133
https://github.com/sobotka/blender-addons-contrib/blob/master/add_mesh_rocks/rockgen.py

I wouldn't say generating a clean mesh is going to be trivial. It's a week long project, if you don't know python, or another language. In 3DS max, there is object paint, and that seems like a good thing to look into.

>> No.655141

>>655138
I only have today to make it. I guess ill have to manually construct it and umtry object paint. Its going to look shit. Thanks anyway. If i have any similar stuff to do in the future could learning Houdini be a solution?

>> No.655146

What do you mean by growth? Assuming OP would be the final shape, what do you intend to have as a base and what would the growth look like?

>> No.655151

Assuming all else fails, you can always try this manually. Dyntopo/Sculptris/anything with dynamic tessellation i.e. sculpting will give you these organic shapes with consistent tris sizes (when set to constant).

>> No.657614

>>655125

Try Blobmesh? 3dsmax