Turn the page

Re: Turn the page

Postby ikam » Sunday, 01.March 2015, 08:34

Is it what I'm thinking about actually. I didn't choose yet how to manage materials.
wz4 modular material idea is nice and enough modular. or maybe use similary materials nodes editor (but with operators stack) like in unreal or blender, even more modular but I found it more difficult to use and need more time and effort to build a material, or prebuil-materials mixer but it is less modular but easier to use... what is certain is that there will be a code editor to manually write and edit shaders (like the custom material in wz4).
any idea ?
ikam
Operator
Operator
 
Posts: 911
Joined: Friday, 14.October 2011, 13:00
Location: France

Re: Turn the page

Postby CybeREX » Sunday, 01.March 2015, 09:23

If it don't take enough time, I prefer two options.
Something like mega material operator (basic options for diffuse, normal map, specular, and shading options/alpha channels) mean all in one.
And modular material if we need create something advanced and complex.
PS. Just Idea
CybeREX
Demomaker
Demomaker
 
Posts: 154
Joined: Thursday, 03.April 2014, 07:44

Re: Turn the page

Postby Skinnytorus » Sunday, 01.March 2015, 09:46

As for me, I like the idea of wz4 material. For what it's worth, building stacks is a modular approach as such. The problem is to ensure quick and flexible connectivity. Ability to drive any parameter by any other parameter is so tempting... ;). Anyway, guys... My idea is to stack operators with default connections but be able to drive operator parameters by any parameter in any operator connected to the stack. This is pretty much close to using global variables in wz4.

Implementing a node editor, being kinda trendy on its own, is not a bad idea, but thus we are breaking the idea of wz4 modularity. A much more feasible thing imho would be to find a way to group operators into compounds (groups) with ability to publish inputs and outputs, which then could be used as a preset.
Skinnytorus
Operator
Operator
 
Posts: 1300
Joined: Monday, 06.February 2012, 17:46

Re: Turn the page

Postby ikam » Sunday, 01.March 2015, 18:22

Yes you're both right.

To resume multiple systems is probably the ideal solution :

- a single mega material for quick and basic design. A single operator that do the trick.
- a modular system to compose custom and advanced materials.
- and a manual code editor for programmers to write materials from scratch or just edit parts of a previous builded modular material an give full flexibility.

I already thought to a group operators system as presets and i like the idea, this is something I will probably work on (a bit like in houdini if you already test it) and not only for materials but for others operators family too.

Skinny : what I don't fully understand in your idea is : "be able to drive operator parameters by any parameter in any operator connected to the stack." Do you mean a a kind of convenient system where you can specify which parameter in which operator to export as global parameter so that it can be reused in a 'final' operator that imports all theses parameters to give the ability to drive them in a single place to avoid to go back in the operator tree ?
ikam
Operator
Operator
 
Posts: 911
Joined: Friday, 14.October 2011, 13:00
Location: France

Re: Turn the page

Postby Skinnytorus » Sunday, 01.March 2015, 19:21

- a single mega material for quick and basic design. A single operator that do the trick.
- a modular system to compose custom and advanced materials.
- and a manual code editor for programmers to write materials from scratch or just edit parts of a previous builded modular material an give full flexibility.

Good. If it's not too much pain in the ass ;)

I already thought to a group operators system as presets and i like the idea, this is something I will probably work on (a bit like in houdini if you already test it) and not only for materials but for others operators family too.

Awesome! :)

Skinny : what I don't fully understand in your idea is : "be able to drive operator parameters by any parameter in any operator connected to the stack." Do you mean a a kind of convenient system where you can specify which parameter in which operator to export as global parameter so that it can be reused in a 'final' operator that imports all theses parameters to give the ability to drive them in a single place to avoid to go back in the operator tree ?


Exactly. And it would be cool if the links were dynamic (driven values change during animation). Also, a good idea might be to make available such globals as free camera attributes (pos, angle, target, etc.).
Skinnytorus
Operator
Operator
 
Posts: 1300
Joined: Monday, 06.February 2012, 17:46

Re: Turn the page

