[osg-users] My OSG email updates have stopped

2015-09-22 Thread Philip Taylor
me on what needs to be done to restore the emails, as I am suffering withdrawal symptoms. Thank you Philip Taylor ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users

Re: [osg-users] 答复: Blank screen

2015-01-31 Thread Philip Taylor
It is possible that the MFC screen needs to be told to repaint. If so, try sending a WM_PAINT message to the screen by using CWnd::Invalidate(); PhilT -Original Message- From: osg-users [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of padd...@gmx.net Sent: 31 January

Re: [osg-users] Thanks to the presenters and helpers at the SIGGRAPH BOF

2013-08-07 Thread Philip Taylor
Hi John, Are these presentations ever [recorded and] made available for replay? PhilT From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of John Richardson Sent: 08 August 2013 00:00 To: osg-users@lists.openscenegraph.org

Re: [osg-users] OpenSceneGraph-TrainingMaterials - SVN problem - missing files?

2013-06-20 Thread Philip Taylor
, for the data it is : http://svn.openscenegraph.org/osg/OpenSceneGraph-Data/trunk/ see this thread : http://forum.openscenegraph.org/viewtopic.php?t=12109 Christophe 2013/6/20 Philip Taylor phili...@ntlworld.com I have hit a similar SVN problem with OpenThreads. Since most

Re: [osg-users] OpenSceneGraph-TrainingMaterials - SVN problem - missing files?

2013-06-20 Thread Philip Taylor
Jordi, Robert Just to confirm that I can now successfully update from the TrainingMaterials. A similar change also needs to be made to the OpenThreads repository which is suffering the same malady. Philip Taylor (PhilT) -Original Message- From: osg-users-boun

[osg-users] OpenSceneGraph-TrainingMaterials - SVN problem - missing files?

2013-06-19 Thread Philip Taylor
I'm recreating my local SVN directories and have hit an SVN problem with a checkout of OpenSceneGraph-TrainingMaterials The erroneous section of the checkout is identified below Regards PhilT Added: C:\Users\Public\Documents\Projects\OpenSceneGraph\OpenSceneGraph-TrainingMat

Re: [osg-users] OpenSceneGraph-TrainingMaterials - SVN problem - missing files?

2013-06-19 Thread Philip Taylor
- 1.7.13 and 1.8 - but this still feels like a server rather than a client problem. PhilT From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Philip Taylor Sent: 20 June 2013 01:59 To: 'OpenSceneGraph Users' Subject: [osg-users

Re: [osg-users] framerate drops drastically when turning child nodes on and off

2012-05-07 Thread Philip Taylor
I am not familiar with getReferenceTime but I think the root cause of your problem is probably the line: unsigned int intTime( nv-getFrameStamp()-getReferenceTime() / _deltaFlipTime ); You probably just need to check that it is producing the values you are expecting for 0.05 and 1.0

Re: [osg-users] Passing multiple textures in glsl

2011-06-11 Thread Philip Taylor
Linda, Any chance of a typo?? Looks like you intended the second image file to be the same as the first - test1.bmp - except that the first letter is missing. PhilT -Original Message- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org]

Re: [osg-users] CMake issue with OpenTheads?

2011-03-27 Thread Philip Taylor
Many thanks Rafa - your CMAKE suggestion worked for me Where is the source code: C:/Projects/OSG/OpenSceneGraph/trunk PhilT Just for reference - I'm saw a lot of CMAKE 2.8.4 (16 Feb 2011) warnings: This warning is for project developers. Use -Wno-dev to suppress it. The cause is

[osg-users] CMake issue with OpenTheads?

2011-03-26 Thread Philip Taylor
I just tried to regenerate my OSG build system and have come unstuck with an OpenThreads CMake issue, with the directive IF(NOT ANDROID) INCLUDE(CheckAtomicOps) ENDIF() Running CMake 2.8.4 on WinXP with VS2008 Where is the source code: C:/Projects/OSG/OpenSceneGraph/trunk/src Where

Re: [osg-users] Camera control in osgvisual

2011-02-13 Thread Philip Taylor
Last time I downloaded the CIGI source code it came with an OSG application MPV aka Multi-Purpose Viewer http://cigi.sourceforge.net/ Looking at the WIKI page at the above site, it states that it requires OSG 2.4 but will work with 2.6 - that makes it quite an old implementation but

Re: [osg-users] frame rate faster than monitor vsync?

2009-07-11 Thread Philip Taylor
Wyatt, Out of very idle curiosity, why would you render at 2KHz when the eye can't really detect movement beyond 60Hz? Would it just be for rendering individual frames for a movie? PhilT -Original Message- From: osg-users-boun...@lists.openscenegraph.org

Re: [osg-users] Help: Using OSG To Build Tiled Display Wall

2009-05-15 Thread Philip Taylor
(host and IG) and attach as many displays as you like. Philip Taylor -Original Message- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org]on Behalf Of Martin Scheffler Sent: 15 May 2009 12:13 To: osg-users@lists.openscenegraph.org Subject

Re: [osg-users] Multiple Shaders Performance Question

2009-04-28 Thread Philip Taylor
Paul, Running at 120Hz is rather extreme since the human eye can't really appreciate a frame rate higher than 60Hz - OK monitors are normally rated at approx 75Hz to be flicker free, but 60Hz is the norm. With this in mind, you might be able to hide this missed frame by simply reducing your frame

[osg-users] Time to remove Christer Wigren??

2009-04-28 Thread Philip Taylor
Jose, The OSG list server is still bouncing emails to Christer Wigren which result in an automated response stating that he no longer works for the Swedish Defence Agency. Any chance of getting his name /email address removed from the list server? I'm sure the SDA would also appreciate the

Re: [osg-users] Packaging distribution under Windows

2009-02-23 Thread Philip Taylor
My 2p worth... Since you are considering only a MSVS environment, it looks far more professional to have something like InstallShield. Creating it would seem to be a relatively trivial task (when I watched someone else create one using a VS 2003 InstallShield wizard in about 15 seconds). The only

Re: [osg-users] Problem with deletion ofDrawableDrawWithDepthShadowComparisonOffCallback

2009-01-19 Thread Philip Taylor
Roger, Any chance you are mixing debug and release dlls? This is a typical debug/release memory management problem, when memory allocated by one dll (using say debug memory management) is deallocated by another dll (built with release memory management). The only solution (and it sort of feels

Re: [osg-users] [osg-submissions] Matrixf multiply Optimization

2008-07-27 Thread Philip Taylor
As I understand it, the the pragma alignment only applies to predefined objects and data. Dynamically allocated objects are created at the mercy of the memory allocator (via new) which uses byte alignment, as it does not know anything about pragma definitions. The only approach is to dynamically

Re: [osg-users] Borland Builder C++ 5.0 compiler support?

2008-07-04 Thread Philip Taylor
Why use BB5? OSG compiles with the free Visual Studio 2008 Express, which just needs to be downloaded from a Microsoft website. VS WinForms is based on BB5 so you would not feel so out of your depth. Only with difficulty will you get OSG to build with VS6, and I suspect it will be even harder

Re: [osg-users] OpenSceneGraph-2.3.7 dev release tagged.

2008-04-01 Thread Philip Taylor
Shame you didn't get to see the BBC TV news report on the discovery of film footage of flying penguins, which seems a vaguely tenuous link to this newsite wrt to Linux users ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Weiblen Sent: 02 April 2008

Re: [osg-users] osga handling on Win32

2008-04-01 Thread Philip Taylor
I don't believe there is too big an issue with slashes and MS Windows - just use forward slashes because most Windows library calls understand forward slashes - required for POSIX compliancy since WinNT and VS5. You may come unstuck when composing any shell commands since these must use backward

[osg-users] Suggestions for a dynamic map

2008-02-24 Thread Philip Taylor
I have been challenged to design an active map display (on Windows). My first thought was to consider something based on the combined osgPick and osgMFC examples, but I wondered whether anyone could suggest something better or an existing open source solution that could be adapted. Design

Re: [osg-users] INT32 redeifinition with Win32 and VS8 binary package

2008-01-09 Thread Philip Taylor
Just an idle thought in passing with the advent of 64 bit builds, it may not be such a good idea to mark a long as a 32 bit quantity since I believe the redmond 64 bit model defines long as a 64 bit quantity where as an int is 32 bits. On 32 bit systems, the two are the same size and can be

Re: [osg-users] OpenFlight Continuation Record support

2007-12-06 Thread Philip Taylor
Continuation records are great when writing out FLT files but a * when reading them back in - I had to abandon upgrading some proprietary FLT reader code because it required a complete rewrite of the FLT file decoder just to support this one new record type. The FLT file record structure

[osg-users] SVN XCode repositoryhas filename issue

2007-11-06 Thread Philip Taylor
This is an academic issue for me, but I thought I'd just pass it along. Having downloaded the entire OSG repository (using the Tortoise SVN tool) onto my home WinXP system, the tool hit a problem when it reached one of the Xcode projects under the Tags (tagged releases) repository. I think this

Re: [osg-users] ESRIShape error

2007-10-30 Thread Philip Taylor
Karl, File does not open with Arc Explorer either, so i guess its probably got issues. PhilT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul de Repentigny Sent: 30 October 2007 18:52 To: OpenSceneGraph Users Subject: Re: [osg-users] ESRIShape error

Re: [osg-users] Tutorials

2007-08-27 Thread Philip Taylor
On the hijacked tutorial subject - forum and/or email list A forum is an online activity whilst an email list is an offline activity, which means that I can get on with other things rather constantly watching a forum window for a critical reply - such as actually figuring out a solution for