Presentation is loading. Please wait.

Presentation is loading. Please wait.

V-Ray Application SDK for Node

Similar presentations


Presentation on theme: "V-Ray Application SDK for Node"— Presentation transcript:

1 V-Ray Application SDK for Node
V-Ray Application SDK for Node.js Interactive ray-tracing in web browser. var presentation = { speaker: 'Boris Simandoff', title: 'Product Manager', company: 'Chaos Group', }

2 function agenda() { } Introduction to Chaos Group V-Ray
V-Ray Application SDK V-Ray for Node.js Demos Distributed Cloud Rendering Q&A }

3 Introduction to V-Ray Chaos Group develops software for complex 3D visualizations Established 1997, 100+ employees, 250 partners Award from the President of Republic of Bulgaria “Most innovative company for 2012 V-Ray is Industry Standard 3D Renderer More than 40k users V-Ray for 3D Studio MAX, Maya, Rhino, SketchUp, Softimage V-Ray Standalone Application SDK for C++/Java/.Net/Node/Python

4 V-Ray Chaos Group Slide Show

5 V-Ray Application SDK SDK for ray-tracing based on V-Ray Engine
Rendering in RT CPU, RT GPU or Production mode Simple and easy to use classes and methods Strongly typed structures/classes in Java and C# Support for V-Ray scenes files Distributed rendering Ability to render image in-process and out-of-process Attach slave servers on the fly

6 V-Ray Application SDK (cont.)
SDK for C++ / Java / .Net / Node / Python Start, stop rendering process, wait for image changes (strong typed events) Ability to manipulate (set, get) any of the rendering settings/options

7 V-Ray for Node.js Native binding developed for Node
Completely asynchronous Dynamic plugins Super fast image compression (webp, turbo-jpeg, png) VRayRenderer, VRayImage, VRayServer

8 V-Ray for Node.js (cont.)
var r = require('vray').VRayRenderer(); r.load('car.vrscene', function(err) { err && throw err; r.render(); r.waitForImageReady(6 * 1000, function() { var img = r.getImage(); img.saveToFile('car.png', r.close); });

9 Demo V-Ray for Node.js

10 Distributed Cloud Rendering
Multi-user support Online Team collaboration Fast automatic scenes and assets distribution Intelligent load balanced distributed rendering Decoupled fault tolerant network infrastructure Extremely fast and easy horizontal scale Elastic scaling in the cloud Powerful middle-ware API for easy integration

11 Demo – V-Ray Beehive

12 Expect very soon: SharePoint Saturday!
Saturday, June 8, 2013 Same familiar format – 1 day filled with sessions focused on SharePoint technologies Best SharePoint professionals in the region Registrations will be open next week (15th)!

13 Thanks to our Sponsors:
Diamond Sponsor: Platinum Sponsors: Gold Sponsors: Swag Sponsors: Media Partners:

14 Q&A


Download ppt "V-Ray Application SDK for Node"

Similar presentations


Ads by Google