Hi Sebastian,

Carsten Neumann wrote:
>       Hi Sebastian,
> 
> [EMAIL PROTECTED] wrote:
>> Hi,
>>
>> I'm just starting using OpenSG and have a simple (newbie) question.
>> I am looking for a method to draw simple lines between two points.
>> Is there another method for drawing lines than using the OSG::Line?
>> Or do i have to stretch a polygon in a 'line-like' form?
> 
> the "ordinary" way to draw something is to make it an object in the 
> scene, i.e. (for most things) to build a Geometry and make it the core 
> of a Node that is added to the scene (please see the tutorial at 
> <http://opensg.vrsource.org/trac/wiki/Tutorial/OpenSG1/Geometry> on how 
> to build a geometry).

... and see the section on 'Primitive Types' onhow to do lines (and points and 
other things).

        Dirk

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to