..
AlphaFunc
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
AnimationPath
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Array
Fixes for Win32 build.
2002-09-28 07:43:04 +00:00
Billboard
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
BlendFunc
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
BoundingBox
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
BoundingSphere
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
BoundsChecking
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
buffered_value
Added new buffered_value template class which encapsulates a std::vector but
2002-09-05 11:42:55 +00:00
Camera
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
ClearNode
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
ClipNode
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
ClipPlane
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
CollectOccludersVisitor
Various fixes to constructors to ensure that all variables are initialized.
2002-07-20 23:54:55 +00:00
ColorMask
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
ColorMatrix
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
ConvexPlanarOccluder
Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various
2002-08-29 11:02:01 +00:00
ConvexPlanarPolygon
Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various
2002-08-29 11:02:01 +00:00
CopyOp
Renamed osg::Primitive to osg::PrimitiveSet which better reflect what it
2002-09-20 14:51:59 +00:00
CullFace
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
CullingSet
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
CullStack
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Depth
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
DisplaySettings
Added support for setting the fusion distance directly in SceneView, defaults
2002-09-04 10:49:17 +00:00
DOFTransform
Changed the include of MatrixTransform to Transform.
2002-10-04 13:53:41 +00:00
Drawable
Removed inappropriate inline keyword from getOrCreateStateSet().
2002-09-30 18:12:54 +00:00
DrawPixels
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Export
Added back in the old osg::Geometry::addPrimitive(..) methods for backwards
2002-10-02 13:16:39 +00:00
fast_back_stack
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
Fog
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
FrameStamp
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
FrontFace
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
Geode
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Geometry
Added back in the old osg::Geometry::addPrimitive(..) methods for backwards
2002-10-02 13:16:39 +00:00
GeoSet
Moved the new osg::IndexedGeometry class over the top of the the existing
2002-10-02 13:12:16 +00:00
GL
From Marco, fix to include/GL to clean up warnigns in Windows builds.
2002-08-27 14:00:04 +00:00
GLExtensions
Improvements to IndexedGeometry.
2002-09-27 17:47:47 +00:00
GLU
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
Group
Added asGroup() and asTransform() methods to osg::Node to downcast nodes
2002-09-12 15:34:31 +00:00
Image
Further work on multiple context extensions.
2002-09-16 20:58:05 +00:00
Impostor
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
ImpostorSprite
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Light
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
LightModel
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
LightSource
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
LineSegment
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
LineStipple
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
LineWidth
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
LOD
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Material
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Math
From Pavel Moloshtan, fixes for Mingw32 build.
2002-09-12 20:30:41 +00:00
Matrix
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
MatrixTransform
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
MemoryManager
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Node
Added asGroup() and asTransform() methods to osg::Node to downcast nodes
2002-09-12 15:34:31 +00:00
NodeCallback
Fixes to NodeCallback and RenderBin from Alberto Barbati.
2002-07-28 12:49:01 +00:00
NodeVisitor
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Notify
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
Object
Moved get/setUserData from osg::Node into its superclass osg::Object to
2002-07-18 19:41:52 +00:00
OccluderNode
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Plane
From Brede Johansen - Fixes to osg::Plane::valid and added a new set method.
2002-09-12 13:23:15 +00:00
Point
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
PolygonMode
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
PolygonOffset
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
PolygonStipple
Added PolygonStipple class from Mike, with mods from Robert to make data
2002-09-19 10:30:15 +00:00
Polytope
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
PositionAttitudeTransform
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
PrimitiveSet
Added back in the old osg::Geometry::addPrimitive(..) methods for backwards
2002-10-02 13:16:39 +00:00
Projection
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
Quat
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
ref_ptr
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Referenced
From Gideon, support for tracking the number of objects constructed and deleted,
2002-09-20 15:55:50 +00:00
Sequence
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
ShadeModel
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
ShadowVolumeOccluder
Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various
2002-08-29 11:02:01 +00:00
State
Added dirty methods for vertex arrays to better support external OpenGL
2002-09-13 13:50:58 +00:00
StateAttribute
Added PolygonStipple class from Mike, with mods from Robert to make data
2002-09-19 10:30:15 +00:00
StateSet
Renamed osg::Primitive to osg::PrimitiveSet which better reflect what it
2002-09-20 14:51:59 +00:00
Statistics
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Stencil
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Switch
Implemented OpenFlight style switches so that each child of a switch can now
2002-10-04 14:50:33 +00:00
TexEnv
Added support for the tex_env_add and tex_env_crossbar extensions.
2002-08-20 14:15:49 +00:00
TexEnvCombine
Moved the #define GL_DOT3_RGB_ARB's into their own #ifndef GL_ARB_texture_env_dot3 block.
2002-08-26 15:02:31 +00:00
TexGen
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
TexMat
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
Texture
Further work on multiple context extensions.
2002-09-16 20:58:05 +00:00
Texture1D
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Texture2D
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Texture3D
Further work on multiple context extensions.
2002-09-16 20:58:05 +00:00
TextureCubeMap
Further work on multiple context extensions.
2002-09-16 20:58:05 +00:00
Timer
Fixes for IRIX 32bit timmer on O2. From Tom Jolley.
2002-08-08 21:36:22 +00:00
Transform
Added asGroup() and asTransform() methods to osg::Node to downcast nodes
2002-09-12 15:34:31 +00:00
Types
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
UByte4
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
UnitTestFramework
Added std:: infront of ends references.
2002-08-30 13:38:22 +00:00
Vec2
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Vec3
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Vec4
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00
Version
Updated docs and added osgGA
2002-07-16 20:07:32 +00:00
Viewport
Converted the instances of const built in types being returned from methods
2002-09-02 12:31:35 +00:00