| | 1 | 2008-05-08 14:00 +0000 [r8287] robert: |
|---|
| | 2 | |
|---|
| | 3 | * From Raymond de Vries, "This fix tests the right variable before |
|---|
| | 4 | it is allocated. Fortunately, until now it tested another |
|---|
| | 5 | variable (_particleSizeUniform, which is, at that moment, not |
|---|
| | 6 | allocated as well) and everything went ok. So it does not fix a |
|---|
| | 7 | crash or so, it is a matter of correct code. Line 353 is changed |
|---|
| | 8 | from if (!_particleSizeUniform) to if (!_particleColorUniform) " |
|---|
| | 9 | |
|---|
| | 10 | 2008-05-08 13:56 +0000 [r8286] robert: |
|---|
| | 11 | |
|---|
| | 12 | * From Paul Martz, "As I discovered prior to the 2.4 release, the |
|---|
| | 13 | FLT export geometry backend was using some old turn-on code, |
|---|
| | 14 | originally written just to enable other development but not |
|---|
| | 15 | intended for actual release. Sadly, my OSG training commitments |
|---|
| | 16 | prevented me from fixing this prior to 2.4. In essence, the FLT |
|---|
| | 17 | exporter was emitting a full set of Mesh records each time it |
|---|
| | 18 | encountered a PrimitiveSet. Attached is a fix. The code now emits |
|---|
| | 19 | the Mesh set up records, then iterates over all PrimitiveSets and |
|---|
| | 20 | emits a Mesh Primitive record per PrimitiveSet. It also loops |
|---|
| | 21 | over PrimitiveSets twice, first writing Face records according to |
|---|
| | 22 | the mode, the writing Mesh records (again according to the mode). |
|---|
| | 23 | The final change included here is support for GL_POINTS as |
|---|
| | 24 | single-vertex Face records. Billboards are still to come." |
|---|
| | 25 | |
|---|
| | 26 | 2008-05-08 13:46 +0000 [r8285] robert: |
|---|
| | 27 | |
|---|
| | 28 | * Updated wrappers |
|---|
| | 29 | |
|---|
| | 30 | 2008-05-08 13:22 +0000 [r8284] robert: |
|---|
| | 31 | |
|---|
| | 32 | * From Roland Smeenk, "Small typo and implementation fix for |
|---|
| | 33 | setInitialDrawCallback." |
|---|
| | 34 | |
|---|
| | 35 | 2008-05-08 12:55 +0000 [r8283] robert: |
|---|
| | 36 | |
|---|
| | 37 | * From Philip Lowman, "Attached is a patch to the toplevel |
|---|
| | 38 | CMakeLists.txt which adds an automated test for |
|---|
| | 39 | OSG_GLU_TESS_CALLBACK_TRIPLEDOT. This should help ease initial |
|---|
| | 40 | configuration on OS X systems." |
|---|
| | 41 | |
|---|
| | 42 | 2008-05-08 12:36 +0000 [r8282] robert: |
|---|
| | 43 | |
|---|
| | 44 | * From Garrett Potts and Robert Osfield, changes to build against |
|---|
| | 45 | Collada DOM 2.x |
|---|
| | 46 | |
|---|
| | 47 | 2008-05-08 09:16 +0000 [r8281] robert: |
|---|
| | 48 | |
|---|
| | 49 | * Updated the doxygen docs to explain the deprecated status of |
|---|
| | 50 | SceneView |
|---|
| | 51 | |
|---|
| | 52 | 2008-05-07 17:06 +0000 [r8280] robert: |
|---|
| | 53 | |
|---|
| | 54 | * Commented out checking of DISPLAY env var |
|---|
| | 55 | |
|---|
| | 56 | 2008-05-07 14:32 +0000 [r8278-8279] robert: |
|---|
| | 57 | |
|---|
| | 58 | * Updated wrappers |
|---|
| | 59 | |
|---|
| | 60 | * From Bob Kuehne, Added doxygen docs clarification of ReadResult |
|---|
| | 61 | enum values |
|---|
| | 62 | |
|---|
| | 63 | 2008-05-07 14:24 +0000 [r8277] robert: |
|---|
| | 64 | |
|---|
| | 65 | * From Donald Cipperly, "This is a fix to eliminate >> errors in VS |
|---|
| | 66 | 7.1" |
|---|
| | 67 | |
|---|
| | 68 | 2008-05-07 14:17 +0000 [r8276] robert: |
|---|
| | 69 | |
|---|
| | 70 | * From Miguel Escriva, "Attached to this mail you will find some |
|---|
| | 71 | files to work with the Philips WOWvx displays. It's implemented |
|---|
| | 72 | in the same way that 3D Spherical Display and Panoramic Spherical |
|---|
| | 73 | Display. You can test it running: osgviewer --wowvx-20 cow.osg |
|---|
| | 74 | osgviewer --wowvx-42 cow.osg depending on the size of your |
|---|
| | 75 | Philips WOWvx display (20" or 42") Other arguments you can use to |
|---|
| | 76 | control the 3D effect are: --wow-content <value> This value |
|---|
| | 77 | defines the kind of content that can be: 0: No depth 1: Signage |
|---|
| | 78 | 2: Movie 3: CGI 4: Still --wow-factor <value> Percentage of the |
|---|
| | 79 | display recommended depth value. Default 64, Range [0-255] |
|---|
| | 80 | --wow-offset <value> Amount of range behind the screen. Default |
|---|
| | 81 | 128, Range [0-255] 0: Range is shifted in the direction of the |
|---|
| | 82 | viewer. 128: Range is equally divided in front and behind the |
|---|
| | 83 | screen. 255: Range is shifted away from the viewer. " |
|---|
| | 84 | |
|---|
| | 85 | 2008-05-07 13:49 +0000 [r8275] robert: |
|---|
| | 86 | |
|---|
| | 87 | * From Terry Welsh, fixed typo of getEnd() |
|---|
| | 88 | |
|---|
| | 89 | 2008-05-07 13:46 +0000 [r8274] robert: |
|---|
| | 90 | |
|---|
| | 91 | * From Jeremy Moles,"Here's a small example I us to test text |
|---|
| | 92 | rendering in osgWidget; I figured it might be helpful to folks in |
|---|
| | 93 | OSG who need to do the same. " |
|---|
| | 94 | |
|---|
| | 95 | 2008-05-07 13:42 +0000 [r8273] robert: |
|---|
| | 96 | |
|---|
| | 97 | * From Farshid Lashkari, "I've added hardware mipmap support to |
|---|
| | 98 | Texture3D." |
|---|
| | 99 | |
|---|
| | 100 | 2008-05-07 11:59 +0000 [r8272] robert: |
|---|
| | 101 | |
|---|
| | 102 | * Added doxygen comments for attach |
|---|
| | 103 | |
|---|
| | 104 | 2008-04-26 11:13 +0000 [r8238] robert: |
|---|
| | 105 | |
|---|
| | 106 | * Updated package numbers for OSG-2.4, OT-2.2.1 release |
|---|
| | 107 | |
|---|
| | 108 | 2008-04-25 13:10 +0000 [r8229] robert: |
|---|
| | 109 | |
|---|
| | 110 | * Update AUTHORS file for 2.4 release |
|---|
| | 111 | |
|---|
| | 112 | 2008-04-25 12:58 +0000 [r8228] robert: |
|---|
| | 113 | |
|---|
| | 114 | * Updated ChangeLog for 2.4 release |
|---|
| | 115 | |
|---|
| | 116 | 2008-04-25 12:40 +0000 [r8227] robert: |
|---|
| | 117 | |
|---|
| | 118 | * Update NEWS and README to 2.4 stable release |
|---|
| | 119 | |
|---|