Tuesday, May 26, 2020

Sketchup Tutorial LESSON 4



PHOTO
WHAT I DID
WHAT I DID
 I made two different shapes with pegs of different sizes and shaped sticking out.
Opposite to it I made the exact same shapes but 0.75mm bigger so that they are
able to fit inside of the corresponding shape.


Friday, May 15, 2020

Sketchup - Lesson #3 - 3D Printer



PHOTO
PHOTO
PHOTO
PHOTO
WHAT I DID
I made a cube and added an X, Y, Z, my name, and a smiley face to each side of the cube. It is made 1" by 1".
It's a 3D box with 3D letters and faces in different colours.


Saturday, May 9, 2020

Sketchup Rubix's Cube




PHOTO
WHAT I DID
I made a Rubix's cube.
I make 3',3' cubes and made a 3x3 cube shape.
I added the colours of the cube to the sides and mixes it up so it looks complex.
I added black in between the cubes so it looks more together and nicer.
I added pillars to the corners for more visuals. To end it off I put my name on it.
PHOTO
WHAT I DID
I added a couple more columns to make it a 4x4.
I also mixed up the colours some more.





Thursday, May 7, 2020

Sketchup Day 1





PHOTO
WHAT I DID
I made rectangles in certain sizes(5',15'), I spaced each shape 3' apart. for the final,
I made a 3x3 of this shape and I made a copy of it and put it 3' above the original.
Then I changed the colours of the shape and added my name.
PHOTO
WHAT I DID
I made a 12'x12' layout and over it, I made a design of tiles that were different
sizes. the big squares were 12",12" and the small ones were 6",6".
I went in a pattern so it would look nice and clean. In the end,
I added colour and put my name on it.
PHOTO
WHAT I DID
For this project, I made tiles all the same size but some of them
were horizontal and some were vertical. for the vertical tiles
I lifted them up a little bit to add some effect and texture, and to end it off
I added my name to it.




Sunday, May 3, 2020

Mouse Movement Maina



WHAT I DID
In this hour I completed the "Interactive 
Programs" lesson. I completed the

"Mouse Movement Mania" challenge.
WHAT I LEARNED
I didn't learn any new code but used the knowledge from 
previous challenges to complete this one as well.
WHATS NEXT
I have completed the 10 required posts 
PHOTO






Friday, May 1, 2020

Tasty Tomato



WHAT I DID
In this hour I started the "Interactive 
Programs." I completed the first

challenge which was "Tasty Tomato."
WHAT I LEARNED
I learned how to make the mouse
interactive with code. The code
learned was "mouse x" and 
"mouse y." I used these to have

the shape move to the same location of the mouse.
WHATS NEXT
In the next hour I will be finishing this lesson and 
will do "Mouse Movement Mania" challenge
PHOTO





Wednesday, April 29, 2020

Shooting Star



WHAT I DID
I made a shooting star that gets bigger and
closer also that changes colour.
WHAT I LEARNED
I learned how to move the shape from one
position to the other by using xpos and ypos.
I also learnt how to change the colour of the star
by using sunRed, sunGre, sunBlu.
WHATS NEXT
I am going to learn how to make interactive code.
PHOTO




Monday, April 27, 2020

Parting Clouds



WHAT I DID
In this hour I started the lesson 
"Animation Basics". I did the "Parting Clouds.
WHAT I LEARNED
I learned how to animate code using "draw = function() {};.
To make an animation you use this code. 

Anything you put
between the code will repeat, 

therefore becoming an animation.
Then to make the size get larger or for 
the object to move I used X-=;. You put a 
number after the "=" and it makes it that much bigger every time.
WHATS NEXT
In the next hour, 
I will be finishing the "Animation Basics" lesson.
PHOTO



Funky Frog



WHAT I DID
In this hour I completed the lesson of "Variables." I finished 
the Funky Frog challenge.
WHAT I LEARNED
II learned how to use the "var" code in more depth but this time 
it was for changing the position and not the size. It can be used 
for the values of x and y as seen in the code below. I used this for 
the frog so I could move the whole thing at once instead of having
to move each part of the frog.
WHATS NEXT
In the next hour I will be starting the "Animation Basics" lesson.
PHOTO



Bucktooth Bunny



WHAT I DID
I made a bunny with a sunny
background.
I changed the colour of 
body, feet, and arms
WHAT I LEARNED
I already knew how to make the circles but this time 
I altered them to make a longer body and made ovel arms. 
I also learned how to change the size of the eyes
WHATS NEXT
Next, I'm going to make a funky frog.
PHOTO



Sunday, April 19, 2020

Whats for dinner




WHAT I DID
I made a pizza some watermelon and also
 a potato on a plate and then added some colour to them.
