Re: Fw: [osg-users] OSG character node kits information

2007-06-14 Thread Anders Backman
Sorry, didnt see this mail until now. What seems to be the problem? Are you able to build the code? Also, Im guessing here, you will end up with problem using .NET2003 as the project files are now in version 2005! Which means that if you use the old ones, well, there could be some changes that m

[osg-users] Re: Problem in displaying .tif image through Re: Problem in displaying .tif image through osgViewer (Paul Melis)

2007-06-14 Thread Anurag M
Dear Mr. Poul, Thanks for the response. Actually its not true that its a blank image because I opened it through ERDAS as well as through NV software it is displaying properly. It may possible that there may be some unknoun tags. If possible can you please tell me what are the wrong fields I upd

Re: [osg-users] ViewerEventHandlers or HelpHandler/StatsHandler in osgViewer?

2007-06-14 Thread Hartmut Seichter
Jean-Sébastien Guay wrote: > Hello Hartmut, > >> do I assume right, looking into the CMakeList.txt that >> osgViewer/HelpHandler will not be included for the final package as it >> has a name clash with the implementation in >> osgViewer/ViewerEventHandlers, same thing for StatsHandler ... > > The

Re: [osg-users] osgviewerMFC and Visual Studio Express

2007-06-14 Thread Jean-Sébastien Guay
Replying to myself again, ah the joys of being in a different time zone than the principal developer(s)... So the options seem to be: [...] 2. Ask the CMake developers to add a check for Visual Studio Express in the FindMFC.cmake module. How they would do it, I don't know, neither do I know ho

Re: [osg-users] ViewerEventHandlers or HelpHandler/StatsHandler in osgViewer?

2007-06-14 Thread Jean-Sébastien Guay
Hello Hartmut, do I assume right, looking into the CMakeList.txt that osgViewer/HelpHandler will not be included for the final package as it has a name clash with the implementation in osgViewer/ViewerEventHandlers, same thing for StatsHandler ... The HelpHandler and StatsHandler classes were

Re: [osg-users] 2.0 tomorrow, please test tonights SVN :-)

2007-06-14 Thread sherman wilcox
Tested latest on Vista x64 using Visual Studio 2005 Service Pack 1. Compiled and ran an in-house sample app successfully. On 6/14/07, Robert Osfield <[EMAIL PROTECTED]> wrote: Hi All, It would seem that 1.9.9 went OK on the major platforms. I've been fixing a few features today, as well as upd

Re: [osg-users] [help] osgProducer was gone.

