<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/openscenegraph/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/openscenegraph/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/openscenegraph/support-requests/</id><updated>2005-10-06T18:35:33Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Question on support</title><link href="https://sourceforge.net/p/openscenegraph/support-requests/3/" rel="alternate"/><published>2005-10-06T18:35:33Z</published><updated>2005-10-06T18:35:33Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neted3aedfb0377c3ae9b34e4862d6b10209650f52c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;What terrain formats does OSG support, is it only &lt;br /&gt;
TerraPage? Any information would be appriceated.&lt;br /&gt;
Contact email is thewaca@gmail.com&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>i need help with TerraPage,please</title><link href="https://sourceforge.net/p/openscenegraph/support-requests/2/" rel="alternate"/><published>2004-05-19T15:08:11Z</published><updated>2004-05-19T15:08:11Z</updated><author><name>tojus</name><uri>https://sourceforge.net/u/cibertojus/</uri></author><id>https://sourceforge.net45d7e88ec2c9c368382a015ba77e1aea9aa3e4a5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;hello:&lt;br /&gt;
i am a beginner in openscenegraph,and i need some help &lt;br /&gt;
please.&lt;br /&gt;
my problem is that i load a archive *.txp(osg::Node* &lt;br /&gt;
MyFile = osgDB::readNodeFile("C:/archive.txp")),and &lt;br /&gt;
then i want load other model(cars,building...)on this &lt;br /&gt;
terrapage but i dont know how do this.i see that the &lt;br /&gt;
people use IntersectVisitor but i dont know how use &lt;br /&gt;
IntersectVisitor.&lt;br /&gt;
if anyone can send me one example for do this i would &lt;br /&gt;
be very funny.&lt;br /&gt;
thanks!!!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Compilation Error</title><link href="https://sourceforge.net/p/openscenegraph/support-requests/1/" rel="alternate"/><published>2003-10-20T03:33:28Z</published><updated>2003-10-20T03:33:28Z</updated><author><name>Karol Krizka</name><uri>https://sourceforge.net/u/roadkillbunny/</uri></author><id>https://sourceforge.net89fb20aee5d0a2c8e41952cbaf27e7ff30c2227e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I just found your project and tired to compile it. But&lt;br /&gt;
I get the following error:&lt;br /&gt;
g++  -O2 -L/usr/X11R6/lib -L../../../lib/Linux32 &lt;br /&gt;
-shared  AlphaFunc.o AnimationPath.o ApplicationUsage.o&lt;br /&gt;
ArgumentParser.o AutoTransform.o Array.o Billboard.o&lt;br /&gt;
BoundingBox.o BoundingSphere.o BlendColor.o BlendFunc.o&lt;br /&gt;
ClipNode.o ClipPlane.o ColorMask.o ColorMatrix.o&lt;br /&gt;
CollectOccludersVisitor.o ConvexPlanarPolygon.o&lt;br /&gt;
ConvexPlanarOccluder.o CopyOp.o CullFace.o CullingSet.o&lt;br /&gt;
CullStack.o Depth.o DisplaySettings.o DOFTransform.o&lt;br /&gt;
Drawable.o DrawPixels.o ClearNode.o Fog.o&lt;br /&gt;
FragmentProgram.o FrameStamp.o FrontFace.o&lt;br /&gt;
GLExtensions.o Geometry.o Geode.o Group.o Image.o&lt;br /&gt;
Impostor.o ImpostorSprite.o LOD.o Light.o LightModel.o&lt;br /&gt;
LightSource.o LineSegment.o LineStipple.o LineWidth.o&lt;br /&gt;
Material.o Matrixf.o Matrixd.o MatrixTransform.o&lt;br /&gt;
Multisample.o Node.o NodeCallback.o NodeVisitor.o&lt;br /&gt;
Notify.o Object.o OccluderNode.o PagedLOD.o Point.o&lt;br /&gt;
PolygonMode.o PolygonOffset.o PolygonStipple.o&lt;br /&gt;
PositionAttitudeTransform.o PrimitiveSet.o Projection.o&lt;br /&gt;
Quat.o Referenced.o Sequence.o ShadeModel.o&lt;br /&gt;
ShadowVolumeOccluder.o Shape.o ShapeDrawable.o State.o&lt;br /&gt;
StateSet.o Stencil.o Switch.o TexEnv.o TexEnvCombine.o&lt;br /&gt;
TexGen.o TexMat.o Texture.o Texture2D.o Texture1D.o&lt;br /&gt;
Texture3D.o TextureCubeMap.o TextureRectangle.o Timer.o&lt;br /&gt;
Transform.o UnitTestFramework.o Version.o Vec3.o&lt;br /&gt;
VertexProgram.o Viewport.o    -lstdc++ -lGLU -lGL&lt;br /&gt;
-lOpenThreads -o libosg.so&lt;br /&gt;
/usr/bin/ld: cannot find -lOpenThreads&lt;br /&gt;
collect2: ld returned 1 exit status&lt;br /&gt;
make[1]: *** [libosg.so] Error 1&lt;br /&gt;
make[1]: Leaving directory&lt;br /&gt;
`/home/kkrizka/OpenSceneGraph-0.9.6-2/src/osg/Linux32.Opt'&lt;br /&gt;
make: *** [libosg.so.opt] Error 2&lt;/p&gt;
&lt;p&gt;I am using g++ 3.2.2 or RedHat Linux 9.&lt;/p&gt;
&lt;p&gt;CHEERS&lt;br /&gt;
--RoadkillBunny&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>