My practice 1


I've just finished my colouring with tablet pen, I'm choosing eyes as object to practice. Actually, I've started drawing this practice from a week ago, but finished them all yesterday.

Every eye takes a half hour to finish it. Maybe it's not perfect yet but i won't do any further than this. Yeah with this i can have a look at my improvement. Especially number 5 it took 2 hours to finish it. Oh gosh! 2 hours only for one eye. Then I tried to finished the last eye around 20 minutes. Quiet improvement right. :)

This just my another half an hour scrapt, at before I fell so amazed by looking at other people's drawwing about environment, so stunning with a very beautiful line. But i think mine is a cartoon for children. Can't compare anything. My holiday is going to end soon. I think i must haste my improvement in colouring before my new semester is start. Soon it will be a hell busy day..

Nah! My first post for interior.



Ahem! I've done something again. Just a simple living room with all the furniture which I've download and I'm just doing the rendering. It is quiker than drawing an anime, I've finished it in 3 hours but drawing an anime makes me sit and hold my tablet pen for almost 10 hours. But i will keep doing both of it if I have a free time.
Now, look at the picture, I use a rose picture for wallpaper. At the first, I wanna use an old japanese painting for the picture, but end up with the traditional chinese painting like now.

Sketch Up 8  + Vray + 3 hours

2012 Breaking! Yeah!


After 1 year I stopped drawing any kind of this and I relize my colouring is at the poor rate now. One more, I can't do my character look more alive, it just look so dead, not good huh? At a time like this I'm very difficult to find a free time to drawing. Maybe I will never get a time for improvement.

Well... This character is just coloured for fun there is no story about this. He is a Shotgun man (I'm could only thought of this), he just do pose in snow mountain peak with his pet. Now can someone guess what kind of this animal is....

Practice keep practice Sketch up




Drawing : Sketch up
Rendering : Vray

Practice is practice =D . One story tropic house finished in 3 hours. Oh! damn long! and still a poor result..

How to put background for your blog

This is for blogger background. Have it for free if you like it. This is the largest size(i forgot the size).
I use this one. This is smaller than the first.

Right here I will teach you the simpler way to use background. Follow the step first.
1. You need to upload you picture to something like photobucket or imageshake or other.
2. Sign into Blogger > Design > Edit html
3. Ctrl+F and look for " body { "
4. Here is the code

Across the whole page like a wallpaper

Effect : a.This will make the page loads faster.

            b. simplest of all background effects to achieve.

 

body { background: #FFFFFF;

then you add this

body { background: #FFFFFF url(http://URL for your image goes here) }

 

Image repeat vertically down the page

Effect : a. The background will repeat on the "y" (vertical) axis.

body { background: #FFFFFF url(http://URL for your image goes here) repeat-y; }

 

Image repeat horizontally down the page

Effect : a. The background will repeat on the "X" (horizontal) axis.

body { background: #FFFFFF url(http://URL for your image goes here) repeat-x; }

 

Image without repeat

Effect : a. This will make your background will stay still wherever you scroll.

body { background: #FFFFFF url(http://URL for your image goes here) no-repeat ; background-attachment: fixed }

 

Using a color

Effect : a. You can use a color and a background together (I think you should put it together  or you will be left with blank white areas)

            b. look for the Hex colour and replace "#FFFFFF" with the other value hex. (You can get it from here htmcolor)

body { background: #FFFFFF url(http://URL for your image goes here) repeat-y; }

 change into

body { background: #151B54 url(http://URL for your image goes here) repeat-y; } 

 

Positioning the background image

Effect : a. You can specify where you would like the image to be placed

       b. here is a list of the positioning variables you can use:

  • top left
  • top center
  • top right
  • center left
  • center center
  • center right
  • bottom left
  • bottom center
  • bottom right

body { background: #FFFFFF url(http://URL for your image goes here) no-repeat top center; }

 

Recent Comments :

Recent Posts :

Twitter

    follow me on Twitter

    Popular Posts

    CBOX!