Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - soso

Pages: 1 2 [3] 4 5
31
[Max] Daily Builds / Re: Daily builds version 3
« on: 2018-10-22, 08:05:09 »
Does anyone notice, CoronaRoundEdges in CR 3 RC1 gives an ugly result? Even the legacy checkbox doesn't help...
It also always crashed when interactive rendering with frame buffer, edit any settings in BerconWood, then press "ctrl + z"

33
General CG Discussion / Re: Nvidia real-time raytracing
« on: 2018-08-20, 06:34:33 »
Yeah, I was not referring to project Lavina. What I meant was this video ->
I don't think they using hybrid GPU rendering in thad video (GPU+RTcore+Tensor core). Maybe It's just using RT core only. I'm not sure. And I don't know how effective this experimental V-Ray GPU build with a pre-release Quadro RTX 6000 and driver. If you compare it to Unreal RTX video, they are using hybrid rendering (GPU+RTcore+Tensor core). I'm not sure too if maybe unreal engine build itself in the RTX video, is better than 3ds Max & vray for realtime ray tracing capability.

Well just wait the RTX news from other GPU renderer too tho.

34
General CG Discussion / Re: Nvidia real-time raytracing
« on: 2018-08-18, 13:54:06 »
Thanks for the info (probably from videocardz, right?) but at this point I don't think anybody from Nvidia confirmed that the NVLink on the Geforce RTX line will actually be enabled. I mean it sure looks that way but I guess we'll have 100% confirmation on Monday. Don't want it to be just a PCB tongue that does nothing. Exciting times for sure though!
No, it's from a chinese guy some days ago. Well, just wait until monday tho...


As for the ray-tracing on the GPU in games... From my understanding, yeah, you can do partial ray-tracing which is what the DXR / RTX do. You can trace reflections, maybe a couple of light bounces but its still fairly crude compared to an offline renderer. Like really crude. So I politely need to disagree with you on that.
Sorry, my previous comment is wrong. I already edit that. Yeah, the quality from real time path tracing from unreal isn't good enough if we compare it with the raytraced CPU render quality (offline render). But now, they support the real time raytracing using RTX GPU (Hybrid rendering using GPU, RT core & tensor core).


Yes, pathtracing on the GPU is being done since they went the whole GPGPU route. That said, even today, even in the Quadro 6000 offline renderer demos it still is not real time - you still get noise, you still need to wait for things to clear up.
Do you mean this video?
http://www.cgchannel.com/2018/08/video-chaos-groups-neat-new-real-time-ray-tracing-tech/

It's pure ray tracing, not path tracing and realtime not offline render. They said:
Quote
This video is a screen capture of one of several demos being presented using standard vrscenes exported from 3ds Max and Maya. It has Project Lavina running on a Lenovo ThinkStation P920 workstation with a single Quadro RTX 6000 for its GPU. Everything you see is purely ray traced and runs at real-time frame rates at HD resolution. The materials and lighting are direct conversions from the vrscene, and we’re enabling one bounce of global illumination.

In the youtube, they said:
Quote
You’re looking at over 300 billion triangles, rendering in HD at 24-30 frames per second – in real-time, with no loss in detail.
It doesn't mean offline render. They said "screen capture", it can be done using Bandicam or etc. The settings is using 720p, and it gets 24-30 fps in realtime, with over 300 billion triangles on that scene. It using real-time Chaos denoiser written in HLSL that also allows it to run on almost any GPU. Btw, they just enabling one bounce of global illumination.

If you compare it to "SIGGRAPH 2018 - NVIDIA CEO Jensen Huang - Reinventing Computer Graphics" video, they are using real time hybrid rendering (GPU, RT core & tensor core) in Unreal. The realtime denoiser is used using tensor core. Here's the explaination in the cornell box realtime render:
00:36:47.092 - 00:46:34.572

35
General CG Discussion / Re: Nvidia real-time raytracing
« on: 2018-08-17, 15:54:04 »
Or Chaos group could buy out the FStorm dev. Could you imagine what he could do with their resources and team behind him?
Then the FStorm guy resign, and make his renderer again based on Chaos source code  :))

36
General CG Discussion / Re: Nvidia real-time raytracing
« on: 2018-08-17, 15:25:41 »
I've been keeping tabs on the rumor mill for the new RTX series and what excites me the most at this point is that it I've read quite a couple of rumors that say that even the Geforce cards will have a NVLink connector. If it works then that means we'll effectively be able to double the RAM by going multi-gpu (afaik it works only in 1+1 mode so with an 8gb baseline card you'd get 16gb of VRAM if you slot more of them).

