Hi All,
Carsten Neumann wrote:
> Hi Sajjadul,
>
> On Thu, 2007-08-23 at 15:03 +0200, Sajjadul Islam wrote:
>> Hello,
>>
>> I would like to get the version information at runtime within the code
>> snippet.
>>
>> In the design document it says that i can get that by GetMajorVersion
Hi Sajjadul,
On Thu, 2007-08-23 at 15:03 +0200, Sajjadul Islam wrote:
> Hello,
>
> I would like to get the version information at runtime within the code
> snippet.
>
> In the design document it says that i can get that by GetMajorVersion
> () and GetMinorVersion()
>
> But when i write
Hi,
following defines are defined in OSGConfig.h.
Andreas
#define OSG_VERSION_STRING "1.8.1Alpha"
/*! The numeric full version, with two digits per major/minor/release, e.g.
010300
*/
#define OSG_VERSION 0x010801
/*! The numeric major version number, e.g. 1
*/
#def
Hello,
I would like to get the version information at runtime within the code
snippet.
In the design document it says that i can get that by GetMajorVersion() and
GetMinorVersion()
But when i write down as follows :
cout << GetMajorVersion() << endl;
i get the following error:
firstOSG.cpp:
Hi Vince,
what kind of geometry are you loading? Is it a vrml file?
The deepCloneTree method doesn't like the custom attributes added by the
vrml loader. For a workaround just use this line:
NodePtr sceneClone = deepCloneTree(scene, "GenericAtt");
But this bug was already in OpenSG 1.4.0 ...
Hello all,
We have an application consisting of a terrain, buildings, and avatars,
built on version 1.4 using .NET 2003. We are upgrading to version 1.6
and have the following problem:
The application compiles ok including our own libraries for terrain and
avatars. On loading, the applicatio
Hi Björn,
it is actually a pre 1.6.0 version. But the final version will come
quite soon.
Andreas
Hello,
I'm using a CVS version as of May 30. Note: Compiled
fine on Linux and Cygwin/VS7.
The file VERSION says its 1.6, as does the generated
documentation. But there is no message in the Anno
Hello,
I'm using a CVS version as of May 30. Note: Compiled
fine on Linux and Cygwin/VS7.
The file VERSION says its 1.6, as does the generated
documentation. But there is no message in the Announce
Mailing List. How come?
Björn
___