1 / 6

FluidDiagrams

FluidDiagrams. Framework for 3D/2D Visualisations in JavaScript Developed in TypeScript -> Compiled to JavaScript. Adding own elements. TypeScript : class JSONParser extends FDParser { public parse() { … } } JavaScript fd = new FluidDiagrams (true );

obelia
Download Presentation

FluidDiagrams

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. FluidDiagrams • Framework for 3D/2D Visualisations in JavaScript • Developed in TypeScript -> Compiledto JavaScript

  2. Addingownelements • TypeScript: class JSONParser extends FDParser{ public parse() { … } } • JavaScript fd= new FluidDiagrams(true); varfactory = fd.getParserFactory(); varparser = factory.getParserEmpty(); parser.parse= function () { … }

  3. Scene Graph • Each element in a 3D scene is positioned within a Scene Graph. (Hierarchy of Geometry) • Transformations always relative to Parent

  4. In FluidDiagrams • Hierarchies: • Tabular Data:

  5. Scene Graph

More Related