Page 5 of 5

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Wed Jan 11, 2017 7:39 pm
by nmeau
Nothing wrong with single-sided walls in large, complex arch viz models. Even if the walls are thick, some lighting features may be single side and if so will be "leaky" on GPU. In any case, I'm sure our devs will want to fix this issue in due course.

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Tue Jan 17, 2017 3:47 am
by walnist
Oscar J wrote:From your log file it seems you have a "phong_nonbasic_8659449695711977334" material. Not sure what that is? It does build the material, but you see that the CL_OUT_OF_RESOURCES message happens just as it's about to optimise the material code for that material.

Oren Nayar materials definitely works using GPU, so I doubt that's the actual problem here. Try the Reinhard option and see if the render remains black.
Any idea why this bump mapping shader on a Phong material does not work on GPU/OpenCL:

<bump>
<shader>
<shader><![CDATA[def eval() real :
fbm(getTexCoords(0) * 6.7 , 3 ) * 0.0002]]></shader>
</shader>
</bump>

Thanks,

EDIT: this shader *does work* in CPU mode

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Wed Jan 25, 2017 4:32 am
by OriginalplanĀ®
[BUG] OSX
I keep getting crashes on Mat preview reference object change when editing mats over a certain period of time.
: (((

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Wed Jan 25, 2017 5:43 am
by Oscar J
OriginalplanĀ® wrote:[BUG] OSX
I keep getting crashes on Mat preview reference object change when editing mats over a certain period of time.
: (((
Me too. Mainly when switching material types.

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Wed Feb 01, 2017 3:42 am
by Jay-ko
Hello there,

I notice that far we are from the center of the universe, more the accuracy have lacks.
Is it possible to have a "Double precision mesh" like in other render engines?

Do you know when can we expect a stable version for this fabulous version 4?

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Thu Feb 02, 2017 2:02 pm
by mriedel
I am experiencing an "echo" or "blurring" or "smearing" of certain materials when rendering with OpenCL. Please see the images below. Both are from the same igs file: one generated from a render with OpenCL, the other without OpenCL.
with-open-cl.png
without-open-cl.png
Here is the scene: http://cctbio.ece.umn.edu/files/tree-spruces.pigs

I'm using Indigo Renderer 4.0.47. The scene was generated from Sketchup with Skindigo 3.8.37. I can confirm that this blurring occurs with OpenCL renders on both of the following platforms:
- Mac OS Sierra 10.2 on a MacBook Pro with an AMD Radeon R9 GPU
and
- Linux Ubuntu 16.04.1 LTS on a Lenovo Thinkserver TS 140 with a GeForce GTX 1080 GPU

It seems to occur with very dense geometry, on materials with transparency.

--Marc

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Thu Feb 02, 2017 11:37 pm
by contegufo
Strange problems?

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Fri Feb 03, 2017 12:10 am
by Oscar J
Not strange, too little smoothing of your mesh.

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Fri Feb 03, 2017 3:03 am
by Jay-ko
Then, you can try to smooth the mesh directly by using:
  • subdivide
  • normal_smoothing

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Fri Feb 03, 2017 3:24 am
by Oscar J
Jay-ko wrote:Then, you can try to smooth the mesh directly by using:
  • subdivide
  • normal_smoothing
Huh?

Smoothing is done by enabling Subdivision smoothing and setting a Num smoothings value, under the Mesh settings.

Re: Indigo Renderer 4.0.47 Beta Release

Posted: Fri Feb 03, 2017 3:25 am
by Oscar J
mriedel wrote:I am experiencing an "echo" or "blurring" or "smearing" of certain materials when rendering with OpenCL. Please see the images below. Both are from the same igs file: one generated from a render with OpenCL, the other without OpenCL.
with-open-cl.png
without-open-cl.png
Here is the scene: http://cctbio.ece.umn.edu/files/tree-spruces.pigs

I'm using Indigo Renderer 4.0.47. The scene was generated from Sketchup with Skindigo 3.8.37. I can confirm that this blurring occurs with OpenCL renders on both of the following platforms:
- Mac OS Sierra 10.2 on a MacBook Pro with an AMD Radeon R9 GPU
and
- Linux Ubuntu 16.04.1 LTS on a Lenovo Thinkserver TS 140 with a GeForce GTX 1080 GPU

It seems to occur with very dense geometry, on materials with transparency.

--Marc
Those are well known ray depth problems with GPU.