Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

0.4.4

Compare
Choose a tag to compare
@DerSchmale DerSchmale released this 18 Sep 14:23
· 170 commits to master since this release
  • HX 0.1.0 file format loader (See the wiki page for file format details)
  • Added tools folder with blender exporter
  • Added OrthographicCamera
  • Added ShowSkeleton debug component
  • Added EntityProxy that allows instancing entire SceneNode hierarchies
  • Allow setting Skeleton/SkeletonPose and MorphPose to SceneNode and in order to easily share poses.
  • Removed obsolete HMESH and HCLIP importers/exporters
  • BasicMaterial: Added texture scale and offset properties
  • Component: Changed _invalidateBounds to invalidateBounds
  • Entity: Changed _invalidateBounds to invalidateBounds
  • HMAT: Allow setting built-in lighting modes.
  • LightProbe: added intensity property
  • FixedLitPass: prevent invisible lights from being rendered
  • Matrix4x4: fixed pitch and yaw orientations to be consistent with normal axis rotations
  • NormalTangentGenerator:
    • Add hx_normal / hx_tangent vertex attributes if missing
    • Fixes for missing hx_texCoord attribute when only generating normals
  • SceneNode: Fixed propagation of ancestor visibility
  • SkeletonXFadeNode: fixed blending of one-shot animations
  • Touch: Added TAP input button