ScratchData LogoScratchData
Back to mindsteins's profile

Fabric morpher

MImindsteins•Created August 30, 2018
Fabric morpher
34
22
649 views
View on Scratch

Instructions

Please use the phosphorus: Either use turbo mode (shift click green flag) or phosphorus. Total time to make: around 25-30 hours https://scratch.mit.edu/projects/213124008/#editor Will be adding comments to the program to help people use this process for themself.

Description

100% Pen How it is made (Taken from Four Fabrics): In short: Take quadrilateral and divide it into 2 more quadrilaterals 1) A grid of points are created using accuracy variable to determine the spacing and amount of points. The points are then randomly moved with the movement scaling with the accuracy and morphing variables. (Create and skew myblock) 2) Four points are took from the list of bX and By and added to points x and points y. (Grid myblock and line Myblock) 3) The four points subdivided using a process similar to my "Triangle subdivision program", but instead of finding the midpoint one side of the three, 2 opposite sides are found. Two diffrent shapes are logged sharing both mid points and added to the points list. After every previously logged shape has been subdivided and logged the list deletes all of the previous points. (1st part of base shape my block, new layer myblock, sub divide myblock, log shape myblock, and Draw Shape myblock) 6) once the subdividing process has been repeated a equal amount of times equal to the depth variable, all final points will be created points will be connected with a transparent pen equal to the alpha variable, and the lists cleared (2nd part of base shape) myblock)

Project Details

Project ID243613789
CreatedAugust 30, 2018
Last ModifiedFebruary 4, 2022
SharedDecember 5, 2019
Visibilityvisible
CommentsAllowed