This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
0.4.4
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 entireSceneNode
hierarchies - Allow setting
Skeleton
/SkeletonPose
andMorphPose
toSceneNode
and in order to easily share poses. - Removed obsolete
HMESH
andHCLIP
importers/exporters BasicMaterial
: Added texture scale and offset propertiesComponent
: Changed_invalidateBounds
toinvalidateBounds
Entity
: Changed_invalidateBounds
toinvalidateBounds
HMAT
: Allow setting built-in lighting modes.LightProbe
: added intensity propertyFixedLitPass
: prevent invisible lights from being renderedMatrix4x4
: fixed pitch and yaw orientations to be consistent with normal axis rotationsNormalTangentGenerator
:- Add
hx_normal
/hx_tangent
vertex attributes if missing - Fixes for missing
hx_texCoord
attribute when only generating normals
- Add
SceneNode
: Fixed propagation of ancestor visibilitySkeletonXFadeNode
: fixed blending of one-shot animationsTouch
: Added TAP input button