Page 1 of 1
Adding segments in Gmax

Posted:
Tue Mar 19, 2002 9:38 pm
by Psychophant1
When you create a box, you set the number of segments for length, width, and height. After the box is created, I've been able to change the amount of segments per dimention.
My question is this: Can I increase the number of segments after I've started modifying the box, ie: curves and scaling?
Before I get the ubiquitous "RTFM", I've looked in the user reference, but only found an entry on adding verticies, not entire segments.
Re: Adding segments in Gmax

Posted:
Wed Mar 20, 2002 5:50 am
by Bonzonie
I do "Convert to editable Mesh"
Vertice-Slice
Then you have a yellow box around the place where ou "slice", giving oyu an extra segment.
Re: Adding segments in Gmax

Posted:
Wed Mar 20, 2002 10:24 pm
by Psychophant1
Ahh, thank you!
Re: Adding segments in Gmax

Posted:
Thu Mar 21, 2002 12:26 am
by Psychophant1
Now that I've started slicing and dicing, I've got some extra verticies that I'd like to remove. Any idea how? Couldn't seem to find it in the help.
Re: Adding segments in Gmax

Posted:
Thu Mar 21, 2002 1:29 am
by Bonzonie
Removing vertices can be done by "delete" after selecting the ones to delete. Keep in mine all polyogns that were using the vertice(s) you deleted will be deleted as well.
Re: Adding segments in Gmax

Posted:
Thu Mar 21, 2002 7:39 pm
by Psychophant1
That's what I was sondering about. Can you remove a vertex without removing the associated polygons? I guess like a flatten or bypass kind of thing.
Re: Adding segments in Gmax

Posted:
Thu Mar 21, 2002 8:09 pm
by Felix/FFDS
If you remove a vertex/point, you remove all polygons/faces that connect at that vertex/point
[quote]That's what I was sondering about.
Re: Adding segments in Gmax

Posted:
Sat Mar 23, 2002 8:45 pm
by X_eidos2
Slicing is a inefficent way of adding a segment because it adds too many additional polygons to the shape. The slice modifier will add verticies at every point that it intersects an edge of a polygon. The only time slicing makes sense is if you need to make a precise edit across a complex shape, or you aren't worried about the number of polygons in your shape.
There are other ways to add segments. Using your box example to illustrate.
If the box isn't an editable mesh already, make it one.
select the Face modifier. Select the face that's perpendicular to the part of the box where you want to add the segement. Then find the "extrude" button and extrude the face.
If you want to add more vertices to an edge, so that you can give it a smoother curve, select the "edge" editor and look for the "divide" button. Click on the edge you want to add a vertice to and a vertice will be added at the halfway point between the two vertices.
If you go to the help menu in Gmax and type in Face Extrude Modifier, you get a clear example of what I was talking about.
3dstudio max 2.5 had a real good tutorial on low-polygon modelling, which is what you're doing when you make a plane shape. That's where I picked up a lot of the tricks I used when making player shapes for the flight sims I made while working at Eidos Interactive.
If you have seen the P-38 Gmax tutorial put out by Discreet, don't study it too much as it has some pretty bad methods in it.
Re: Adding segments in Gmax

Posted:
Sat Mar 23, 2002 10:09 pm
by Psychophant1
Unfortunately, that's what I was basing my work on. After doing a few more tutorials, I'm getting more familiar with the methods and techniques available in Gmax. I have since started over from scratch making a much simpler model to be refined later. Thanks for the advice.
Re: Adding segments in Gmax

Posted:
Sat Mar 23, 2002 10:46 pm
by Bonzonie
[quote]Slicing is a inefficent way of adding a segment because it adds too many additional polygons to the shape. The slice modifier will add verticies at every point that it intersects an edge of a polygon. The only time slicing makes sense is if you need to make a precise edit across a complex shape, or you aren't worried about the number of polygons in your shape.
There are other ways to add segments. Using your box example to illustrate.
If the box isn't an editable mesh already, make it one.
select the Face modifier. Select the face that's perpendicular to the part of the box where you want to add the segement. Then find the "extrude" button and extrude the face.
If you want
Re: Adding segments in Gmax

Posted:
Sun Jan 18, 2004 6:22 pm
by anim8r
I wouldn't discount slice so quickly...just make sure you go through and snap extra verts to another point and weld down...slice can quickly allow you to put spans exactly where you need them...I am also a big fan of shape merge which will allow you to draw a spline and then cut it onto your polygonal model...learning to use shape merge is a bit of a trick but once you do you will love it.
All good lo polygon modeling requires vert welding, opening up tools like slice, boolean and shape merge to your toolkit, as well as allowing you to reduce your total polygon count where you need to. Knowing all aspects of the sub-object (vert, edge, poly, element) is essential in good modeling technique.
Also, I agree that the P-38 tutorial is not the best in terms of learning good modeling skills. Essentially the p-38 is a bunch of intersecting objects, not how I would build it as one uniform object.
Re: Adding segments in Gmax

Posted:
Sun Jan 18, 2004 6:37 pm
by Felix/FFDS
[quote]
Also, I agree that the P-38 tutorial is not the best in terms of learning good modeling skills.