2007-06-14 Thread Doug McCorkle
On Jun 14, 2007, at 8:42 PM, Kim Yongho wrote: Hi guys. I deleted osg ver1.2. :-( Now. I compiled osg ver1.9.9. I think it works well. :- ) All of my ex features use "osgProducer", but there is no osgProducer in new version. so I need your help.(becase two lib have a little difference, I

[osg-users] ViewerEventHandlers or HelpHandler/StatsHandler in osgViewer?

2007-06-14 Thread Hartmut Seichter
Hi Robert, I am currently working on getting my SWIG bindings up to speed with OSG 2.0 - do I assume right, looking into the CMakeList.txt that osgViewer/HelpHandler will not be included for the final package as it has a name clash with the implementation in osgViewer/ViewerEventHandlers, sa

[osg-users] [help] osgProducer was gone.

2007-06-14 Thread Kim Yongho
Hi guys. I deleted osg ver1.2. :-( Now. I compiled osg ver1.9.9. I think it works well. :- ) All of my ex features use "osgProducer", but there is no osgProducer in new version. so I need your help.(becase two lib have a little difference, I can't adjust well :- () "ex code" used osgPr

Re: [osg-users] osgviewerMFC and Visual Studio Express

2007-06-14 Thread Jean-Sébastien Guay
Hello again, I'd like to suggest that the osgviewerMFC example only be built if MFC is present. For now, it is assumed that if building on Windows, MFC will be present, but that is not true when building with Visual Studio 2005 Express Edition. Hmm, looks like this will be tougher than I thoug

RE: [osg-users] ANN: OSG Quick Start Guide final revision now available

2007-06-14 Thread Gian Lorenzetto
Well, I've complained about the lack of documentation before, so putting my money were my mouth is and 'got me a first edition! :-) Your effort in putting these guides/manuals together is very much appreciated, particularly for those who, like me, only dream of having the time to read the src .

[osg-users] osgviewerMFC and Visual Studio Express

2007-06-14 Thread Jean-Sébastien Guay
Hello, I'd like to suggest that the osgviewerMFC example only be built if MFC is present. For now, it is assumed that if building on Windows, MFC will be present, but that is not true when building with Visual Studio 2005 Express Edition. Thus, the standard CMake FindMFC module should be

RE: Re: [osg-users] [help] OSG Lnk2019 error makes me sad :-(

2007-06-14 Thread 김 용호
thank you Alberto :-) I linked below libraries. [ OpenThreadsWin32d.lib Producerd.lib osgProducerd.lib osgd.lib osgDBd.lib] Compile and link on MS Studio 2005 (windows XP sp2). Trying to fix this error I almost waste 3 days.(but I couldn't.. :-( ) But I still want to make something with O

[osg-users] last minute fix for 2.0

2007-06-14 Thread Hartmut Seichter
Line 429 osgUtil/SceneView should be /** Inherit the local cull settings variable from specified CullSettings object, according to the inheritance mask.*/ virtual void inheritCullSettings(const osg::CullSettings& settings) { inheritCullSettings(settings, _inheritanceMask); } (CullS

Re: [osg-users] 2.0 tomorrow, please test tonights SVN :-)

2007-06-14 Thread Gazi Alankus
I'm not sure if this is something that I'm missing, but here it goes since release is almost here. While making: Scanning dependencies of target example_osgviewerQT [100%] Building CXX object examples/osgviewerQT/CMakeFiles/example_osgviewerQT.dir/osgviewerQT.o /usr/src/osgnew/OpenSceneGraph/exam

RE: [osg-users] ANN: OSG Quick Start Guide final revision now available

2007-06-14 Thread Williams, Blake
Very nice site, and thanks so much for all the effort that went into both books. Just a note though: for the QSG, the "Add Color Printed..." works as expected, but the "Add B&W Printed..." adds a color book and the "Add Electronic ..." adds a B&W copy to the cart. Thanks, Blake ___

Re: [osg-users] RenderSurface in the SceneGraph

2007-06-14 Thread Don Burns
Hi Julian, You've actually asking a Producer question, which simply won't get answered on this list with a Producer answer. Please direct your question to the Producer-userslist. -don On 6/14/07, [EMAIL PROTECTED] < [EMAIL PROTEC

RE: [osg-users] ANN: OSG Quick Start Guide final revision nowavailable

2007-06-14 Thread Paul Martz
> yeah, as paul's sales statistics show, for us, it's > definitely not all about the hamiltons. ;) > > we intend to do a lot more writing about osg, and _for_ osg, > in the very near future. stay tuned for more... BTW, I'd be remiss in not thanking Bob for his hours of tireless effort massaging

Re: [osg-users] ANN: OSG Quick Start Guide final revision now available

2007-06-14 Thread Bob Kuehne
On Jun 14, 2007, at 5:16 PM, Jeremy L. Moles wrote: Copy is on the way. :) I'll take time to write an honest review when I get it... it's a small price to pay, really, if it means more effort may be directed in the future to documentation. Maybe that way I won't pollute the lists with my dumb

[osg-users] Wiki: Visual Studio page updated + SVN question

2007-06-14 Thread Jean-Sébastien Guay
Hello everyone, I have updated the PlatformSpecifics.VisualStudio page on the OSGWiki to reflect the changes in dependencies (Producer no longer required, OpenThreads included in the OSG source tree) and in the build system (CMake). I have also added a way to get the extensionless headers t

Re: [osg-users] ANN: OSG Quick Start Guide final revision now available

2007-06-14 Thread Jeremy L. Moles
On Thu, 2007-06-14 at 14:58 -0600, Paul Martz wrote: > Hi folks -- I've made some final tweaks to the OpenSceneGraph Quick > Start Guide. The latest information on it (and the new OSG Reference > Manual v1.2) is available at: > http://www.osgbooks.com > > In addition to several fixes and clarific

[osg-users] ANN: OSG Quick Start Guide final revision now available

2007-06-14 Thread Paul Martz
Hi folks -- I've made some final tweaks to the OpenSceneGraph Quick Start Guide. The latest information on it (and the new OSG Reference Manual v1.2) is available at: http://www.osgbooks.com In addition to several fixes and clarifications, the two most notable enhancements to the QSG are the addi

Re: [osg-users] 2.0 tomorrow, please test tonights SVN :-)

2007-06-14 Thread Jeremy L. Moles
On Thu, 2007-06-14 at 21:49 +0100, Robert Osfield wrote: > Hi All, > > It would seem that 1.9.9 went OK on the major platforms. I've been > fixing a few features today, as well as updating some shaders in the > OpenSceneGraph-Data, and have merged an few submissions from users. > These changes ne

RE: [osg-users] ANN: OSG Reference Manual and developer training nowavailable

2007-06-14 Thread Gordon Tomlinson
Very cool Best Regards Gordon __ Gordon Tomlinson Email : gordon.tomlinson @ overwatch.com YIM/AIM: Gordon3dBrit MSN IM : Gordon3dBrit @ 3dSceneGraph.com __ Telephone (Cell): (+

[osg-users] 2.0 tomorrow, please test tonights SVN :-)

