Alberto Luaces
|
2ade061ced
|
Code comments, log strings and some variable spell fixes.
|
2020-10-29 15:14:29 +00:00 |
|
Robert Osfield
|
d07fe93f34
|
Fixed memory leak with assignment of default value to ObjectSerializer
|
2018-09-06 11:53:35 +01:00 |
|
Robert Osfield
|
4291636619
|
Updated REMOVE_SERIALIZER( ImageAttachment ); block to use 154 version to retain compatibility with binaries made with 153 SOVERSION prior to the Imageattachement change
|
2018-05-23 17:02:28 +01:00 |
|
Julien Valentin
|
cea33e40df
|
add wrapper for osg::DrawIndirectBufferObject
|
2018-04-25 09:49:56 +01:00 |
|
Alberto Luaces
|
02c310982e
|
Fix typos and spelling.
|
2018-04-23 11:03:37 +01:00 |
|
Robert Osfield
|
7ab1208c65
|
Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute
Updated AUTHORS.txt, NEWS.txt and README.txt for CMakeLists.txt for 3.6.0 release
|
2018-04-07 17:59:55 +01:00 |
|
Robert Osfield
|
3450b9fee8
|
Removed osgShadow::ShadowVolume as it functionality isn't functional
|
2018-04-03 12:23:18 +01:00 |
|
Robert Osfield
|
647b578ce6
|
Removed serailizers that are now supplied by osg::Node
|
2018-03-23 19:54:33 +00:00 |
|
Robert Osfield
|
9634688559
|
Removed Drawable writing out of StateSet as this is now done by Node
|
2018-03-23 18:07:36 +00:00 |
|
Robert Osfield
|
b38a37c3bb
|
Fixed warnings
|
2018-03-19 10:42:09 +00:00 |
|
Robert Osfield
|
be723811c8
|
Added GUIEventHandler to allow one to write out models with event callbacks
|
2018-02-28 10:30:47 +00:00 |
|
OpenSceneGraph git repository
|
a6a72755b8
|
Merge pull request #443 from mp3butcher/osgSampler1
Add MinLOD MaxLOD and LODBias to Texture
|
2018-01-14 12:40:34 +00:00 |
|
Julien Valentin
|
8894939577
|
add MinLOD MaxLOD and LODBias to Texture and its serializer
as well as ShadowTextureMode None enum
|
2018-01-13 21:20:32 +01:00 |
|
Robert Osfield
|
3e6d118d10
|
Disabled the use of the GeometryFinishedObjectReadCallback in the Geometry serializer as this doesn't look it's needed anymore.
|
2018-01-13 16:43:42 +00:00 |
|
Robert Osfield
|
df280811a1
|
Merged Program.cpp from shader_pipeline
|
2018-01-08 10:52:35 +00:00 |
|
Robert Osfield
|
9944d949fc
|
Improvements to lua/OSG integration
|
2018-01-06 14:57:39 +00:00 |
|
Robert Osfield
|
2108141b4e
|
Replaced old style access of ValueObject values to new ValueObject::getScaleValue() methods
|
2018-01-06 13:47:18 +00:00 |
|
Robert Osfield
|
bdff0955dc
|
Added TextureCubeMap::setImage/getImage() methpds
|
2018-01-06 13:11:36 +00:00 |
|
Julien Valentin
|
e33a407aaf
|
add BufferData associate to Image and subclasses
|
2018-01-04 22:50:30 +01:00 |
|
Julien Valentin
|
196256fdcd
|
Evolve DSO
add Node associate on Drawable based:
Drawable
Geometry
DrawPixels.cpp
ShapeDrawable.cpp
RigGeometry.cpp
ConnectedParticleSystem.cpp
FadeText.cpp
Text.cpp
Text3D.cpp
TextBase.cpp
|
2018-01-04 05:15:13 +01:00 |
|
Julien Valentin
|
c605b24432
|
remove old BindImageTexture path
|
2018-01-02 18:29:42 +01:00 |
|
Julien Valentin
|
8a84ee7660
|
add (untested) BindImageTexture serializer
TOREVIEW : my GLBoolean serializer macro seams hacky
|
2018-01-02 18:12:52 +01:00 |
|
Konstantin S. Matveyev
|
df8dc83fc7
|
osgAnimation serializes: static linking fix
|
2017-12-13 11:48:55 +03:00 |
|
Robert Osfield
|
c0a276e850
|
Added back in serializer support for comput dispatch groups to retain backwards compatibility.
|
2017-11-29 10:11:35 +00:00 |
|
Julien Valentin
|
195df4f811
|
numgroup removed but introduce a reto compatibility bug in Program serializer
hope nobody use it
|
2017-11-28 17:39:32 +01:00 |
|
Julien Valentin
|
bf1b4ec2bb
|
add ComputeDispatch class
revoke glDispatch in PCProgram::useProgram
update example
|
2017-11-28 17:30:04 +01:00 |
|
Robert Osfield
|
284f91b3e0
|
Replaced deprecated osg::Shader::reaDShaderFile()/loadShaderFromSource() usage
|
2017-11-27 18:38:37 +00:00 |
|
Robert Osfield
|
49a5fdbd1f
|
Fixed typo
|
2017-11-13 13:08:39 +00:00 |
|
Robert Osfield
|
9c605ba9be
|
Fixed CoverityScan reported errors
|
2017-11-13 13:06:12 +00:00 |
|
OpenSceneGraph git repository
|
8d5a9e84fc
|
Build fix
|
2017-11-11 13:27:43 +00:00 |
|
OpenSceneGraph git repository
|
729680714c
|
Readbility improvements and updating version to 152
|
2017-11-11 13:08:42 +00:00 |
|
OpenSceneGraph git repository
|
3567e31009
|
Added versioning to the new serialization additions
|
2017-11-11 13:04:34 +00:00 |
|
Robert Osfield
|
7e86438871
|
Merge branch 'master' into osganimation
|
2017-10-30 15:53:56 +00:00 |
|
Robert Osfield
|
053ba83be6
|
Merged support for StateSet::DefineList from shader_pipeline branch
|
2017-10-30 09:32:04 +00:00 |
|
Robert Osfield
|
671847387f
|
Fixed build errors when compiling with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF
|
2017-10-27 14:19:13 +01:00 |
|
Robert Osfield
|
11f9bbf6ea
|
Merge branch 'master' into osganimation
|
2017-10-27 12:54:10 +01:00 |
|
Robert Osfield
|
6b75439ae4
|
Merge branch 'master' into text_improvements
|
2017-10-20 14:14:14 +01:00 |
|
Robert Osfield
|
8b12d2d71a
|
Deprecated Text:BackdropImplementation, removing the backend as it no longer required when using shaders for backdrop effects
|
2017-10-13 11:42:25 +01:00 |
|
Julien Valentin
|
b540ed70ba
|
add osg::Program::BindUniformBlock serialization
|
2017-10-12 20:09:55 +02:00 |
|
Konstantin S. Matveyev
|
8055ec9156
|
osg serializers fixed for static build, ShaderAttribute wrapper added
|
2017-09-15 12:36:19 +03:00 |
|
Julien Valentin
|
0a93569b9e
|
add DSO scope in modified XXXTransformHardware serializers
|
2017-09-04 12:04:37 +02:00 |
|
Julien Valentin
|
a73c20d7f5
|
update serializer with new properties
|
2017-09-01 19:13:01 +02:00 |
|
Julien Valentin
|
9560548722
|
add MorphTransformHardware serializer
|
2017-09-01 18:10:40 +02:00 |
|
Julien Valentin
|
5aa96727e9
|
clean and bugfixes
|
2017-08-31 20:57:19 +02:00 |
|
Julien Valentin
|
068a032dac
|
revert s/VertexIndexWeight/IndexWeight/
|
2017-08-31 13:30:24 +02:00 |
|
Julien Valentin
|
8fad310ce1
|
readd VertexInfluence whenever it's bad named and kinda useless
|
2017-08-30 15:30:03 +02:00 |
|
Julien Valentin
|
fe99b568a0
|
refactor: remove totally VertexInfluence (renamed BoneInfluenceList) everywhere
|
2017-08-30 11:12:17 +02:00 |
|
Julien Valentin
|
5123614f89
|
comply with refactoring
|
2017-08-28 18:27:23 +02:00 |
|
Julien Valentin
|
e216833286
|
few refactoring
|
2017-08-28 14:23:15 +02:00 |
|
Julien Valentin
|
ca224c81dd
|
replace VertexInfluence to BoneInfluenceList
and VertexIndexWeight to IndexWeight
fix in example
|
2017-08-27 05:21:37 +02:00 |
|