Horde3D
http://www.horde3d.org/forums/

Horde 3D Tutorial : Issue with provided pipeline?
http://www.horde3d.org/forums/viewtopic.php?f=2&t=1883
Page 1 of 1

Author:  kurasu1415 [ 14.05.2013, 04:28 ]
Post subject:  Horde 3D Tutorial : Issue with provided pipeline?

Hey guys,
I'm trying to get into using Horde3D for my rendering engine, so the logical place to start is the tutorial. The current tutorial seems to be out of date compared to the resources that come with the Horde3D SDK. I renamed and positioned the files so they are correctly loaded, but when I render the scene, all I get is a black screen. I looked around but there doesn't seem to be a way to increase the debugging level to get more information.

After looking a bit more, it looks like the pipelines that are given by default all reference the 'fragDeferredWrite.glsl' which I assume is the fragment shader for use in deferred lighting. To my understanding, deferred lighting would require something a little more complex than what the tutorial has, so would this be why nothing is rendering?

I appreciate any help.

Author:  kurasu1415 [ 14.05.2013, 16:10 ]
Post subject:  Re: Horde 3D Tutorial : Issue with provided pipeline?

Well, I solved my issue. For anyone else who is having issues with this, the coordinates for the camera are incorrect in the sample tutorial.

These are the values I tested with decent results.

Camera Transformation :
Code:
h3dSetNodeTransform( cam, 0, 1, 5, 
                          0, 0, 0,             
                          1, 1, 1 );


Light Transformation
Code:
h3dSetNodeTransform( light, 0, 2, 1,
                            0, 0, 0,
                            1, 1, 1 );

Author:  Zuck [ 09.09.2013, 14:23 ]
Post subject:  Re: Horde 3D Tutorial : Issue with provided pipeline?

Are you referring to the tutorial linked on the main page (Getting Started - A Small Tutorial)?

Author:  Volker [ 10.09.2013, 17:45 ]
Post subject:  Re: Horde 3D Tutorial : Issue with provided pipeline?

IMHO that tutorial should be ported to the wiki and then being removed from the homepage. This way we can have it being updated by everyone and also have some kind of versioning system for older versions of the tutorial.

Page 1 of 1 All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/