Here, if you wanna see more:

Titan RTX      12G  nvlink 2x
RTX 2080 ti   11G  nvlink 2x
RTX 2080        8G  nvlink 1x
RTX 2070        8G  nvlink 1x
GTX 2060       6G  nvlink no


@soso
As for you comment about nvidia predicting stuff... Theatrical marketing promos sure do predict a lot but the actual reality is sometimes not quite as clear cut as most companies would like to admit. Just remember that real time raytracing was about to breakthrough in like the early 2000s, or was it the 90s? We still aren't quite there are we? :)

Maybe path tracing using GPU that you mean in 2000. The real time path tracing using GPU is an old news. It can be done a long time ago before turing. But, for ray tracing, it's so complex to do that, more than just using a CPU. Like Arnold render GPU, they even already have the prototype in 2014:
http://www.cgchannel.com/2014/08/solid-angle-to-preview-gpu-based-version-of-arnold/

But, why don't they just finished and sell it in 2015-2016? Why it take so long to release it? That's because of the limitation in the GPU to computing some complex things, like reflection, GI, caustics, etc. It need to be "faked", or need to make some "magic" code to do that.

But, if you just need a path tracing for your scene using unreal engine, you can do it so fast, but it still have those limitations. You need to "fake" them to hide the limitation on the GPU.

I think it's better to start the GPU render project now, than it's too late later, and nothing can be done to compete the other GPU render engine. No offense guys :)

37
General CG Discussion / Re: Nvidia real-time raytracing
« on: 2018-08-17, 08:06:11 »
From what I watch in:

Are GPUs generally more powerful than CPUs at parsing C++ source files? I wouldn't be so sure about that.
I'm not a developer. I'm just an artist. But, can it be done in hybrid (CPU+GPU+Tensor core) way ?

New generation of hybrid rendering
00:33:37.936

What about this:
https://developer.nvidia.com/how-to-cuda-c-cpp
https://developer.nvidia.com/gpu-accelerated-libraries

What exactly does "ray" mean in this context? Is it just computing a single ray-triangle or ray-box intersection? Is is traversing the whole scene and finding out which primitive did the ray hit? Does it also include shading the hit, evaluating all the maps, etc.? Is this just for coherent primary rays, or are the numbers still the same for the wildly incoherent secondary rays? You're comparing two sets of numbers which can mean very different things.
I think yes, it really has the CPU ray tracing capability, according to Jensen Huang. Watch from:
00:29:39.616 - 00:30:53.620

That's why they research the RT core since ten years ago.

Please watch the cornell box from this to see the the CPU capability with this RTX:
00:36:47.092 - 00:46:34.572



4 x Tesla v100 ($60,000) = 5 rays per pixel -> reflection, area lights, dynamic area lights, soft shadows.
00:20:59.000

1 x Quadro RTX ($10,000) = 10 Giga rays per second (from RT core)

Ad speculation about 2080 - I'm not following the news, are future consumer GPUs supposed to feature the tensor cores, or are these just a quadro feature?
I think yes, like the Tesla V100 and Titan V (both are volta architecture). Both have tensor cores. I think it applied to the Geforce RTX too.


Btw, here's the realtime ray tracing capability from the RTX GPUs:

Realtime ray tracing "Porsche car"
00:52:56.689

Realtime ray tracing "Dancing Robot"
01:20:57.423

38
General CG Discussion / Re: Nvidia real-time raytracing
« on: 2018-08-17, 02:24:02 »
Do you know I'm just messing around with the Corona team to wake 'em up. And I hope they are aware of it. Look at this:
http://www.cgchannel.com/2018/08/video-chaos-groups-neat-new-real-time-ray-tracing-tech/

I guess that I don't really have to mention that we knew about project Lavina before this blog post went public, right? ;)
I mean, to tell you that with this new invention, CPU render is not interesting anymore, maybe in 1 year later from now. Who knows? And people will try, or even switch their pipeline to GPU related render engine. Nvidia is already predicts it since some years ago, that GPU is the future for Film/CG/DCC/Design/Visualization industry. That's why they increase the VRAM in Quadro and Tesla like crazy, more than their gaming GPU (Geforce). Then, they add the Tensor core and RT core in their new GPUs.

Quadro RTX has 48 GB GDDR6
RTX 2080     has   8 GB GDDR6
RTX 2080 Ti has 11 GB GDDR6

