forked from x3dom/x3dom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASENOTES.rst
383 lines (300 loc) · 16.6 KB
/
RELEASENOTES.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
.. _releasenotes:
Release notes
=============
Version 1.7
-----------
* CommonSurfaceShader now also supports object-space normal maps (in addition to already available tangent-space normal maps)
* If a viewpoint gets transformed, its center of rotation now gets transformed accordingly (thanks to Andreas Plesch, Harvard University).
* Improvements in geospatial components (support for easting_first, thanks to Andreas Plesch, Harvard University).
* ExternalGeometry node now has a multi-field for the data URL (of type MFString), multiple URLs can be specified as fallback.
This is fully backwards compatible with old scenes that specify only a single string.
* alphaClipThreshold attribute to adapt the threshold for X3DOM's alpha test (for textures with transparency)
* Basic TriangleSet implementation (thanks to Yvonne Jung, Fulda University of Applied Sciences)
* Runtime documentation made available
* New tutorial about runtime configuration
* New tutorial about the experimental SSAO implementation
* Some smaller documentation updates
* Several fixes (thanks to Ander Arbelaiz, Andreas Plesch and Yvonne Jung)
Version 1.6
-----------
Most important Changes:
* A completely new documentation portal, available via the link from www.x3dom.org and directly via doc.x3dom.org
* Extensive node API documentation resources, including detailed information about all nodes and fields
* A lot of great, new tutorials, along with a brand-new "Getting Started" guide
* A first version of the new x3dom examples portal, available at examples.x3dom.org
* All former examples from the x3dom repository can now be found at this central example page
* A fresh re-design of the examples page will be available in the near future
* Automated nightly testing suite for improved stability and qualitiy assurance, available at testing.x3dom.org
* Testing for Chrome and Firefox (Windows 8)
* Regression test suite, based on script result evaluation and explicit screenshot comparisons
* Automation and documentation (timeline) for testing process
* New DOM field interface for more efficient field access, using getFieldValue / setFieldValue and requestFieldRef / releaseFieldRef (documentation: doc.x3dom.org/author/index.html)
* New onoutputchange event, for easy handling of ROUTE output in JavaScript
* can be installed on any node
* tutorial available at doc.x3dom.org/tutorials/animationInteraction/onoutputchange/index.html
* Gamma-correct lighting by default
* Example and tutorial at doc.x3dom.org/tutorials/lighting/gamma/index.html
* A new TURNTABLE mode for more intuitive user interaction
* Example and tutorial available at doc.x3dom.org/tutorials/animationInteraction/navigation/index.html
* First version of the pointingDeviceSensor component, including PlaneSensor, TouchSensor and CylinderSensor
* Example and tutorial available at doc.x3dom.org/tutorials/animationInteraction/navigation/index.html
* First version of a new, long-lasting Shape Resource Container and ExternalGeometry node
* documentation of progress available www.x3dom.org/src/
* will be enriched with new features for compression and streaming during development of X3DOM 2.0
* will replace ImageGeometry, BinaryGeometry and POPGeometry in X3DOM 2.0
* Instead of permanently linking to the dev version, from now on, we recommend to always use the latest stable release, which is available via the following links:
* www.x3dom.org/download/x3dom.js
* www.x3dom.org/x3dom/release/x3dom.js
* We have continued our efforts to support IE 11, rendering X3DOM content with WebGL.
While there are still some issues, some of them caused by non-IE conformant HTML pages in general (also including some of our examples), X3DOM’s IE 11 support is constantly improving.
New Components:
++++++++++++++++++++++
* H-Anim
* PointingDeviceSensors
* RigidBodyPhysics
New Nodes:
++++++++++++++++++++++
* LineSet
* MetadataBoolean
* MultiPart
* ExternalGeometry
Removed Nodes:
++++++++++++++++++++++
* BitLODGeometry
Fixes and Improvements:
++++++++++++++++++++++
* fixed projection matrix bugs
* added shootRay functionality
* added restriction for examine/turntable navigation mode behaviour
* fixed start/end angle bug for Arc2d
* improved debugging possibilities by defining getters
* fixed memory leaks
* fixed adding/removing of background nodes at runtime
* fixed transparency updates
* fixed broken field update for concave IndexedFaceSets
* fixed shader field update when no DOM node is available
* fix to allow lower case attributes in inlined files
* fixed lower case field name support
* added Extrusion node with texture mapping
* added (multiple) mpeg dash in x3dom movie texture
* updates of volume rendering component including composable styles
* fixed several bugs in flash backend
* extended fitObject/All functionality
* implemented gamma-correct rendering
* several shader fixes
* added geosystem UTM/GC support
* basic IE11 WebGL support
* added support for Geolocation node as a transform
* added param to force flash for all IE versions
* added flag to disable culling for LOD-like nodes
* fixed texture clamp/repeat
* allowing setAttribute for lower case field names
* added lit field for geometries
* added new field interfaces get/setFieldValue request/releaseFieldRef
* fixed setAttribute on currently bound viewpoint
* removed over aggressive light clamping for multiple lights
* fixed problems with aspect ratio
* fixed flash download path bug
* fixed reloading if x3d already initialized
* added ping-pong path
* added callbacks for all listeners to expect global mouserelease
* improved dragging functionality
* added orthographic zooming
* renamed X3DBoundedNode to X3DBoundedObject
* lots of cleanup
* added mipmapping for RenderedTexture
* added grab cursor
* fixed removal of original node from namespace when USEd instance was deleted
* fixed TimeSensor looping bug
* fixed USE case sensitivity
* fixed AudioClip automatic playback
Version 1.5.1
-------------
Maintenance release, with lot of bug fixes. Recommended upgrade for 1.5
users.
Version 1.5
-----------
We are proud to announce the release of X3DOM 1.5. This most recent
installment of our popular Declarative3D polyfill shines with lots of
new features and a wagon load full of bugfixes.
With version 1.5, X3DOM also overcomes some limits of the scenegraph
structure by using new internal structures for culling and fast
rendering, decoupled from the frontend graph inside the DOM, which,
however, still remains intact as usual.
New Features
++++++++++++
* Generally improved traversal and rendering performance with a new
transformation and volume caching infrastructure
* Culling techniques for large model rendering (some of them still
experimental) - check the `video <http://www.youtube.com/watch?v=2Nd4af3iHdM>`_, or see the `tutorial <http://x3dom.org/docs/dev/tutorial/culling.html>`_
* Improved experimental binary geometry container and encoding
* BinaryGeometry with more compact encoding that only uses 7 Bytes per
triangle (see `example <http://x3dom.org/x3dom/example/x3dom_buddhaBG.html>`_) and works nicely on mobile devices
* POPGeometry for progressive streaming and LOD - see the paper and project
page `here <http://x3dom.org/pop/>`_, or directly check some `examples <http://examples.x3dom.org/pop-pg13/happy.html>`_
* Experimental BVH Refiner node, for rendering of large, regular data sets
with dynamic LOD (see `example <http://examples.x3dom.org/BVHRefiner/BVHRefiner.html>`_)
* Shadow support for large scenes and all lights types (see `tutorial <http://x3dom.org/docs/dev/tutorial/shadows.html>`_ for more
information or click `here <http://x3dom.org/x3dom/example/x3dom_animatedLights.xhtml>`_ or for a `demo <http://examples.x3dom.org/binaryGeo/oilrig_demo/index.html>`_)
* CADGeometry component (not part of the HTML profile)
* Extrusion (and many more geometric 3D primitives in additional
Geometry3DExt component, also not part of the HTML profile)
* Convenience object 'Moveable' for `object manipulation <http://x3dom.org/x3dom/example/x3dom_uiEvents.html>`_
* Additional X3D component plugins (not part of the HTML profile and x3dom.js package)
* CADGeometry component
* Geometry3D component (e.g. Extrusion, missing level 4 nodes)
Fixes and Improvements
++++++++++++++++++++++
* Many internal `improvements and bugfixes <https://github.com/x3dom/x3dom/issues?milestone=&page=1&state=closed>`_
* Route removal implemented
* Improved picking functionality to enhance trade-off between precision
and number of possible ids
* Fullscreen convenience method ``x3dom.toggleFullScreen()``
* RenderedTexture extensions for rendering normal buffer or stereo
(currently only for Oculus Rift)
For a detailed list of changes refer to the `CHANGELOG <http://x3dom.org/download/1.5/CHANGELOG>`_ file.
Grab the frozen 1.5.0 version here:
`http://x3dom.org/download/1.5/ <http://x3dom.org/download/1.5/>`_
Version 1.4
-----------
Welcome to X3DOM 1.4!
After almost one year in the making we are proud to announce a new X3DOM release.
With this latest installment of our defacto standard JavasSript library that marries
HTML with declarative 3D content, we provide many fixes and enhancements.
New in 1.4
++++++++++
* Experimental geometry nodes that externalize vertex data in binary containers:
- ImageGeometry (which holds vertex attributes in images),
- BinaryGeometry (which holds vertex data in binary files,
where attributes can have - besides standard 32-bit - 8-bit and 16-bit precision),
- BitLODGeometry (which also holds vertex attributes in external files,
though here the containers can consist of variable bit precision for JPEG-like effects)
- Tutorial for image and binary geometry generation (:ref:`aopt`)
* OrthoViewpoint and Viewfrustum
* Basic support for VolumeRendering component (VolumeData node, OpacityMapVolumeStyle, MPRVolumeStyle)
* Programmatic documentation API (:ref:`runtime_api`)
* MultiTouch integration now supporting iOS devices, Chrome, and Mozilla
* Added attribute setters, viewpointChanged event, helicopter mode etc.
Enhancements and Fixes
++++++++++++++++++++++
* Enhanced picking with a max. of 65,535 objects, while the corresponding mouse or touch event
also provides the picked position with 16-bit precision and the object normal at this position
* More rendering features like the sortKey/sortType Appearance fields for defining the
rendering order, or the DepthMode (App. child) to define if an object shall be readOnly
* Multiline Text support per specification
- changed FontStyle size field to X3D default behavior
* Enhanced JavaScript runtime API now with a plenthora of additional methods (:ref:`runtime_api`)
* Lots of Flash backend fixes (e.g., LOD now also in Flash renderer supported)
* Many more bugfixes in IndexedFaceSet, skybox background node etc.
For a complete and exhaustive list of changes, please refer to the `CHANGELOG <http://x3dom.org/download/1.4/CHANGELOG>`_
file or `GitHub Issue Tracker <https://github.com/x3dom/x3dom/issues?page=1&sort=updated&state=closed>`_.
You can get the this X3DOM release from:
`http://x3dom.org/download/1.4/ <http://x3dom.org/download/1.4/>`_
Version 1.3
-----------
* Our participation at the W3C was officially launched
* We have moved from SF to GitHub
* We have added some unit tests
* We have renewed our documentation and added some tutorials
* We have added component support for X3DOM to hold the core tight and allow (non-)standardized extensions
* With the release of Flash 11 we are now able to use a non-beta API for the Flash fallback
* ```<x3d src='foo.x3d' />``` support allows integration of 3D content like
native images. Note: this will not behave like including images and only work in a client/server
environment due the fact that we have to use the XMLHttpRequest functionality
* We have redesigned our multitouch support. It now works on iOS devices and
multitouch setups with Mozilla. For Android and Firefox there seem to be
some bugs in the android implementation and this should work only
after these bugs are closed
* We worked on the WebGL-backend, reducing the shader complexity to run on
mobile hardware. The shaders are now chosen using a cabs-like system.
* Added support for billboards
* Redesigned our build system
* We have implemented functionality for reflecting inlined scenes into the
namespace of parent scenes. With this it is now possible to access
elements from the parent scene to address elements within the inlined
scene. Due to the lack of supporting such a concept in the X3D and
HTML standard we have made use of a custom extension (see field
nameSpaceName)
* Inline support in a flash renderer
* Support for a ```<param>``` tag. This allows to configure
the framework runtime at a single point
* Extended triangulation for generating triangles out of concave geometry
* New components
* Various fixes & new features
With the new component model we have added the first two optional components:
* 2D primitive support for the use of elements like rectangles, discs, lines, etc.
* Initial support for some GEO referencing elements from the X3D specification
Version 1.2
-----------
After many months of work, we’re proud to announce the release today of
X3DOM 1.2. There’s plenty of cool stuff we have worked on since the last
release. You can also swing by the downloads page to grab a copy of the
release package:
http://x3dom.org/x3dom/release/
Major Feature: Flash11/MoleHill Render backend
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The new version supports an additional render-backend. The system now looks
for a Flash11 plugin if the browser does not provide a SAI-Plugin or WebGL
interface. This enables the user to view X3DOM pages, with some restrictions,
using the Internet Explorer 9 browser. It utilizes the Adobe Flash MoleHill
3D-API for GPU-Accelerated rendering. To use Adobe Flash-based X3DOM you need
the latest Adobe Flash Player Incubator build (11.01.3d).
Our ``x3dom.swf`` must either be placed in the same folder as your xhtml/html
files, or you can specify a path with the swfpath-Parameter of the X3D-Node.
With the X3D-Nodes backend-Parameter you can set Flash as default backend.
At the moment the Flash-backend is still in an early beta state with most of
base nodes working. Special features like multiple lights, shadows,
CommonSurfaceShader, etc. are being worked on
Additional Changes
~~~~~~~~~~~~~~~~~~
* Internal reorganization of sources. Node type have now their own submodule
(src/nodes) and are split into groups.
* Text node is partially working now. You can use any font available to the
browser. This includes WebFonts of CSS3.
* Added system to pass parameters to runtime. The use attributes with the
X3D element will be deprecated in 1.3. Currently supported parameters
* Partially working MT support with on Firefox beta. Experimental.
* It is now possible to directly apply CSS styles to the X3D element.
* Fixed display problem with textures which have dimensions not to the
power of two.
Verison 1.1
-----------
Second stable release after almost 7 month.
http://x3dom.org/download/x3dom-v1.1.js
Most features from the 1.1. milestone are implemented:
* Unified HTML/XHTML encoding
* HTML5 <canvas>, <img> and <video> as texture element supported
* CSS 3D Transforms
* Shader composition framework
* multiple lights and support for Spot-, Point- and DirectionalLight
* Fog
* LOD
* Support for large meshes
* Improved normal generation
* Follower component
* WebGL compatibility
* The proposed HTML profile is almost implemented
* The fallback-model has changed a bit. We partially support X3D-SAI
plugins now and removed O3D as technology.
Recently there have been several changes in the WebGL-API (e.g. interface
changes in texImage2D() method, replacement of old WebGL array types with
the new TypedArray specification, enforcement of precision modifiers in
shader code, and changed behavior of NPOT textures). This leads to
incompatibilities with previous versions, why the 1.0 X3DOM release does
no longer work together with recent browser versions.
Version 1.0
-----------
First stable release of the framework.
http://x3dom.org/download/x3dom-v1.0.js
All initially planned features are implemented:
* HTML / XHTML Support
* Monitoring of DOM element add/remove and attribute change
* JS-Scenegraph synchronizer
* ROUTEs
* DEF/USE support
* External Subtree (via X3D Inline)
* Image (Texture), Movie (Texture) and Sound (Emitter) support
* Navigation: Examine
* WebGL Render backend
* The proposed HTML profile is partially implemented.
`Full release note <http://www.x3dom.org/?p=781>`_