Horde3D

Next-Generation Graphics Engine
It is currently 22.11.2024, 13:23

All times are UTC + 1 hour




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: Hey A view questions.
PostPosted: 11.10.2008, 10:22 
Offline

Joined: 11.10.2008, 10:03
Posts: 14
I am new here and i have some questions.

Is it posible to make an 3rd person game.
Is there planned to be an importer for .obj or .3ds cause somehow i cant see them in scene editor.
I want an big animated world. as big as Sierra Nevada Mountains and Valley Ranges of American Great Basin country. does this ask for splitting the map in 10 sublevels this is done in most mmo's.

btw, the engine looks awsome cant wait to get my lvl in ;D


Top
 Profile  
Reply with quote  
PostPosted: 11.10.2008, 16:26 
Offline

Joined: 21.08.2008, 11:44
Posts: 354
0bas0 wrote:
Is it posible to make an 3rd person game.

Yes, everything is possible with Horde3D :wink:
0bas0 wrote:
Is there planned to be an importer for .obj or .3ds cause somehow i cant see them in scene editor.

If you are a 3dsmax or maya guy you can export your models as collada .dae then converting that using Horde3D's ColladaConverter to convert them into Horde3D binaries or if you are a blender guy you can export them using Horde3d's blender exporter plugin.

Have fun with engine :wink:


Top
 Profile  
Reply with quote  
PostPosted: 11.10.2008, 18:31 
Offline

Joined: 11.10.2008, 10:03
Posts: 14
Thank you, still need to find more out on the polycount a lvl


Top
 Profile  
Reply with quote  
PostPosted: 11.10.2008, 19:31 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
0bas0 wrote:
Is there planned to be an importer for .obj or .3ds cause somehow i cant see them in scene editor.

No the only format supported will be Collada or direct exports into Horde3D's own format.

0bas0 wrote:
I want an big animated world. as big as Sierra Nevada Mountains and Valley Ranges of American Great Basin country. does this ask for splitting the map in 10 sublevels this is done in most mmo's.

You can use the terrain extension to render a hightmap. I'm not sure what's the current limit of this hightmap is. I guess 4096x4096, maybe it's even 8192x8192. But for really big worlds, streaming solutions should be implemented.


Top
 Profile  
Reply with quote  
PostPosted: 12.10.2008, 10:37 
Offline

Joined: 11.10.2008, 10:03
Posts: 14
ok that is nice ;D, another question is it posible to intergrate an another physics engine then bullet in the engine (cause i want havok for my project)


Top
 Profile  
Reply with quote  
PostPosted: 12.10.2008, 17:53 
Offline

Joined: 22.05.2008, 18:30
Posts: 37
Well, we integrated with ODE for Plight of The Weedunks.. so yea it's possible to link up other physics engines easily enough :)

All a physics engine really does is manipulate the model matrices anyway, and all a graphics engine does, is display model matrices! ( ok, that was hugely simplified but you get what I mean ;) ) so although that Bullet-Horde implementation is for one physics engine, you can still use it as a base for Havok or whichever you choose, should you get stuck.


Top
 Profile  
Reply with quote  
PostPosted: 12.10.2008, 21:56 
Offline

Joined: 11.10.2008, 10:03
Posts: 14
ok, i am getting forward, soon ill post some screen in the project topic ;)


Top
 Profile  
Reply with quote  
PostPosted: 13.10.2008, 22:22 
Offline

Joined: 11.10.2008, 10:03
Posts: 14
what do i do wrong when my model got 3 textures wich i see 1 at the time at different positions :s


Top
 Profile  
Reply with quote  
PostPosted: 13.10.2008, 22:37 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
Not sure about it, but maybe the texture bound to the geometry is not correctly referenced in the shader. That may result in using the last texture used by the renderer. But I have to admit, that I didn't understand the question completely :-)


Top
 Profile  
Reply with quote  
PostPosted: 14.10.2008, 06:00 
Offline

Joined: 19.11.2007, 19:35
Posts: 218
If you wrote the shader / material yourself you could post it in a CODE block, then we could help alot better.


Top
 Profile  
Reply with quote  
PostPosted: 14.10.2008, 06:15 
Offline

Joined: 11.10.2008, 10:03
Posts: 14
used standart shaders,materials


Top
 Profile  
Reply with quote  
PostPosted: 14.10.2008, 21:57 
Offline

Joined: 19.11.2007, 19:35
Posts: 218
What material are you using?


Top
 Profile  
Reply with quote  
PostPosted: 15.10.2008, 16:44 
Offline

Joined: 11.10.2008, 10:03
Posts: 14
Code:
<Material>
   <Shader source="skinning.shader.xml" />

</Material>


Top
 Profile  
Reply with quote  
PostPosted: 15.10.2008, 18:47 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
That's the problem, you don't have any TexUnit defined in the material, so no texture is bind to the skinning shader!


Top
 Profile  
Reply with quote  
PostPosted: 16.10.2008, 22:31 
Offline

Joined: 11.10.2008, 10:03
Posts: 14
thx, that helped ;)


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 30 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group