WHAT I LEARNED
I learned how to make different shapes using
"triangle(x1,y1,x2,y2,x3,y3);" and also using 
"strokeWeight(thickness);" to change the size of the stroke.
WHATS NEXT
Next, I'm going to make a bucktooth bunny
PHOTO



Thursday, April 16, 2020

Sunny Snowy Day



WHAT I DID
I added a sun into the background and
changed the sky to blue and also had grass on the ground
WHAT I LEARNED
I learned how to distribute colours to
certain shapes and objects
WHATS NEXT
Next I'm going to learn how to
curve objects and make food items
PHOTO



Waving Snowman



WHAT I DID
I added arms to the snowman by using the line command.
I've also added on a
rectangular floor for the snowman to rest on.
WHAT I LEARNED
I learned how to use the "ellipse": code to create circular
shapes. Also, I learned to use "rect" to make rectangular and square shapes.
Lastly, I learned how to use "line" to create lines.
With these commands, I ended up creating a 
snowman waving.
WHATS NEXT
We are learning how to add
more colour in unique ways.
PHOTO



Exploding Sun



WHAT I DID
In this hour I did the Exploding Sun Project
WHAT I LEARNED
I learned the same thing as last project and 
that was how to animate code using "draw = function() {};.
To make an animation you use this code. 

Anything you put
between the code will repeat, 

therefore becoming an animation.
Then to make the size get larger or for 
the object to move I used X-=;. You put a 
number after the "=" and it makes it that much bigger every time.
WHATS NEXT
In the next hour, 
I will be finishing the "Animation Basics" lesson.
PHOTO





Wednesday, April 15, 2020

Khan Academy "Challenge: Simple snowman"




WHAT WAS EXPECTED

In Khan Academy, 
I was asked to make a simple snowman.

WHAT I DID

I made 3 white circles for the body.
I myself added on extra attributes, 
I've added some eyes, a mouth, 
and some buttons on the center circle.

WHAT I LEARNED

I learned how to make circles and 
how to change the shape and the positioning of it
Circles are made by using the "ellipse(X,Y,W,H);"
Also putting fill(); before a shape to change the colour of it.
Putting background(); at the very top of the code changes the whole background in the back.
NEXT UP

Next, we are making a waving snowman.
FINAL PROJECT




Friday, February 28, 2020

PHOTOSHOP - Morphed and textured - extension project




Morphing


Layers

Original

Original

Original

Original

Original

Original

Original

Original

Steps

1. I selected a couple animals and fruits to create a morph.



2. Open the animals-mask it out


Use opacity on the layers to get the same size of the items.


Try to match body parts.



3. Choose Filter, Liquify when on the skin layer.


Make sure to checkbox Show Backdrop.


I liquified the skins i wanted on the animal parts(colourfuk pebbles, a durian fruit and a peacock)


Make sure to checkbox Show Backdrop. Then use: drop-down to the layer you want.


I adjusted the opacity to see both around 50%.


Parts that stick out too much are removed later.



4. Then CTRL click the Main MASK then paint with black on the Secondary MASK.


After that I chose SHIIFT-CTRL-I then painted with white around the layers to remove the extra parts.


On the Tiger layer I chose the blending option 'multiply'


Then I added a new Adjustment Layer Brightness/contrast


I got the eraser tool and took off the skin on parts that shouldn't be changed.




5.Then I selected all my layers and duplicated them then merged them so I can add the background


in and only have to show 1 layer rather than a bunch.






Tuesday, February 25, 2020

Photoshop - Animal Skin Swap #3






MORPHING:




LAYERS:



ORIGINAL DRAKE:


ORIGINAL CORN:



ORIGINAL GRASS:



ORIGINAL TIGER-SKIN:



ORIGINAL SNAKE-SKIN:



ORIGINAL TIGER:



STEPS:
1. I selected a Tiger face and Drake
that basically have the same position.

2. Open the Drake-mask it out
then "place embedded" the Tiger, mask it out
Use opacity on the Tigerto get the same size the two items.
Try to match body parts.

3. Choose Filter, Liquify when on the Tiger layer.
Make sure to checkbox Show Backdrop. Then use: drop-down to Drake.
I adjusted the opacity to see both around 50%.
Then I warped the Tiger skin to match Drakes face.
Parts that stick out too much are removed later.

4. Then CTRL click the Drake MASK then paint with black on the Tiger MASK.
After that I chose SHIIFT-CTRL-I then painted with white around the Tiger to remove the extra parts.
On the Tiger layer I chose the blending option 'multiply'
Then I added a new Adjustment Layer Brightness/contrast
I got the eraser tool and took off the Tiger skin off the windows and other interesting aspects of Drakes face that shouldn't be changed.

5. I did the same steps to the rest of his face and added other materials like snakeskin, corn, grass and more tiger skin.

6.Then I selected all my layers and duplicated them then merged them so I can add the background in and only have to show 1 layer rather than a bunch.