|
2 registered members (TipmyPip, Quad),
3,531
guests, and 2
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Voxel in Game Studio
[Re: WretchedSid]
#387998
11/26/11 19:03
11/26/11 19:03
|
Joined: Mar 2006
Posts: 3,538 WA, Australia
JibbSmart
Expert
|
Expert
Joined: Mar 2006
Posts: 3,538
WA, Australia
|
Using voxels is just a form to save/arrange your level. That means, you have (usually) a grid where your things are aligned. No, its not. A voxel is a volumetric object in the game space, its not a polygon or something similar. And no, its not possible to integrate Voxels into Gamestudio with simple methods since they require a different way of rendering and data storing. Can we have some reliable sources? Voxels don't have an inherent way of being rendered. They describe a way of representing 3D data that is an alternative to polygons, but representing them with polygons doesn't stop them from being voxels. Minecraft uses voxels, but the low resolution and simple block-based style means there's no need to get any fancier than building a polygonal mesh over the data. Its and Meinkraft's "voxels" are still voxels, even if its not practical in a higher-resolution context. Voxatron could use polygons to represent its data, but I think I heard it uses a software renderer to render the voxel data by its own means. Yes, there are ways the engine could support rendering voxels in ways we can't now and thus open up avenues to more dynamic and high-res voxel-based scenery, but let's be more careful with general sweeping statements (not just @Sid -- I believe the "correct" answer is both Rei's and Sid's answers, replacing "No" with "Or").
Formerly known as JulzMighty. I made KarBOOM!
|
|
|
Re: Voxel in Game Studio
[Re: 3run]
#388000
11/26/11 20:25
11/26/11 20:25
|
Joined: Feb 2010
Posts: 886
Random
User
|
User
Joined: Feb 2010
Posts: 886
|
destruction? Voxatron getting pretty interesting 
|
|
|
Re: Voxel in Game Studio
[Re: 3run]
#388011
11/26/11 23:12
11/26/11 23:12
|
Joined: Feb 2009
Posts: 2,154
Damocles_
Expert
|
Expert
Joined: Feb 2009
Posts: 2,154
|
http://damocles11.byethost9.com/griefer4k.htmlThis is my 4kilobyte voxelgame... (using realtime shadows , wich is quite quick to calculate, and simple AI-peons that build up houses) Using Voxels themself in 3dgs is easy, it just a question of how fast the rendering will be. But several tricks and LOD techniqs could be used then.
|
|
|
|