Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: mperdue@l4software.com (Mario Perdue) Newsgroups: scea.yaroze.programming.3d_graphics,scee.yaroze.programming.3d_graphics Subject: Re: triangles and things Date: Sat, 24 Oct 1998 20:19:30 GMT Organization: L4 Software Lines: 16 Message-ID: <363335ff.23242122@205.149.189.29> References: <70t72i$5iq2@chuka.playstation.co.uk> NNTP-Posting-Host: firewall-ext.hrtc.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.5/32.452 Xref: chuka.playstation.co.uk scea.yaroze.programming.3d_graphics:299 scee.yaroze.programming.3d_graphics:956 Since you already have the 3 screen coordinates, you can draw 3 lines to connect them. Mario On Sat, 24 Oct 1998 19:38:25 -0700, "Angel Sastre" wrote: >hi! > >i'm trying to port my little 3dengine from dos to yaroze. But my 3dengine >heavily relies on a very simple 'draw_triangle ()' function, which I can't >seem to find on the yaroze libraries. > >[snip]