xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

New behavior of view element #128

Closed ksons closed 8 years ago

ksons commented 9 years ago

The element should be consistent with other scene nodes such as or . For instance, transformations should be set using CSS, view should be able to have children etc.

In a future release, we want that the element adds nothing to a element but the semantic. However, this requires to make the intrinsic camera paraters properties, and since these depend on the camera model this is deferred to a later stage.

ksons commented 9 years ago

Update script migrates to new view model: xml3d/xml3d-4to5.js@3d325b453bbe8202eb95c4f920ec94fb72ac7966

ksons commented 9 years ago

Example repository updated: xml3d/xml3d-examples@27c143f20b130254ea74e238ef2f6e8a36647f92

ksons commented 9 years ago

Documented changes in https://github.com/xml3d/xml3d.js/wiki/Migrate-to-XML3D-5.0