Postby CybeREX » Monday, 02.March 2015, 07:01

just my 5 cent - I prefer more wz4/wz1 like style than connecting with arrows.

For me stacked operators looks better
CybeREX
Demomaker
Demomaker
 
Posts: 154
Joined: Thursday, 03.April 2014, 07:44

Re: Turn the page

Postby ikam » Monday, 02.March 2015, 07:38

yes It is was implied. All is done with the stack operator mechanism. :)
ikam
Operator
Operator
 
Posts: 911
Joined: Friday, 14.October 2011, 13:00
Location: France

Re: Turn the page

Postby CybeREX » Wednesday, 11.March 2015, 07:14

Little offtopic.
I just upgrade my old video card from Radeon HD 4650 512MB to Asus GeForce GTX 660 Ti DC2O-2GD5

Image
Image
Image

Test render from my blender file on CPU was around 10 minutes (cycles render) :(
With using this new monster with CUDA in blender and switch to GPU hardware render same scene was 1 minute :D

(1280x720 resolution of the image render)

in 3d mark 06 points raised up from 4500 to around 20.000 :)

I just happy now)
CybeREX
Demomaker
Demomaker
 
Posts: 154
Joined: Thursday, 03.April 2014, 07:44

Re: Turn the page

Postby Skinnytorus » Wednesday, 11.March 2015, 10:15

Good for you, man. Welcome to CUDA world ;) I've been using nvidia cards since long long ago by now. And I love blender too. Can't wait until they optimize Cycles GPU volumetrics rendering routines. Too much noise this far...
Skinnytorus
Operator
Operator
 
Posts: 1300
Joined: Monday, 06.February 2012, 17:46

Re: Turn the page

Postby CybeREX » Thursday, 12.March 2015, 18:30

I just find this short demo on pouet
Image

I surprised, that it was made on unity :D
File Size are big for short one scene, but it's much smaller than in UDK stand alone player :D
Need to try unity engine)

And you can run demo direct from url website and go to full screen!
This is very nice feature for demo collectors site. Or portfolio, or demogroup site
CybeREX
Demomaker
Demomaker
 
Posts: 154
Joined: Thursday, 03.April 2014, 07:44

Re: Turn the page

Postby Skinnytorus » Saturday, 14.March 2015, 07:29

Yeah. The demo is stylish, but it's just one scene and all the shaders seem to be written from scratch.
Imo, neither Unity nor UE is able to become a decent demo tool. It's just a different workflow. ;)
Skinnytorus
Operator
Operator
 
Posts: 1300
Joined: Monday, 06.February 2012, 17:46

Re: Turn the page

Postby ikam » Wednesday, 18.March 2015, 08:51

I'm agree. I've played a bit with these engines (and others like) they are great and have pretty powerfull render and cool features but they not well designed for a demo workflow and are generally too heavy for simple stuff. In fact I never found any good alternative to wz and I don't think it exists (demo animation workflow, realtime 3d rendering, lightweight, highly customizable)... It's a bit why I deciced to code my own, there is no tool, so do it.
ikam
Operator
Operator
 
Posts: 911
Joined: Friday, 14.October 2011, 13:00
Location: France

Re: Turn the page

Postby Skinnytorus » Wednesday, 18.March 2015, 09:24

Any news on your project?
Skinnytorus
Operator
Operator
 
Posts: 1300
Joined: Monday, 06.February 2012, 17:46

Re: Turn the page

Postby ikam » Wednesday, 18.March 2015, 12:43

Still working on the render engine.
and finished the wz4 plugin to use wz4 bitmaps and meshes.

shot.png
ikam
Operator
Operator
 
Posts: 911
Joined: Friday, 14.October 2011, 13:00
Location: France

Re: Turn the page

Postby Skinnytorus » Wednesday, 18.March 2015, 13:05

Good. I just can't wait for the time the proto becomes available :))
Skinnytorus
Operator
Operator
 
Posts: 1300
Joined: Monday, 06.February 2012, 17:46


Return to Announcements



Who is online

Users browsing this forum: No registered users and 5 guests

cron