Shrinkwrap tetris shapes without scaling or diagonal shapesHow can I link two meshes with many vertices...
Noun clause (singular all the time?)
Error message with tabularx
How to have a sharp product image?
Sci fi novel series with instant travel between planets through gates. A river runs through the gates
Is the 5 MB static resource size limit 5,242,880 bytes or 5,000,000 bytes?
Does the sign matter for proportionality?
Why do games have consumables?
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
What happened to Captain America in Endgame?
How to type a section sign (§) into the Minecraft client
Who is the Umpire in this picture?
Reducing vertical space in stackrel
How to make a pipeline wait for end-of-file or stop after an error?
What does the "ep" capability mean?
Can someone publish a story that happened to you?
How to pronounce 'C++' in Spanish
Rivers without rain
Why does processed meat contain preservatives, while canned fish needs not?
Shrinkwrap tetris shapes without scaling or diagonal shapes
How to solve constants out of the internal energy equation?
Are Boeing 737-800’s grounded?
What language was spoken in East Asia before Proto-Turkic?
Is there any limitation with Arduino Nano serial communication distance?
What is the relationship between spectral sequences and obstruction theory?
Shrinkwrap tetris shapes without scaling or diagonal shapes
How can I link two meshes with many vertices together to prevent lagging?Most efficient way to create a snowglobeUse shrinkwrap on certain vertices?How to apply multiple modifiers as one shape key?weird faces when shrinkwrapSmoothing shrinkwrap resultVertex by vertex wrap mesh onto another meshShrinkwrap modifier not moving vertices to nearest target surface pointWhy does shrinkwrap look different in viewport then in render?Retopology Newby - Used Shrinkwrap Modifier - Whats next?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
$begingroup$
Hello guys I want to achieve a Shrinkwrap modifier from a sphere to a tetris shape like this. This shape was achieved by merging two cubes Scale (1,2,1) and (1,1,1) I also tried getting this shape by modifying the vertices but the results of the shrinkwrap were the same
I kind of already did other shrinkwrap shapes that worked perfectly like these
These are exactly the way I want the shrinkwraps to work by adding a shrinkwrap modifier and putting the mode to nearest vertex and setting the target as the shape I wanted but all of these were made with cubes in where only the scale got changed. The mode nearest surface point needed me to scale the sphere so it fits the shape but I cant scale the sphere (the game I develop doesnt allow it) so the mode nearest vertex did the thing I exactly wanted. This is what I got when I try to shrinkwrap the tetris shape
the shape doesnt select all the vertices as a whole shape like the ones before so the outcome will not be good. Somehow there are even triangle shapes outside the actual shape.
So how do I achieve the shrinkwrap to perfectly wrap around my tetris shape (just realized its not even a tetris shape) without triangles and that.
I'd be grateful for any tips (I am a newbie in blender btw)
animation mesh shrinkwrap
New contributor
$endgroup$
add a comment |
$begingroup$
Hello guys I want to achieve a Shrinkwrap modifier from a sphere to a tetris shape like this. This shape was achieved by merging two cubes Scale (1,2,1) and (1,1,1) I also tried getting this shape by modifying the vertices but the results of the shrinkwrap were the same
I kind of already did other shrinkwrap shapes that worked perfectly like these
These are exactly the way I want the shrinkwraps to work by adding a shrinkwrap modifier and putting the mode to nearest vertex and setting the target as the shape I wanted but all of these were made with cubes in where only the scale got changed. The mode nearest surface point needed me to scale the sphere so it fits the shape but I cant scale the sphere (the game I develop doesnt allow it) so the mode nearest vertex did the thing I exactly wanted. This is what I got when I try to shrinkwrap the tetris shape
the shape doesnt select all the vertices as a whole shape like the ones before so the outcome will not be good. Somehow there are even triangle shapes outside the actual shape.
So how do I achieve the shrinkwrap to perfectly wrap around my tetris shape (just realized its not even a tetris shape) without triangles and that.
I'd be grateful for any tips (I am a newbie in blender btw)
animation mesh shrinkwrap
New contributor
$endgroup$
add a comment |
$begingroup$
Hello guys I want to achieve a Shrinkwrap modifier from a sphere to a tetris shape like this. This shape was achieved by merging two cubes Scale (1,2,1) and (1,1,1) I also tried getting this shape by modifying the vertices but the results of the shrinkwrap were the same
I kind of already did other shrinkwrap shapes that worked perfectly like these
These are exactly the way I want the shrinkwraps to work by adding a shrinkwrap modifier and putting the mode to nearest vertex and setting the target as the shape I wanted but all of these were made with cubes in where only the scale got changed. The mode nearest surface point needed me to scale the sphere so it fits the shape but I cant scale the sphere (the game I develop doesnt allow it) so the mode nearest vertex did the thing I exactly wanted. This is what I got when I try to shrinkwrap the tetris shape
the shape doesnt select all the vertices as a whole shape like the ones before so the outcome will not be good. Somehow there are even triangle shapes outside the actual shape.
So how do I achieve the shrinkwrap to perfectly wrap around my tetris shape (just realized its not even a tetris shape) without triangles and that.
I'd be grateful for any tips (I am a newbie in blender btw)
animation mesh shrinkwrap
New contributor
$endgroup$
Hello guys I want to achieve a Shrinkwrap modifier from a sphere to a tetris shape like this. This shape was achieved by merging two cubes Scale (1,2,1) and (1,1,1) I also tried getting this shape by modifying the vertices but the results of the shrinkwrap were the same
I kind of already did other shrinkwrap shapes that worked perfectly like these
These are exactly the way I want the shrinkwraps to work by adding a shrinkwrap modifier and putting the mode to nearest vertex and setting the target as the shape I wanted but all of these were made with cubes in where only the scale got changed. The mode nearest surface point needed me to scale the sphere so it fits the shape but I cant scale the sphere (the game I develop doesnt allow it) so the mode nearest vertex did the thing I exactly wanted. This is what I got when I try to shrinkwrap the tetris shape
the shape doesnt select all the vertices as a whole shape like the ones before so the outcome will not be good. Somehow there are even triangle shapes outside the actual shape.
So how do I achieve the shrinkwrap to perfectly wrap around my tetris shape (just realized its not even a tetris shape) without triangles and that.
I'd be grateful for any tips (I am a newbie in blender btw)
animation mesh shrinkwrap
animation mesh shrinkwrap
New contributor
New contributor
New contributor
asked 3 hours ago
Kerim DnkelKerim Dnkel
111
111
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Avoid Boolean whenever possible. For such simple shapes you should not be "merging" , proper topology is important especially if you are deforming shapes where constant mesh density is important.
If you just want the morph into a sphere use the Cast modifier instead, it yields cleaner results.
Model the shape by extruding two faces of a default cube, then add a Subsurf modifier set to Simple, followed by the Cast modifier set to Sphere. Control progression from the Factor slider.
$endgroup$
$begingroup$
I want to morph from sphere to the tetris shape and also without having a massive big ball
$endgroup$
– Kerim Dnkel
2 hours ago
1
$begingroup$
You can adjust radius and morphing order from the modifier
$endgroup$
– Duarte Farrajota Ramos
2 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "502"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Kerim Dnkel is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f139224%2fshrinkwrap-tetris-shapes-without-scaling-or-diagonal-shapes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Avoid Boolean whenever possible. For such simple shapes you should not be "merging" , proper topology is important especially if you are deforming shapes where constant mesh density is important.
If you just want the morph into a sphere use the Cast modifier instead, it yields cleaner results.
Model the shape by extruding two faces of a default cube, then add a Subsurf modifier set to Simple, followed by the Cast modifier set to Sphere. Control progression from the Factor slider.
$endgroup$
$begingroup$
I want to morph from sphere to the tetris shape and also without having a massive big ball
$endgroup$
– Kerim Dnkel
2 hours ago
1
$begingroup$
You can adjust radius and morphing order from the modifier
$endgroup$
– Duarte Farrajota Ramos
2 hours ago
add a comment |
$begingroup$
Avoid Boolean whenever possible. For such simple shapes you should not be "merging" , proper topology is important especially if you are deforming shapes where constant mesh density is important.
If you just want the morph into a sphere use the Cast modifier instead, it yields cleaner results.
Model the shape by extruding two faces of a default cube, then add a Subsurf modifier set to Simple, followed by the Cast modifier set to Sphere. Control progression from the Factor slider.
$endgroup$
$begingroup$
I want to morph from sphere to the tetris shape and also without having a massive big ball
$endgroup$
– Kerim Dnkel
2 hours ago
1
$begingroup$
You can adjust radius and morphing order from the modifier
$endgroup$
– Duarte Farrajota Ramos
2 hours ago
add a comment |
$begingroup$
Avoid Boolean whenever possible. For such simple shapes you should not be "merging" , proper topology is important especially if you are deforming shapes where constant mesh density is important.
If you just want the morph into a sphere use the Cast modifier instead, it yields cleaner results.
Model the shape by extruding two faces of a default cube, then add a Subsurf modifier set to Simple, followed by the Cast modifier set to Sphere. Control progression from the Factor slider.
$endgroup$
Avoid Boolean whenever possible. For such simple shapes you should not be "merging" , proper topology is important especially if you are deforming shapes where constant mesh density is important.
If you just want the morph into a sphere use the Cast modifier instead, it yields cleaner results.
Model the shape by extruding two faces of a default cube, then add a Subsurf modifier set to Simple, followed by the Cast modifier set to Sphere. Control progression from the Factor slider.
answered 2 hours ago
Duarte Farrajota RamosDuarte Farrajota Ramos
34.9k64085
34.9k64085
$begingroup$
I want to morph from sphere to the tetris shape and also without having a massive big ball
$endgroup$
– Kerim Dnkel
2 hours ago
1
$begingroup$
You can adjust radius and morphing order from the modifier
$endgroup$
– Duarte Farrajota Ramos
2 hours ago
add a comment |
$begingroup$
I want to morph from sphere to the tetris shape and also without having a massive big ball
$endgroup$
– Kerim Dnkel
2 hours ago
1
$begingroup$
You can adjust radius and morphing order from the modifier
$endgroup$
– Duarte Farrajota Ramos
2 hours ago
$begingroup$
I want to morph from sphere to the tetris shape and also without having a massive big ball
$endgroup$
– Kerim Dnkel
2 hours ago
$begingroup$
I want to morph from sphere to the tetris shape and also without having a massive big ball
$endgroup$
– Kerim Dnkel
2 hours ago
1
1
$begingroup$
You can adjust radius and morphing order from the modifier
$endgroup$
– Duarte Farrajota Ramos
2 hours ago
$begingroup$
You can adjust radius and morphing order from the modifier
$endgroup$
– Duarte Farrajota Ramos
2 hours ago
add a comment |
Kerim Dnkel is a new contributor. Be nice, and check out our Code of Conduct.
Kerim Dnkel is a new contributor. Be nice, and check out our Code of Conduct.
Kerim Dnkel is a new contributor. Be nice, and check out our Code of Conduct.
Kerim Dnkel is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Blender Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f139224%2fshrinkwrap-tetris-shapes-without-scaling-or-diagonal-shapes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown