Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: World domination  (Read 4525 times)

Thief^

  • Bay Watcher
  • Official crazy person
    • View Profile
Re: World domination
« Reply #15 on: September 27, 2010, 05:13:16 pm »

Oh hey, it's another render.
I also checked exactly what the polycount of these are. The last was 1.3 million polys, and this one is 5.2 million polys (just to give nbonaparte a heart attack, I thought I'd optimise a bit and subdivide a 9th time).

Test 14, starting with an isocahedron but subdividing once before seeding heights. Seems to have turned out better still than test 13.
Logged
Dwarven blood types are not A, B, AB, O but Ale, Wine, Beer, Rum, Whisky and so forth.
It's not an embark so much as seven dwarves having a simultaneous strange mood and going off to build an artifact fortress that menaces with spikes of awesome and hanging rings of death.

lagging savant

  • Bay Watcher
  • Escaped Lunatic ... bah. I was never caught.
    • View Profile
Re: World domination
« Reply #16 on: October 02, 2010, 01:55:23 am »

In response to render engines... Panda3d or ogre3d may be the way to go. My general observation is that Ogre3d seems a better renderer and has a lot of professional looking projects utilizing it. Yet it isn't a full suite (sound/controls/scripting/etc...) . Panda3d out of the virtual box can make a game.

both are free.

Nice planets, btw.
Logged

SolarShado

  • Bay Watcher
  • Psi-Blade => Your Back
    • View Profile
Re: World domination
« Reply #17 on: October 02, 2010, 03:21:40 am »

This looks very cool :)
Logged
Avid (rabid?) Linux user. Preferred flavor: Arch

Thief^

  • Bay Watcher
  • Official crazy person
    • View Profile
Re: World domination
« Reply #18 on: September 12, 2011, 01:52:36 pm »

I finished my rewrite of my software 3d renderer (from scratch!) so I can now present you guys with this:

(it's animated if you have a supporting browser)
Logged
Dwarven blood types are not A, B, AB, O but Ale, Wine, Beer, Rum, Whisky and so forth.
It's not an embark so much as seven dwarves having a simultaneous strange mood and going off to build an artifact fortress that menaces with spikes of awesome and hanging rings of death.

Virex

  • Bay Watcher
  • Subjects interest attracted. Annalyses pending...
    • View Profile
Re: World domination
« Reply #19 on: September 12, 2011, 02:52:55 pm »

Maybe Blender would do. I've haven't done much with it due to it being terribly complex, but it looks pretty good.
If all you need is a render, you don't need blender as it's a whole modeling package and then some. Luckily, there exist independent render packages such as POV-ray or YafaRay
Logged

burningpet

  • Bay Watcher
    • View Profile
Re: World domination
« Reply #20 on: September 12, 2011, 03:53:01 pm »

I finished my rewrite of my software 3d renderer (from scratch!) so I can now present you guys with this:

(it's animated if you have a supporting browser)

Weird that i cant see it in Chrome. any one knows of a plug in i could install to make this work?
Logged

Svampapa

  • Bay Watcher
    • View Profile
Re: World domination
« Reply #21 on: September 12, 2011, 04:09:19 pm »

1min of Google gave this: https://chrome.google.com/webstore/detail/ehkepjiconegkhpodgoaeamnpckdbblp
Don't use chrome myself so I don't know if it works etc.

OT: Snazzy! Ofc, being one of the evil gameindustry people you will no doubt use it to make yet another FPS remake of some oldschool classic.  ;D
Logged

Alexhans

  • Bay Watcher
  • This is toodamn shortto write something meaningful
    • View Profile
    • Osteopatia y Neurotonia
Re: World domination
« Reply #22 on: September 12, 2011, 09:51:14 pm »

Added to the convenient reasons you have, Graphic Processors work faster/better with triangles.  They can only be in one plane, as opposed to quads.  In 3d Art.  Artists will work with Quads because those definitely look better than triangles.

And I concur with other posters, pretty neat stuff.  :)

What are you using to communicate with the graphics card?  OpenGl?  Other?  What version of whatever you're using supports the target console?  Could you potentially use shaders?  I'm concerned about the millions of vertices you mentioned for speed reasons (although as an exercise is just really cool) :P
Logged
“Eight years was awesome and I was famous and I was powerful" - George W. Bush.

Thief^

  • Bay Watcher
  • Official crazy person
    • View Profile
Re: World domination
« Reply #23 on: September 13, 2011, 05:10:59 am »

Added to the convenient reasons you have, Graphic Processors work faster/better with triangles.  They can only be in one plane, as opposed to quads.  In 3d Art.  Artists will work with Quads because those definitely look better than triangles.
It's not just graphics cards, any rasteriser (including software renderers like mine) work ideally with triangles. Although due to clipping, my rasteriser actually works with screen-space convex polys at the lowest level.

And I concur with other posters, pretty neat stuff.  :)

What are you using to communicate with the graphics card?  OpenGl?  Other?  What version of whatever you're using supports the target console?  Could you potentially use shaders?  I'm concerned about the millions of vertices you mentioned for speed reasons (although as an exercise is just really cool) :P
At the moment, it's not communicating with a graphics card to do the renders, it's being rendered entirely on the cpu with my own renderer. The planet in the spinning animation is 1.3 million triangles, and it gets renderered, compressed to png and saved to disk in approximately 1 second. I plan to convert it to realtime shortly to let you guys play with making planets yourselves. I have previously used my renderer to render the inside of a box (wow!) in realtime at 50fps using GDI to blit the resulting image to a window.
Logged
Dwarven blood types are not A, B, AB, O but Ale, Wine, Beer, Rum, Whisky and so forth.
It's not an embark so much as seven dwarves having a simultaneous strange mood and going off to build an artifact fortress that menaces with spikes of awesome and hanging rings of death.
Pages: 1 [2]