Page 1 of 1

WebGL 3D renderer extension / Three.js

Posted: Mon Nov 13, 2017 11:39 am
by rkmore
I have created a first cut at a 3D renderer extension that wraps Three.js and uses WebGL.

Those familiar with WPF Viewport3D will see that the models and camera classes are designed using the same class structure and conventions as that library ( Model3DGroup, MeshGeometry3D, DiffuseMaterial, GeometryModel3D, etc. ) so existing Viewport3D code should port with relative ease.

You can download the source and some examples here....
CSHTML5.Extensions.ThreeJS..zip
(357.62 KiB) Downloaded 690 times


This is an absolutely minimal implementation. If anyone is interested in helping flesh it out please feel free.

RKM

Re: WebGL 3D renderer extension

Posted: Tue Nov 14, 2017 12:58 am
by JS-Support @Userware
Wow, this is awesome!!!

Thanks a lot for sharing it!

it works great! (just tested on Chrome 61, Firefox 56 and IE11)

Re: WebGL 3D renderer extension

Posted: Mon Nov 20, 2017 8:48 pm
by TaterJuice
Super Awesome Fun Time

Thanks, rkmore!