POV-Ray : Newsgroups : povray.binaries.images : I-Beams/ Girders using text(... "I" ...) : I-Beams/ Girders using text(... "I" ...) Server Time
1 Oct 2024 22:26:37 EDT (-0400)
  I-Beams/ Girders using text(... "I" ...)  
From: ml
Date: 9 Jul 2000 19:10:15
Message: <3969065F.F356DB8F@unix.ccc.nottingham.ac.uk>
Just an idea from a question posted over on 
comp.graphics.rendering.raytracing
("I-Beams: Union or difference?")

... Use text to form an I-cross-sectioned beam:

// Declare the I-Beams, normailsed to fit into
// a 1 unit cube centred at <0,0,0>.
// The beam extends along the z axis.
// (RSJ: Rolled Steel Joist)

#declare IBeam1 = // Standard rounded cross-section RSJ/Girder/Beam
  object{
    text{ ttf "timrom.ttf" "I", 1, 0 }
    scale <3.45,1.475,1>
    translate <-0.5,-0.5,-0.5>
  }

Image and .pov attached.

-- 
----------------
Martin Lomas
mar### [at] ml1couk
----------------


Post a reply to this message


Attachments:
Download 'ml000709_i_girders01.jpg' (58 KB) Download 'ml000709_i_girders01.pov.txt' (3 KB)

Preview of image 'ml000709_i_girders01.jpg'
ml000709_i_girders01.jpg

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.