Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - yuhe

Pages: [1]
1
General Anim8or Forum / Re: Adding a Felt Texture
« on: May 28, 2008, 05:36:44 pm »
After much working, I have managed to finally add the texture I want, but I still cannot figure out how to animate my pawn =[, and it's really starting to gnaw at me. If anyone knows a good source(besides the walk animation, already did that one, didn't help me much =/) please give me a linky.

Sincerely,

T. Rose
Penguin House Media|Vice President

penguinhousemedia.com

2
General Anim8or Forum / Re: Adding a Felt Texture
« on: May 22, 2008, 09:13:08 pm »
thanks, I appreciate you taking your time to help me. Yes I know I'm a noob, and I probably should have done that first. So thanks =D.

3
General Anim8or Forum / Re: Stackless Python Question
« on: May 22, 2008, 08:40:25 pm »
Python is an object-oriented language. You should be able to use any type of 3d model, same with java and ruby.

4
General Anim8or Forum / Re: Adding a Felt Texture
« on: May 22, 2008, 08:39:08 pm »
Hello? Anyone?

5
General Anim8or Forum / Re: Importing work into Web site
« on: May 22, 2008, 05:11:31 pm »
Well, if you want to do that, if I'm not mistaken, if you want to put up an image of your works, just use this simple HTML coding as follows:

<img src="image.jpg">

If you are using an FTP program to put your images on a website first you save the image as either a jpg,bmp,png, etc. and drag it into an images folder(if there isn't one made, make it under the domain name your using) and in your main coding(one that displays the home page, or any others) simply put:

<img src="images/image.jpg">

and that will display your image.

If you need to resize the image(s) Go to:

resize2mail.com

they have a program there that will do it perfectly, and it's free.

6
General Anim8or Forum / Adding a Felt Texture
« on: May 22, 2008, 05:07:40 pm »
I want to add a felt texture to the bottom of one of my 3d images, my friends and I are creating a chess game with ruby on rails(none of that using a game maker to solve your problems). Anywho, I'm making the 3d models for the game and I wanted to know how to add texture to my pieces, I have photoshop CS2 as well, but I don't know if that helps any.


EDIT: I also need to make an animation of the chess piece moving(it's a pawn). I need to make it go at a slight upward angle, like you would move a chess piece in between your fingers, you pick it up, tilt it towards you, the bottom facing upward slightly, and then it sets back down. I need to know how to just do that simple operation.

Pages: [1]