POV-Ray : Newsgroups : povray.binaries.images : Le Forgeron: experiments Server Time
6 Oct 2024 15:20:49 EDT (-0400)
  Le Forgeron: experiments (Message 32 to 41 of 71)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Le Forgeron
Subject: Re: Le Forgeron: experiments
Date: 7 Sep 2014 09:13:36
Message: <540c5a00$1@news.povray.org>
On 03/09/2014 21:52, LanuHum wrote:
> Sorry.
> Old version configure with --disable-optimiz (standard (official) Mageia
> specfile)
> Today I edited the specfile and removed an option --disable-optimiz
> 
> %configure2_5x --with-x COMPILED_BY="LanuHum" LIBS="-lboost_system
> -lboost_thread -lboost_date_time"
> 
> 
> 
> 
Should be fixed now.

-- 
IQ of crossposters with FU: 100 / (number of groups)
IQ of crossposters without FU: 100 / (1 + number of groups)
IQ of multiposters: 100 / ( (number of groups) * (number of groups))


Post a reply to this message

From: LanuHum
Subject: Re: Le Forgeron: experiments
Date: 7 Sep 2014 11:25:01
Message: <web.540c78621d798e7f7a3e03fe0@news.povray.org>
Le_Forgeron <jgr### [at] freefr> wrote:
> On 03/09/2014 21:52, LanuHum wrote:
> > Sorry.
> > Old version configure with --disable-optimiz (standard (official) Mageia
> > specfile)
> > Today I edited the specfile and removed an option --disable-optimiz
> >
> > %configure2_5x --with-x COMPILED_BY="LanuHum" LIBS="-lboost_system
> > -lboost_thread -lboost_date_time"
> >
> >
> >
> >
> Should be fixed now.
>
> --
> IQ of crossposters with FU: 100 / (number of groups)
> IQ of crossposters without FU: 100 / (1 + number of groups)
> IQ of multiposters: 100 / ( (number of groups) * (number of groups))

Thanks! :)


Post a reply to this message

From: LanuHum
Subject: Re: Le Forgeron: experiments
Date: 10 Sep 2014 13:25:01
Message: <web.541088be1d798e7f7a3e03fe0@news.povray.org>
Mr Le_Forgeron,

I again made something so?
undeclared identifier proximity
undeclared identifier voronoi
undeclared identifier masonry
and so on


Post a reply to this message

From: Le Forgeron
Subject: Re: Le Forgeron: experiments
Date: 10 Sep 2014 13:34:18
Message: <54108b9a$1@news.povray.org>
On 10/09/2014 19:22, LanuHum wrote:
> Mr Le_Forgeron,
> 
> I again made something so?
> undeclared identifier proximity
> undeclared identifier voronoi
> undeclared identifier masonry
> and so on
> 
> 
> 
Did you build from Hgpovray branch ?
(the master branch does not have the proximity/... )


-- 
IQ of crossposters with FU: 100 / (number of groups)
IQ of crossposters without FU: 100 / (1 + number of groups)
IQ of multiposters: 100 / ( (number of groups) * (number of groups))


Post a reply to this message

From: Le Forgeron
Subject: Re: Le Forgeron: experiments
Date: 11 Sep 2014 03:53:08
Message: <541154e4@news.povray.org>
Le 10/09/2014 19:34, Le_Forgeron a écrit :
> On 10/09/2014 19:22, LanuHum wrote:
>> Mr Le_Forgeron,
>>
>> I again made something so?
>> undeclared identifier proximity
>> undeclared identifier voronoi
>> undeclared identifier masonry
>> and so on
>>
>>
>>
> Did you build from Hgpovray branch ?
> (the master branch does not have the proximity/... )
> 
> 
My bad, I did not successfully pushed in github the Hgpovray branch
(bitbucket is ok, not yet github).

