Digital Paint Discussion Board
Development => Mapping => Topic started by: RoBiNandL!nk on August 11, 2008, 05:27:55 PM
-
How do i make a slanted slope a diagonal slope to line up with a straight one?
-
what.
-
ok i have a slope example 1 and 2 on shazzam 2 and i want it to make it diagonal to line up except it has to be smaller cuase im making an outline for my map!
-
warwulf said it was impossible to move the points so.. that solves it
sorry for doubles
-
What?
Could you explain your problem better? Maybe some kind of visual aid...?
-
you know when you make a triangle in bsp? and if you go to a different view you can only move *some* of the points? thats my problem. I cant move the point i want to thats all
-
You should not be moving points, period. Dragging vertices at all is risky, and fairly bad practice. Also, you run in to problems like the one you're having.
The only solution is for you to stop dragging vertices. Instead, try making better use of the clipping planes to create non-rectangular shapes. I believe there are a few tutorials on the forums which include the use of clipping planes.
-
I always just move triangle points and line them up for terrain. Its faster then clipping planes and I never have the problem that Robin described.
-Cusoman