[GRASS-user] Trento3D screenshots redone
Tyler Mitchell
tylermitchell at shaw.ca
Thu May 18 22:56:36 EDT 2006
Let me just say, you guys really inspire me. I have so much GRASS to learn...I mean, enjoy!
:)
Tyler
----- Original Message -----
From: Hamish <hamish_nospam at yahoo.com>
Date: Thursday, May 18, 2006 6:04 pm
Subject: Re: [GRASS-user] Trento3D screenshots redone
> > > > How would you go about adding 3D objects like trees? Or are you
> > > > only dreaming?
> > >
> > > http://les-ejk.cz/?cat=grass
> > >
> > > Not dreaming... :D
> >
> > Neat module Jachym !
> >
> > g.region res=4
> > r.mapcalc "trees= if(ndvi >= 0.5, 1, null())"
> > g.region res=8
> > r.to.vect in=trees out=trees_pts feature=point
> > g.region res=4
> > v.trees3d in=trees_pts out=t3d elevation=elev_4m oak=50 pine=50 \
> > spruce=0 nviz elev=elev_4m color=ikonos.rgb vect=t3d
> >
> > output:
> > http://169.237.35.250/~dylan/temp/pinn_trees.jpg
>
> I see your trees are in geometric lines. For a more natural looking
> picture I would suggest perturbing your vector points (v.perturb)
> by
> a random amount up to about 1/2 of the initial raster resolution.
>
>
> Hamish
>
> _______________________________________________
> grassuser mailing list
> grassuser at grass.itc.it
> http://grass.itc.it/mailman/listinfo/grassuser
>
More information about the grass-user
mailing list