And it remind me that gts_save sucks so far with big mesh... must update
its code to fix it. (well, it's just so slow... too slow!)

-- 
Just because nobody complains does not mean all parachutes are perfect.


Post a reply to this message

From: Le Forgeron
Subject: Re: Le Forgeron: experiments
Date: 11 Sep 2014 11:58:47
Message: <5411c6b7@news.povray.org>
On 11/09/2014 09:53, Le_Forgeron wrote:
> Le 10/09/2014 19:34, Le_Forgeron a écrit :
>> On 10/09/2014 19:22, LanuHum wrote:
>>> Mr Le_Forgeron,
>>>
>>> I again made something so?
>>> undeclared identifier proximity
>>> undeclared identifier voronoi
>>> undeclared identifier masonry
>>> and so on
>>>
>>>
>>>
>> Did you build from Hgpovray branch ?
>> (the master branch does not have the proximity/... )
>>
>>
> My bad, I did not successfully pushed in github the Hgpovray branch
> (bitbucket is ok, not yet github).
> 
> And it remind me that gts_save sucks so far with big mesh... must update
> its code to fix it. (well, it's just so slow... too slow!)
> 
Github now display the patch in both branches, so hopefully it should be ok.

One day, I might understand how to work cleanly with github and hg/git.
So far, tag/branch/bookmarks are just escaping me...

-- 
IQ of crossposters with FU: 100 / (number of groups)
IQ of crossposters without FU: 100 / (1 + number of groups)
IQ of multiposters: 100 / ( (number of groups) * (number of groups))


Post a reply to this message

From: LanuHum
Subject: Re: Le Forgeron: experiments
Date: 11 Sep 2014 12:55:00
Message: <web.5411d31d1d798e7f7a3e03fe0@news.povray.org>
Le_Forgeron <jgr### [at] freefr> wrote:
> On 11/09/2014 09:53, Le_Forgeron wrote:
> > Le 10/09/2014 19:34, Le_Forgeron a écrit :
> >> On 10/09/2014 19:22, LanuHum wrote:
> >>> Mr Le_Forgeron,
> >>>
> >>> I again made something so?
> >>> undeclared identifier proximity
> >>> undeclared identifier voronoi
> >>> undeclared identifier masonry
> >>> and so on
> >>>
> >>>
> >>>
> >> Did you build from Hgpovray branch ?
> >> (the master branch does not have the proximity/... )
> >>
> >>
> > My bad, I did not successfully pushed in github the Hgpovray branch
> > (bitbucket is ok, not yet github).
> >
> > And it remind me that gts_save sucks so far with big mesh... must update
> > its code to fix it. (well, it's just so slow... too slow!)
> >
> Github now display the patch in both branches, so hopefully it should be ok.
>
> One day, I might understand how to work cleanly with github and hg/git.
> So far, tag/branch/bookmarks are just escaping me...
>
> --
> IQ of crossposters with FU: 100 / (number of groups)
> IQ of crossposters without FU: 100 / (1 + number of groups)
> IQ of multiposters: 100 / ( (number of groups) * (number of groups))

I understood nothing. What is bitbucket is ok?
I began this subject being guided by this address
http://wiki.povray.org/content/User:Le_Forgeron

Additional cameras, pigments and so on are interesting to me.
But, I was fond of copying of the exporter to use nodes. It took away from me
time to study your work very in detail.
When work on the exporter ends, I will try to finish animation which we did, but
didn't order:
http://www.youtube.com/watch?v=07E2eejYjRM&feature=youtu.be
For a render Blender Internal Render was used.
Now I want to use Povray, and to show its advantages in creation of animation in
comparison with Blender Internal and Cycles
Your brick (masonry) would be necessary for me for walls,
proximity pattern can also be applied. :)


Post a reply to this message

From: LanuHum
Subject: Re: Le Forgeron: experiments
Date: 17 Mar 2016 11:30:00
Message: <web.56eacc5f1d798e7f7a3e03fe0@news.povray.org>
Interestingly.
Why this operation wasn't included into the official version?
The person worked in vain (in vain)?
These are very good tools. I saved the source code for a patch. I can use it,
but other users can't use it.
You say that you have no time, but you use time and you throw out a code in a
dustbin.
In what problem? There are more than 20 cameras which the user doesn't know.
Where proximity pattern? Where tessel, tesselate, bend, voronoi, masonry???
Now include it in the official version!!! There are no problems for this
purpose!
:) :) :)


Post a reply to this message

From: LanuHum
Subject: Re: Le Forgeron: experiments
Date: 3 Apr 2016 10:15:01
Message: <web.570125351d798e7f7a3e03fe0@news.povray.org>
The hgpovray connection with the Blender continues.

There is an error: camera type "platecarree"
https://bitbucket.org/LeForgeron/povray/wiki/Camera

Here it is written correctly: camera type "plate_carree"
http://wiki.povray.org/content/User:Le_Forgeron#plate_carree

camera {
    plate_carree  // NOT platecarree
}


Post a reply to this message

From: LanuHum
Subject: Re: Le Forgeron: experiments
Date: 3 Apr 2016 15:45:00
Message: <web.570171b51d798e7f7a3e03fe0@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> The hgpovray connection with the Blender continues.
>
> There is an error: camera type "platecarree"
> https://bitbucket.org/LeForgeron/povray/wiki/Camera
>
> Here it is written correctly: camera type "plate_carree"
> http://wiki.povray.org/content/User:Le_Forgeron#plate_carree
>
> camera {
>     plate_carree  // NOT platecarree
> }

Le Forgeron example:
camera
{ stereo distance (26)
parallaxe atan2(13,300)
location -300*z
right image_width/image_height*x
direction z
up y
angle 15
}

My exporter:
camera {
    stereo distance (???) //It is calculated the exporter or is declared by the
user?
    parallaxe atan2(???,???) //It is calculated the exporter or is declared by
the user?
    location  <0,0,0>
    look_at  <0,0,-1>
    right <-1.7777777777777777, 0, 0>
    up <0, 1, 0>
    angle  49.134343
    rotate  <-27.098163, 46.688390, -0.903519>
    translate <7.481132, 5.343666, 6.507640>
}


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

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