Btw, according to the leak, the next Geforce RTX will have tensor core, and support NVLINK.

39
General CG Discussion / Re: Nvidia real-time raytracing
« on: 2018-08-16, 10:33:55 »
Watch here:

Arnold render (GPU) with RTX at 0:35

Arnold render with Threadripper 2990WX 32 Core at 5:10

40
Please integrate this in the future version of Corona !!!
This can give us a huge leap in the performance with the new Nvidia GPUs :)

More details:
https://forum.corona-renderer.com/index.php?topic=21433.0

41
General CG Discussion / Re: Nvidia real-time raytracing
« on: 2018-08-15, 04:16:21 »
"the GPU has much more powerful CPU (RT Cores) than the most powerful CPU's this days."

Are you sure? I mean, in real scene, in "normal" office?
Now we have 32 Core CPU (1700 euro). And, next year, maybe 64 single Core CPU
Do you know that the new Quadro with 48 GB price is 10.000 euro!?

Yes, I'm sure. Here:

Single Quadro RTX 8000                                              =        10.000.000.000     rays per second ($10,000)
Single Quadro RTX 5000                                              =          6.000.000.000     rays per second ($  2,300)
Single GeForce RTX 2080                                            =          8.000.000.000     rays per second ($     699)
Single Threadripper 2990WX 32-Core Processor  =                13.024.100      rays per second ($  1,799)

Source:
https://cdn.wccftech.com/wp-content/uploads/2018/08/NVIDIA-Turing-RTX-Die-Breakup.png
https://corona-renderer.com/benchmark/cpu/AMD%20Ryzen%20Threadripper%202990WX

Btw, the "AMD Ryzen Threadripper 2990WX 32-Core Processor (×4)" is only 1 CPU, not 4 CPUs. Look at the cores/threads count. "(×4)" is the die count in the 2990WX CPU itself (4 dies). To corona team, please fix this benchmark or update it to the recent version of Corona ;)


And you need a specific software written to this architecture.
You cannot simple switch from CPU to GPU.
Also all our plug-ins must be converted etc...
Maybe in 10 years all rendering engines (also Corona) will run on GPU with RTX technology.
But, now, it's only a preview. It's like "look at the direction we are going". Only very big company can buy these card.
And you need a specific software.
Do you know I'm just messing around with the Corona team to wake 'em up. And I hope they are aware of it. Look at this:
http://www.cgchannel.com/2018/08/video-chaos-groups-neat-new-real-time-ray-tracing-tech/

I think many render engines will really implement it in the next 1-2 years from now. And I don't wanna see this amazing render engine left behind with another render engines. You know, this days, the technology is growing more faster than we expected. Thanks to Nvidia technology, AMD VS Intel, and AI (Artificial Intelligence).

NOTE: GPU is the future, not the CPU anymore like in the Skynet Terminator's brain, if you know what i mean ;)

42
General CG Discussion / Nvidia real-time raytracing
« on: 2018-08-14, 13:51:00 »
Guys, here's the new Nvidia Quadro RTX (Real time ray tracing) GPU:
https://www.ustream.tv/NVIDIA

In other words, the GPU has much more powerful CPU (RT Cores) than the most powerful CPU's this days. Btw, the next Nvidia Geforce will launch with the ray tracing capability like CPU:
https://wccftech.com/nvidia-geforce-rtx-graphics-card-turing-launch/

And I just wondering, could it work with the CPU render engine like Corona? (because it has CPU capability now, not just rasterization)

43
Sketchup +1

44
[Max] Daily Builds / Re: Daily builds version 2
« on: 2018-03-23, 16:16:47 »
Sorry, day 1 is not happening as we were a bit delayed because it's currently flu season here. We're preparing a new 2019-enabled build of 1.7. Please let our monkeys developers and testers have some fun with breaking the new build before we release it on monday :)
Got it! Nice! Since I'm using v1.7.3 for my main render, not the daily builds :)

45
[Max] Daily Builds / Re: Daily builds version 2
« on: 2018-03-23, 12:04:16 »
Corona was listed as one of the many partners that committed to deliver day1 updates for max19 according to autodesk, so one can only hope that actually happens :D  would be amazing if we didn't have to wait weeks and months for new releases to be production ready like previous years. I understand its a big task with so many companies and plugins etc, but nothing worse than having a new toy that you can't play with because it didn't come with batteries ;)
So do Vray... They already released for max 2019 yesterday! I think corona team might working on it and release it soon :)

Pages: 1 2 [3] 4 5