2007-06-14 Thread Robert Osfield
Hi All, It would seem that 1.9.9 went OK on the major platforms. I've been fixing a few features today, as well as updating some shaders in the OpenSceneGraph-Data, and have merged an few submissions from users. These changes need testing so I'd appreciate if you could suffer me one more time, a

[osg-users] ANN: OSG Reference Manual and developer training now available

2007-06-14 Thread Paul Martz
Hi OSG community -- It gives me great pleasure to put out this press release. Please have a read, I think it's great news for the community as a whole and a testament to its growth and maturity. Paul Martz Skew Matrix Software LLC http://www.skew-matrix.com 303 859

[osg-users] Plugin loading in cygwin

2007-06-14 Thread wsacul
I've just made the upgrade from 1.2 to latest source, when I try to load an osg file with osgviewer I get: Warning: Could not find plugin to read objects from file "glider.osg". osgviewer: No data loaded I followed Brian Keener's instructions to get compilation under cygwin working ( http://www.

RE: [osg-users] OT: Unable to execute .exe files

2007-06-14 Thread Wojciech Lewandowski
I had the same issue recently. It turns out that Code built with patched VS 2005 requires different runtime. Tricky part is that runtime setup file is called exactly the same (vcredist_x86.exe) so you need to be careful when looking for it on MS site. There are actually two redistiributable packag

Re: [osg-users] New OSG logo

2007-06-14 Thread Paul Melis
Robert Osfield wrote: > On 6/14/07, Paul Melis <[EMAIL PROTECTED]> wrote: >> Variations of the ones on the wiki pages, with the earth on the left and >> no weird colors. >> Like the current logo, but more styled. I think this is what most of the >> posts seem to like. > > Curious about the logo on

Re: [osg-users] OpenSceneGraph-1.9.9 release made

2007-06-14 Thread Robert Osfield
On 6/14/07, Mike Wittman <[EMAIL PROTECTED]> wrote: Hi Robert, OSG 1.9.9 is working fine for me so far with VS 8, Windows XP x64, 32 and 64 bit. I did notice a typo though: osgViewer::GrapicsWindowFunctionProxy should be osgViewer::GraphicsWindowFunctionProxy Thanks for spotting this. Now fix

RE: [osg-users] OT: Unable to execute .exe files

2007-06-14 Thread Cole, Charles E. (LARC-B702)[GENEX SYSTEMS]
I don't know if it's the same problem, but I have noticed that for installations done prior to having the service pack installed, I had to re-install the Visual C++ Redistributable in order for things to get registered and execute properly. Hope that helps. chuck > -Original Message- > F

RE: [osg-users] OT: Unable to execute .exe files

2007-06-14 Thread Thrall, Bryan
Anders Backman wrote on Thursday, June 14, 2007 1:47 PM: > Hi all. > > I have a really tricky question regarding distribution of .exe/.dll > files under windows XP. > > > I recently updated my VisualStudio with the latest patch (I'm running > VS 2005) on my stationary computer. > After this, Im

Re: [osg-users] New OSG logo

2007-06-14 Thread Robert Osfield
On 6/14/07, Paul Melis <[EMAIL PROTECTED]> wrote: Here's my two latest submissions for this thing :) Thanks. Variations of the ones on the wiki pages, with the earth on the left and no weird colors. Like the current logo, but more styled. I think this is what most of the posts seem to like.

[osg-users] OT: Unable to execute .exe files

2007-06-14 Thread Anders Backman
Hi all. I have a really tricky question regarding distribution of .exe/.dll files under windows XP. I recently updated my VisualStudio with the latest patch (I'm running VS 2005) on my stationary computer. After this, Im not able to take the osg-distribution on that computer and copy it over to

Re: [osg-users] New OSG logo

2007-06-14 Thread Robert Osfield
On 6/14/07, Farshid Lashkari <[EMAIL PROTECTED]> wrote: Hi Guys, I really like all of the designs so far. I was thinking it would be nice to have a compact version of the logo, that companies and organizations can put on their websites to show their support for OSG. I was thinking of something s

RE: [osg-users] OpenSceneGraph-1.9.9 release made

2007-06-14 Thread Mike Wittman
Hi Robert, OSG 1.9.9 is working fine for me so far with VS 8, Windows XP x64, 32 and 64 bit. I did notice a typo though: osgViewer::GrapicsWindowFunctionProxy should be osgViewer::GraphicsWindowFunctionProxy -Mike > -Original Message- > From: [EMAIL PROTECTED] [mailto:osg-users- > [EMA

Re: [osg-users] bug with static builds on windows

2007-06-14 Thread Robert Osfield
Hi Stephan, I can't comment on the VS static build side. I have things partially working under Linux, and the osgstaticviewer has been be base for the testing. I'm able to create a viewer and load a .ive file and navigate just like in the standard osgviewer, only it doesn't support dynamic plug

Re: [osg-users] osg1.2 question: Stereo CameraNode & RTI or RTT

2007-06-14 Thread Robert Osfield
Hi Mike, If you need different images for both eyes I'd use two cameras a node mask on to select the appropriate one for each eye. Robert. On 6/14/07, Mike Logan <[EMAIL PROTECTED]> wrote: Currently, I'm testing anaglyph on a mac, but the final app will be quad-buffered stereo on Linux. By p

Re: [osg-users] GLSL & Orthographic Projection

2007-06-14 Thread Robert Osfield
On 6/14/07, Jeremy L. Moles <[EMAIL PROTECTED]> wrote: I'd like to have this all done before the end of they year and submit it for inclusion, since it uses all native OSG objects and doesn't have any gluecode and doesn't re-implement a million things that are already present in OSG (like other,

Re: [osg-users] New OSG logo

2007-06-14 Thread Farshid Lashkari
Hi Guys, I really like all of the designs so far. I was thinking it would be nice to have a compact version of the logo, that companies and organizations can put on their websites to show their support for OSG. I was thinking of something similar to the "Python powered" logo you could find here:

[osg-users] bug with static builds on windows

2007-06-14 Thread Stephan Maximilian Huber
Hi I am trying to build the osg-libs as static libraries. This works -- sort of. I am getting a lot of warnings when linking my application against the static libs. It seems, that the osg-libs are not compiled with the flag OT_LIBRARY_STATIC, so the linker issues a lot of warnings: osgDBd.li

Re: [osg-users] New OSG logo

2007-06-14 Thread Jean-Sébastien Guay
Hello Martin, I have uploaded to the same page, a version with a different font. :-) Let us know what you think. If this were a new project I'd probably vote for banner 3 (more modern, reminds of the recent MacOS X stuff etc.) but in keeping with the spirit of OSG, I vote for 2. I also dis

Re: [osg-users] osg1.2 question: Stereo CameraNode & RTI or RTT

2007-06-14 Thread Mike Logan
Currently, I'm testing anaglyph on a mac, but the final app will be quad-buffered stereo on Linux. By pre-render, I'm just using the same technique as the osgprerender.cpp where you can pre-render to an image-then-texture (slower) or render to texture (faster). ml On Jun 14, 2007, at 12:

Re: [osg-users] GLSL & Orthographic Projection

2007-06-14 Thread Jeremy L. Moles
Since I've been bugging you about it, thought I might show you a preliminary screenshot of the how the UI stuff I'm working on will look in the coming weeks. All of the features of the window are configurable; line width, color, etc. It rescales and resizes with no loss in clarity (it uses Cairo,

Re: [osg-users] GLSL & Orthographic Projection

2007-06-14 Thread Jeremy L. Moles
On Thu, 2007-06-14 at 11:34 -0400, Jeremy L. Moles wrote: > On Thu, 2007-06-14 at 16:31 +0100, Robert Osfield wrote: > > On 6/14/07, Jeremy L. Moles <[EMAIL PROTECTED]> wrote: > > > Oops, the "int" was just a typo on my part in the e-mail; the code is > > > actually void. Can I assume though by you

Re: [osg-users] OpenSceneGraph-1.9.9 release made

2007-06-14 Thread Jean-Sébastien Guay
Hello Robert, Many thanks to all that have tested and contributed over the last week. We are almost there for 2.0, as long as 1.9.9 hangs together OK across platforms I'll go for 2.0 on Friday morning. Built on Windows XP 32 bit, Visual Studio Express 2005, and linked into my project. Nothi

Re: [osg-users] GLSL & Orthographic Projection

2007-06-14 Thread Jeremy L. Moles
On Thu, 2007-06-14 at 16:31 +0100, Robert Osfield wrote: > On 6/14/07, Jeremy L. Moles <[EMAIL PROTECTED]> wrote: > > Oops, the "int" was just a typo on my part in the e-mail; the code is > > actually void. Can I assume though by your response that it "should" > > work, and that the error is probab

Re: [osg-users] Multisample framebuffers

2007-06-14 Thread Robert Osfield
On 6/14/07, Bunfield, Dennis AMRDEC/Davidson <[EMAIL PROTECTED]> wrote: Robert, Are there plans in OSG 2.0 for osg::Camera to support the GL_EXT_framebuffer_multisample extension for the nVidia 8800 and Quadro 5600 cards? Not for 2.0. Afterwards though, I can't personally tackle it until I ha

Re: [osg-users] GLSL & Orthographic Projection

2007-06-14 Thread Robert Osfield
On 6/14/07, Jeremy L. Moles <[EMAIL PROTECTED]> wrote: Oops, the "int" was just a typo on my part in the e-mail; the code is actually void. Can I assume though by your response that it "should" work, and that the error is probably somewhere in my code and not that I need to pass in some projectio

Re: [osg-users] Saving children of a node as separate .osg files

2007-06-14 Thread Serge Lages
It's not just a missing include problem ? Like : #include On 6/14/07, Catherine Peloquin <[EMAIL PROTECTED]> wrote: In reference to my question yesterday, I tried to save the node children using the syntax: osgDB::writeNodeFile(child, "filename.osg") but keep getting the error messages "'write

Re: [osg-users] Saving children of a node as separate .osg files

2007-06-14 Thread Catherine Peloquin
In reference to my question yesterday, I tried to save the node children using the syntax: osgDB::writeNodeFile(child, "filename.osg") but keep getting the error messages "'writeNodeFile': is not a member of 'osgDB'" and "'writeNodeFile': identifier not found, even with argument-dependent lookup".

[osg-users] Multisample framebuffers

2007-06-14 Thread Bunfield, Dennis AMRDEC/Davidson
Robert, Are there plans in OSG 2.0 for osg::Camera to support the GL_EXT_framebuffer_multisample extension for the nVidia 8800 and Quadro 5600 cards? Thanks, Dennis ___ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mai

[osg-users] RecordCameraPathHandler Before 2.0 (For QuickStartGuide)

2007-06-14 Thread Jeremy L. Moles
I had a whack at finishing the last little bit of the RecordCameraPathHandler thing we talked about some earlier this month. Here I quote Robert from a previous response: > I haven't added in the 'Z' functionality suggested by Paul yet though, > this is a little more complicated because osgViewer:

Re: [osg-users] GLSL & Orthographic Projection

2007-06-14 Thread Jeremy L. Moles
On Thu, 2007-06-14 at 15:59 +0100, Robert Osfield wrote: > HI Jeremy, > > GLSL programs are of the form: > > void main() > { > ... > } > > Rather than have a int return type as you've done. > > This may or may not be causing the problem though, but worth a try. > Also look for any OpenGL errors

Re: [osg-users] RenderSurface in the SceneGraph

2007-06-14 Thread Robert Osfield
Hi Julian, I'm not 100% sure what you after, but it kinda sounds like you want to render to texture, and then use this texture in your 3d scene. If this is the case the have a look at the osprerender example. This places an render to texture (RTT) Camera in the scene to capture a texture, the r

Re: [osg-users] GLSL & Orthographic Projection

2007-06-14 Thread Robert Osfield
HI Jeremy, GLSL programs are of the form: void main() { ... } Rather than have a int return type as you've done. This may or may not be causing the problem though, but worth a try. Also look for any OpenGL errors being reported. Robert. On 6/14/07, Jeremy L. Moles <[EMAIL PROTECTED]> wrote:

Re: [osg-users] [help] OSG Lnk2019 error makes me sad :-(

2007-06-14 Thread Wojciech Lewandowski
I see that you probably use Windows. I may be wrong on this, but I believe that latest windows binary installer for 1.2 version was compiled and linked using VS 2003 (7.1 or 7.2). And if this is the case it requires runtime librararies for VS 2003. But it looks like you are compiling your code

[osg-users] RenderSurface in the SceneGraph

2007-06-14 Thread julian.schindler
Hello, I am having the following problem: I want to create a scene where I am sitting virtually inside my home in front of a TV which shows another part of the SceneGraph (maybe the building where I am sitting in from outside). To do so I think I have to place a camera somewhere inside my SceneGr

[osg-users] GLSL & Orthographic Projection

2007-06-14 Thread Jeremy L. Moles
I've been writing a fragment shader for the last few days to do a number of interesting alpha blending things for my UI NodeKit that I've been working on. So far, with only using a fragment shader (and allowing OpenGL to handle the vertex functionality) everything has worked astoundingly. ;) I'm us

Re: [osg-users] New OSG logo

2007-06-14 Thread David Anes
Ouch! I forgot to attach the file! Here it is now. David "kraptor" Anes http://www.kraptor.com 2007/6/14, David Anes <[EMAIL PROTECTED]>: Hi all, OSG-folks! I could never imagine that the logo I made for José Luis some time ago will reach the community and get supported by so many people. I

Re: [osg-users] New OSG logo

2007-06-14 Thread David Anes
Hi all, OSG-folks! I could never imagine that the logo I made for José Luis some time ago will reach the community and get supported by so many people. If anybody wants more logos, or suggestions about the current logos (although I've seen many great variations from the originals), maybe I could

Re: [osg-users] New OSG logo

2007-06-14 Thread Serge Lages
Here is a tweaked version from me. :) On 6/14/07, Paul Melis <[EMAIL PROTECTED]> wrote: Robert, Robert Osfield wrote: > As another little point of axis with logos. When you get a T-Shirt > printed its generally best to keep the number of colours down. This > also works from a visual stand p

Re: [osg-users] New OSG logo

2007-06-14 Thread Paul Melis
Robert, Robert Osfield wrote: As another little point of axis with logos. When you get a T-Shirt printed its generally best to keep the number of colours down. This also works from a visual stand point too. Perhaps it would be of interest to get an overview of restrictions for this whole l

RE: [osg-users] Gind a particlular renderBin

2007-06-14 Thread Roger James
Thanks Robert, I was thinking the solution would be something like that. Cheers, Roger > -Original Message- > From: [EMAIL PROTECTED] [mailto:osg-users- > [EMAIL PROTECTED] On Behalf Of Robert Osfield > Sent: 14 June 2007 13:42 > To: osg users > Subject: Re: [osg-users] Gind a particlul

Re: [osg-users] New OSG logo

2007-06-14 Thread Robert Osfield
As another little point of axis with logos. When you get a T-Shirt printed its generally best to keep the number of colours down. This also works from a visual stand point too. W.r.t colour selection, we have the blue, red and green which have been the long time, as is the earth, these hue of t

Re: [osg-users] Crasch using invalid vertex index

2007-06-14 Thread Robert Osfield
HI Anders, You are welcome to write a NodeVisitor that QA's loaded data. Invalid data can come in a wide range of forms though, but I guess one could start form just detecting invalid data you know you already have. Robert. On 6/14/07, Anders Backman <[EMAIL PROTECTED]> wrote: Hi. I was expe

Re: [osg-users] Gind a particlular renderBin

2007-06-14 Thread Robert Osfield
On 6/14/07, Roger James <[EMAIL PROTECTED]> wrote: Robert, anyone, How can I do this now. I need to set a DrawCallback on a particular bin. Is there another way of doing this, maybe I was doing it the wrong way to start off with! Use a Cull NodeCallback this will give you the CullVisitor, an

Re: [osg-users] New OSG logo

2007-06-14 Thread Serge Lages
On 6/14/07, Paul Melis <[EMAIL PROTECTED]> wrote: Serge Lages wrote: > All these logos are really cool ! :) > > Anyone could try to mix the logo 1 (or 2), with the banner 3 ? > Changing the > text colors to fit the logo (or maybe letting "open" in black and try > to put > the other words in blu

[osg-users] Crasch using invalid vertex index

2007-06-14 Thread Anders Backman
Hi. I was experiencing problems with loading a Collada file exported through FeelingSoftwares exporter from 3DSmax. It was a rather large scene and I got problems inside the method void Geometry::accept(PrimitiveFunctor& functor) const line 2259:functor.vertex((*vec3Array)[_vertexData.indices-

RE: [osg-users] Gind a particlular renderBin

2007-06-14 Thread Roger James
Oops, Subject should be "Find a particular renderBin".. new spectacles in use :-) Roger ___ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/

Re: [osg-users] Few things

2007-06-14 Thread Anders Backman
sure, its not a critical thing. /Anders On 6/14/07, Robert Osfield <[EMAIL PROTECTED]> wrote: On 6/7/07, Robert Osfield <[EMAIL PROTECTED]> wrote: > On 6/7/07, Anders Backman <[EMAIL PROTECTED]> wrote: > > A few things: > > > > 1. The logo reader seems to have stopped working? > > > > osgviewe

Re: [osg-users] New OSG logo

2007-06-14 Thread Serge Lages
All these logos are really cool ! :) Anyone could try to mix the logo 1 (or 2), with the banner 3 ? Changing the text colors to fit the logo (or maybe letting "open" in black and try to put the other words in blue, red or green). I think it should make a good result. :) -- Serge Lages http://www

Re: [osg-users] New OSG logo

2007-06-14 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 martin.lavery wrote: > Hi, > > I have uploaded to the same page, a version with a different font. :-) > Let us know what you think. > Cool - I like the #2 best. Good job! Jan -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (GNU/Linux) Comment:

[osg-users] Gind a particlular renderBin

2007-06-14 Thread Roger James
I used to be able to do this. // Place the camera node above the main scene data osg::ref_ptr pSceneData = pSceneView->getSceneData(); pCameraNode->addChild(pSceneData.get()); pSceneView->setSceneData(pCameraNode.get()); if (bOneOffMode) {

RE: [osg-users] New OSG logo

2007-06-14 Thread Gordon Tomlinson
cool. Best Regards Gordon __ Gordon Tomlinson Email : gordon.tomlinson @ overwatch.com YIM/AIM: Gordon3dBrit MSN IM : Gordon3dBrit @ 3dSceneGraph.com __ Telephone (Cell)

Re: [osg-users] New OSG logo

2007-06-14 Thread martin.lavery
Hi, I have uploaded a selection of the kraptor originals. Please let us know your opinion on them :-) Cheers, Martin On 14 Jun 2007, at 10:38, Jose Luis Hidalgo wrote: HI Serge, Sure, here is attached (but it is a png file). Cheers, Jose-L. 2007/6/14, Serge Lages <[EMAIL PROTECTED]>:

Re: [osg-users] New OSG logo

2007-06-14 Thread Martin Spott
"martin.lavery" wrote: > I have uploaded to the same page, a version with a different font. :-) > Let us know what you think. Excellent, the one without serifs (currently osgtake5) looks like it matches our 'modern' time much better than the first one - it has sort of a 'progressive' touch ;-) B

Re: [osg-users] New OSG logo

2007-06-14 Thread Robert Osfield
I like the fact the community are running with the logo side. Please remember that the logo has fit in standard form factors i..e banner at the top of a page. Coming up with logos that don't fit this while nice isn't particularly useful etc for T-shirts. _

[osg-users] Using Collada debug libraries

2007-06-14 Thread Anders Backman
I just noticed that in windows/debug build, the dae plugin still uses the release version of the Collada libraries. There should be a _d.lib for all the libraries when building in debug mode, unless this is a WANTED behaviour? Right now Im debugging a crasch inside the DOM, so I needed the debu

Re: [osg-users] [help] OSG Lnk2019 error makes me sad :-(

2007-06-14 Thread Alberto Luaces
Hi, I could compile your code succesfully with OSG 1.2 on Linux. Can you show us what libraries are you linking to? El Jueves 14 Junio 2007, 김 용호 escribió: > Hi. Osgs. > I have a big problem. Would you help me? > > When I build up my project, always this message show up. > --

Re: [osg-users] New OSG logo

2007-06-14 Thread Mario Valle
I vote for the first one! BTW is it possible to make the border of the earth shadow a little less abrupt. Especially in the front side is too defined in my opinion. Good work! mario Serge Lages wrote: > Hi, > > On 6/14/07, *martin.lavery* <[EMAIL PROTECTED] >

Re: [osg-users] Compiler flag for IRIX build

2007-06-14 Thread Martin Spott
Hi Per, Per Fahlberg wrote: > Either way I think it is safe to added the flag to all MIPSpro > compilations since the default behavior was -LANG:libc_in_namespace_std=OFF > in earlier versions. I'd say this is totally ok with me - I've just started a new build and things look good so far. BTW,

Re: [osg-users] Problem in displaying .tif image through osgViewer

2007-06-14 Thread Robert Osfield
What error do you get? What result are you expecting? What version of the OSG are you using? The SVN loads the image fine, but its black...gimp loads it black too. On 6/14/07, Anurag M <[EMAIL PROTECTED]> wrote: Dear Mr. Robert, I am sending a zip file which contains a (.tif) image. which

Re: [osg-users] update to QuickTime plugin..

2007-06-14 Thread Robert Osfield
Hi Stephan, On 6/14/07, Stephan Huber <[EMAIL PROTECTED]> wrote: In my own code I don't use the QuicktimeImageStream-class but my own to play movies singlethreaded to avoid tearing inside the movie-texture. But all other code is the same (most notably MovieData which does the hard work) I see

[osg-users] .logo on multiple camera

2007-06-14 Thread amalric alexandre
Hi osg-users, I tried to open a .logo file on mulitple cameras, for example osgcamera.exe, but the logo is displayed only on the first one, is it normal ? Is there a way to get the same display on the 3 cameras for logo files like other model files (ive, osg ...) ? Tanks

Re: [osg-users] QT Overpainting

2007-06-14 Thread Robert Osfield
Hi Pete, The osg::State object has a series of haveApplied methods to telling it that external code has changed OpenGL state. The OSG does lazy state updating so needs to know the current state of OpenGL otherwise it won't fix things it should otherwise do. Your enabling of client state might w

Re: [osg-users] New OSG logo

2007-06-14 Thread Serge Lages
Thanks ! I really like the font and the 3 colors principle in this version, but with the three original colors (used in the other version) it should be better. On 6/14/07, Jose Luis Hidalgo <[EMAIL PROTECTED]> wrote: HI Serge, Sure, here is attached (but it is a png file). Cheers, Jose-

Re: [osg-users] New OSG logo

2007-06-14 Thread Ulrich Hertlein
Jose Luis Hidalgo wrote: HI Serge, Sure, here is attached (but it is a png file). Oh good, your's has the gray background as well... It actually only has a gray outline on the rounded box around the text. Attached is a slightly modified version similar to the 'old' logo. /Ulrich <>__

Re: [osg-users] Few things

2007-06-14 Thread Robert Osfield
On 6/7/07, Robert Osfield <[EMAIL PROTECTED]> wrote: On 6/7/07, Anders Backman <[EMAIL PROTECTED]> wrote: > A few things: > > 1. The logo reader seems to have stopped working? > > osgviewer osg64.logo shows nothing on my version of osg. (svn checkout > at 23:rd of june). > Has there been any rece

Re: [osg-users] New OSG logo

2007-06-14 Thread Jose Luis Hidalgo
HI Serge, Sure, here is attached (but it is a png file). Cheers, Jose-L. 2007/6/14, Serge Lages <[EMAIL PROTECTED]>: On 6/14/07, Ulrich Hertlein <[EMAIL PROTECTED]> wrote: > Jose Luis Hidalgo wrote: > > Just to satisfy community curiosity and give more options, this is > > the original su

Re: [osg-users] Re: Re: Problem in displaying .tif image through osgViewer

2007-06-14 Thread Paul Melis
Anurag M wrote: Hi Robert, I am not getting any error when I display a 16bit tif image through osgViewer but it displays a almost blank screen with some junk points. I am expecting viewer to display the image. Like Robert replied in his previous mail: your image only contains blackness, the

[osg-users] Re: Re: Problem in displaying .tif image through osgViewer

2007-06-14 Thread Anurag M
Hi Robert, I am not getting any error when I display a 16bit tif image through osgViewer but it displays a almost blank screen with some junk points. I am expecting viewer to display the image. Anurag --- [EMAIL PROTECTED] wrote: > Send osg-users mailing list submissions to > osg-users@open

Re: [osg-users] New OSG logo

2007-06-14 Thread Serge Lages
On 6/14/07, Ulrich Hertlein <[EMAIL PROTECTED]> wrote: Jose Luis Hidalgo wrote: > Just to satisfy community curiosity and give more options, this is > the original submission of the logo made by "kraptor". There are > another ones completely different, but this was Robert's choice :) Wow. M

Re: [osg-users] update to QuickTime plugin..

2007-06-14 Thread Stephan Maximilian Huber
Hi Ulrich, Ulrich Hertlein schrieb: You're right. Quicktime Player doesn't play them either. Who would've thought with exotic formats such as mpg and avi/divx. Guess I'm just spoilt by Linux playing everything out-of-the-box... ;-) install perian, then you'll get all this "exotic" stuff in quic

Re: [osg-users] New OSG logo

2007-06-14 Thread Ulrich Hertlein
Jose Luis Hidalgo wrote: Just to satisfy community curiosity and give more options, this is the original submission of the logo made by "kraptor". There are another ones completely different, but this was Robert's choice :) Wow. Maybe we could use the new logo and the text from this one? Ex

Re: [osg-users] Compiler flag for IRIX build

2007-06-14 Thread Per Fahlberg
Hi Martin, Here is the output for gmake VERBOSE=1 [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/Billboard.o /usr/bin/CC -Dosg_EXPORTS -fPIC -I/p/omv/develop/OSG/OpenSceneGraph-1.9.8/OpenSceneGraph/include -DOSG_LIBRARY -o src/osg/CMakeFiles/osg.dir/Billboard.o -c /p/omv/develop/OSG/O

Re: [osg-users] update to QuickTime plugin..

2007-06-14 Thread Ulrich Hertlein
Stephan Huber wrote: > Does osgmovie work for you? What Mac OS X are you using, and what > media/codec did you try? Did the media play back in Quicktime Player? You're right. Quicktime Player doesn't play them either. Who would've thought with exotic formats such as mpg and avi/divx. Guess I'm j

[osg-users] [help] OSG Lnk2019 error makes me sad :-(

2007-06-14 Thread 김 용호
Hi. Osgs. I have a big problem. Would you help me? When I build up my project, always this message show up. error LNK2019: __imp___CrtDbgReportW unresolved external symbol (referenced in "public: class osg::Vec3f const & __

Re: [osg-users] New OSG logo

2007-06-14 Thread Robert Osfield
On 6/14/07, Stephan Huber <[EMAIL PROTECTED]> wrote: martin.lavery schrieb: > http://www.openscenegraph.com/osgwiki/pmwiki.php/Screenshots/Logo > > We would love here your opinion on logo, constructive criticism is > very much welcome. :-) I like the new logo, but I would change/remove the shadow

Re: [osg-users] New OSG logo

2007-06-14 Thread Stephan Huber
martin.lavery schrieb: http://www.openscenegraph.com/osgwiki/pmwiki.php/Screenshots/Logo We would love here your opinion on logo, constructive criticism is very much welcome. :-) I like the new logo, but I would change/remove the shadow casted by the globe. It does not fit the light direction

  1   2   >