[vtk-developers] Renderman Announces new pricing policy

Bill Lorensen bill.lorensen at gmail.com
Mon Mar 2 15:37:05 EST 2015


Ooops... Here is the source and cmake file:


On Mon, Mar 2, 2015 at 3:35 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> Dave,
>
> I was able to create this image dented.tif
> which very similar to an image I created years ago:
> http://web.archive.org/web/19970630025047/http://www.crd.ge.com/~lorensen/vtkrib/
>
> I had to hand edit the .rib file. I need to update the RIB exporter.
> Don't waste time on this until I fix the RIB exporter and property.
>
> It is encouraging since that example uses a shader that I wrote.
>
> I also attached the c++ code that almost produced a good rib file.
>
> Bill
>
>
> On Mon, Mar 2, 2015 at 11:40 AM, David E DeMarle
> <dave.demarle at kitware.com> wrote:
>> I'll let you know when I get past the black screen rendered with VTK
>> cells.py's cells.rib file.
>>
>>
>> David E DeMarle
>> Kitware, Inc.
>> R&D Engineer
>> 21 Corporate Drive
>> Clifton Park, NY 12065-8662
>> Phone: 518-881-4909
>>
>> On Mon, Mar 2, 2015 at 11:34 AM, Bill Lorensen <bill.lorensen at gmail.com>
>> wrote:
>>>
>>> I'll take a look.
>>>
>>> Thanks,
>>>
>>> Bill
>>>
>>>
>>> On Mon, Mar 2, 2015 at 11:30 AM, David E DeMarle
>>> <dave.demarle at kitware.com> wrote:
>>> > There is also the pixie project, a high quality rendering engine that
>>> > accepts RIB input.
>>> > http://www.renderpixie.com
>>> > seems to compile and run easily enough.
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > David E DeMarle
>>> > Kitware, Inc.
>>> > R&D Engineer
>>> > 21 Corporate Drive
>>> > Clifton Park, NY 12065-8662
>>> > Phone: 518-881-4909
>>> >
>>> > On Fri, May 30, 2014 at 5:08 PM, Bill Lorensen <bill.lorensen at gmail.com>
>>> > wrote:
>>> >>
>>> >> Folks,
>>> >>
>>> >> Mike Halle referred me to this article regarding RenderMan:
>>> >> http://renderman.pixar.com/view/non-commercial
>>> >>
>>> >> Many years ago, I wrote the vtkRIBExporter that produces RenderMan
>>> >> files. At that time, there was a free package BMRT that accepted
>>> >> RenderMan files and created high quality renderings from VTK models.
>>> >> In fact, almost all of the images in the VTK book centerfold plates
>>> >> were produced using vtkRIBExporter and BMRT.
>>> >>
>>> >> The new free license has commercial restrictions, but they seem
>>> >> lenient unless you want to sell your animations.
>>> >>
>>> >> I've requested a free license. I'll keep the group informed...
>>> >>
>>> >> Bill
>>> >> _______________________________________________
>>> >> Powered by www.kitware.com
>>> >>
>>> >> Visit other Kitware open-source projects at
>>> >> http://www.kitware.com/opensource/opensource.html
>>> >>
>>> >> Follow this link to subscribe/unsubscribe:
>>> >> http://www.vtk.org/mailman/listinfo/vtk-developers
>>> >>
>>> >
>>>
>>>
>>>
>>> --
>>> Unpaid intern in BillsBasement at noware dot com
>>
>>
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com



-- 
Unpaid intern in BillsBasement at noware dot com
-------------- next part --------------
cmake_minimum_required(VERSION 2.8)
 
PROJECT(dented)
 
find_package(VTK REQUIRED)
include(${VTK_USE_FILE})
 
add_executable(dented MACOSX_BUNDLE dented)
 
target_link_libraries(dented ${VTK_LIBRARIES})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dented.cxx
Type: text/x-c++src
Size: 3716 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20150302/6239a858/attachment-0001.cxx>


More information about the vtk-developers mailing list