POV-Ray : Newsgroups : povray.general : C++ Rewrite? : If father of Java created POV scene language Server Time
11 Aug 2024 21:18:04 EDT (-0400)
  If father of Java created POV scene language  
From: Greg M  Johnson
Date: 6 May 1999 11:24:05
Message: <3731A567.23396B0A@geocities.com>
import java.colors.*
import java.geometry.shapes.*
import java.light_sources.*
import java.rays.traceable.*

public void status main init destroy sPhere {
    java.Geometry.Objects.shapes.roundyOnes.convexOnes.sPhere()
    new radius= Radius;
    new finish= Finish;
    Radius= 1;

    public void status main init destroy fInish{
        java.texture.finish.prettyOnes.Reflective()
        this.Finish=that.fInish;
        die;
        }
    public void status main init destroy lOcation{
        java.space.Cartesian.coordinates.linear.Nearby()
        this.Location.x=0;
        this.Location.y=0;
        this.Location.z=0;
        die;
        }
}

public void status main init destroy pLane{
    java.Geometry.Objects.shapes.infiniteOnes.flatOnes.Plane()
    this.Direction=up;
    public void status main init destroy pIgment{
        java.texture.pigment.complexOnes.cHecker()
            this.Pigment=try  {
                this.color=pigment.Green;
                catch e exception error void yourself on main street();
                that.color=pigment Red;
        die;
        }
    }

public void status main init destroy you all {
    java.Devices.nonObjects.pIcturetaking.cAmera()


you get the point.


Post a reply to this message


Attachments:
Download 'us-ascii' (3 KB)

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