Skip to content

Releases: DRx3D/XSeen

v0.8

16 Aug 23:42
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release

V0.8 released for SIGGRAPH 2019. It includes significant enhancements to support AR (device camera) and environment light maps.

RC1 of V0.7

15 Jul 04:07
Compare
Choose a tag to compare
RC1 of V0.7 Pre-release
Pre-release

Much new capability added from 0.6 to 0.7. Including:

  • Asset capability for Material
  • Axis-angle parsing for rotation
  • Aadditional color type f3 (fractional rgb - direct support for X3D)
  • Handled external XSeen files in XML format.
  • Device camera background use.
  • Device motion controlling object position
  • Multiple scene cameras
  • Spherical (photosphere) backgrounds
  • Improved event handling
  • Indexed triangle sets.
  • Position attribute mutations for all 'solid' tags. (RC1)
  • Cleaned up some extra console output statements

Some of the new features are shown in home-page example

Release 0.6

15 Jul 04:00
Compare
Choose a tag to compare
Release 0.6 Pre-release
Pre-release

Updated tag for this older release, but trying to mark all important milestones.

Rewrite

05 Mar 02:49
Compare
Choose a tag to compare
Rewrite Pre-release
Pre-release

A complete rewrite was necessary. The existing line of development would not work. All previous work has been removed from this repository. If any code is needed, please contact me.

V0.4 with Navigation, Events, and Stereographic rendering

11 Jul 21:56
Compare
Choose a tag to compare

This is a development release V0.4 and includes many enhancements over V0.3 including navigation, HTML <--> XSeen event handling, and split-screen stereographic display. Earlier releases include support for geometric modeling, appearance and textures, animation (rigged and key-frame), lighting, and environment.

Incremental feature release -- field animation

23 Jun 21:57
Compare
Choose a tag to compare

Supports simple animation of fields within a node using the new node Animate. Animate modifies a field of it's parent according to the field's datatype and user selected parameters for interpolation.

This does not yet handle full key-frame animation.

Functional Release for Geometry

15 Jun 16:44
Compare
Choose a tag to compare
Pre-release

Everything in 0.1.x plus...

  • Includes most X3D geometry nodes [Indexed]TriangleSet, IndexedFaceSet, [Indexed]QuadSet
  • Supports Inline of JSON files containing any allowed XSeen nodes
  • ImageTexture without TextureTransform
  • Loaders for glTF V1 & V2; OBJ; Collada

Initial Development Release V0.1.0+3

15 Jun 04:14
Compare
Choose a tag to compare
Pre-release

Initial release, labeled as 0.1.3, but would be 0.1.0+3 in the current versioning scheme. Limited functionality, Data structures and file naming will change.