Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1075975 Posts in 44155 Topics- by 36120 Members - Latest Member: crochi

December 29, 2014, 08:12:17 PM
TIGSource ForumsDeveloperCreativeArt3D thread
Pages: 1 ... 20 21 [22] 23 24 ... 158
Print
Author Topic: 3D thread  (Read 401083 times)
Pixelgent
Level 1
*


Pixels and Polygons


View Profile WWW Email
« Reply #420 on: February 22, 2011, 10:19:11 PM »

you can use parallax to fake cast shadows from the clouds onto the planets
Logged
Toeofdoom
Level 2
**



View Profile WWW
« Reply #421 on: February 23, 2011, 06:58:52 AM »

Actually the shader was just under the SM2 arithmetic instruction cap, could've made a separate SM3 version I guess.

EDIT: Interesting idea anyway, what type of parallax do you mean exactly? Modifying texture coords based on light direction could work quite well.
« Last Edit: February 23, 2011, 07:07:56 AM by Toeofdoom » Logged

thedaemon
Level 2
**



View Profile WWW Email
« Reply #422 on: February 23, 2011, 11:15:10 PM »

Newer

Older
Logged
McMutton
Level 9
****


Introducing McMoustache


View Profile Email
« Reply #423 on: February 25, 2011, 08:41:25 PM »

Sward
Logged


-KoE Devlog-
swordofkings128
Level 3
***



View Profile Email
« Reply #424 on: February 25, 2011, 10:25:15 PM »

Newer

Older


awww dude, that's balla as heck!! :D you should totally make a game with that as the main character.
Logged
Inanimate
Global Moderator
Level 10
******

☆HERO OF JUSTICE!☆


View Profile
« Reply #425 on: February 26, 2011, 10:59:36 AM »


Ahhh yeahhh!

I love the engraving adorning the blade; etchings and such are one of my favorite things as a decoration. Those are some niiice colors, too. Well done!
Logged
heretic
Level 1
*


hold your head up high


View Profile WWW
« Reply #426 on: February 26, 2011, 11:16:33 AM »

I agree with Inanimate, great sword, man. Not as keen on the handle, as it lacks any real volume, but overall that's really nice!
Logged

Snail
Level 0
**


Fuschia!

thysnail
View Profile WWW Email
« Reply #427 on: February 26, 2011, 06:55:34 PM »

My god, the detail on the mouth is ridiculous Shocked

Some of my older ones.  Blender 3D and Photoshop.

Portal! Smiley


Made this for a school project.  The model is a lot uglier than it looks.
Logged

Pixelgent
Level 1
*


Pixels and Polygons


View Profile WWW Email
« Reply #428 on: March 01, 2011, 05:02:14 AM »

bored tonight.



Logged
MegaLeon
Level 1
*



View Profile WWW
« Reply #429 on: March 01, 2011, 06:33:34 AM »

Hi guys
I've been messing a while with low poly stuff in Maya but I can't seem to get the precision I want with low resolution textures.

Going back to basics, I've tried creating a cube with a simple UV:

Everything looks fine in the viewport, and geometry-wise it should work as well, as the UVs are aligned in a 8*8 grid and the texture is 32*32.

However, the render is screwed up.


Has anyone any clue on how to get clean textured models when the UVs are squeezed up due to space restraints?
« Last Edit: March 02, 2011, 01:15:28 AM by MegaLeon » Logged

*blog - *tweet - *leon
Toom
Level 3
***


You have to tell me if you're a cop.


View Profile WWW
« Reply #430 on: March 01, 2011, 08:19:34 AM »

Having finally found a (sadly rather hacky but functional) Sculptris port for OSX, I spent half an hour fucking around and this started to take shape:



Obviously needs a lot of work, and will probably never be game-worthy, but it's the first 3D modelling I've done in any capacity since...shit, when did Quake II come out?
Logged

I'm gonna beat yer ass wit dis moon tree!
thecatamites
Level 0
***



View Profile
« Reply #431 on: March 02, 2011, 11:41:19 AM »

made a bird knight thing

Logged

Popeye
Level 0
**


View Profile
« Reply #432 on: March 02, 2011, 06:36:43 PM »

Great seeing some of my favourite 3d programs here (Blender, Wings3d), I've been doing some 3d on my spare-time for a couple of years now, often in short bursts (so much one wants to do, so little time) which sadly means I seldom complete anything. Anyway here's a couple of 3d sculpts I've woved to finish (by Grabthar's Hammer, so it shall be!)



Logged
biomechanic
Level 3
***


View Profile
« Reply #433 on: March 03, 2011, 02:46:30 AM »

@MegaLeon
My guessplanation is that because you are mapping UV coordinates (floating point values between 0 and 1) to pixels (integers between 0 to texture width/height), the mapping will never be perfect on account of computational errors.

You will have to compensate by padding the texture around the UV isles.
Logged
Pixelgent
Level 1
*


Pixels and Polygons


View Profile WWW Email
« Reply #434 on: March 03, 2011, 03:05:37 AM »



NOTE: ONLY USE THIS ON ONE UV POINT AT A TIME, MOVING MORE THEN ONE AT A TIME WILL COLLAPSE ALL POINTS INTO ONE.
Logged
dantheman363
Level 1
*



View Profile WWW
« Reply #435 on: March 03, 2011, 01:05:20 PM »

My god, the detail on the mouth is ridiculous Shocked

Some of my older ones.  Blender 3D and Photoshop.

Portal! Smiley


Made this for a school project.  The model is a lot uglier than it looks.



I think the model looks good to me.
Logged

Nugsy
Level 10
*****



View Profile
« Reply #436 on: March 03, 2011, 04:30:24 PM »



What program did you use to create these? 3DSMax?
Logged


Pixelgent
Level 1
*


Pixels and Polygons


View Profile WWW Email
« Reply #437 on: March 03, 2011, 09:18:06 PM »

maya
Logged
thedaemon
Level 2
**



View Profile WWW Email
« Reply #438 on: March 04, 2011, 10:03:58 PM »

@MegaLeon
My guessplanation is that because you are mapping UV coordinates (floating point values between 0 and 1) to pixels (integers between 0 to texture width/height), the mapping will never be perfect on account of computational errors.

You will have to compensate by padding the texture around the UV isles.
Padding my friend is the way to go. Break each block down and give them a few pixels of room betwixt them.
Logged
Pixelgent
Level 1
*


Pixels and Polygons


View Profile WWW Email
« Reply #439 on: March 06, 2011, 10:12:25 PM »

Been trying to figure out how they made the awesome 3d trees in the new pokemon game and i think i got it, this test is using sprites that are not made by me and will be replaced in the near future. source for sprites can be found here

Logged
Pages: 1 ... 20 21 [22] 23 24 ... 158
Print
Jump to:  

Theme orange-lt created by panic