Commit Graph

4992 Commits

Author SHA1 Message Date
0b741474f5 Update runtime interaction system tests with default scale and rotation values 2026-05-11 14:08:41 +02:00
fd5b97f7db feat: Add support for entity transforms (scale/rotation) and update scene document version 2026-05-11 14:07:21 +02:00
7abacca0bf Feature: Add rotation (X, Y, Z) and size inputs to the form 2026-05-11 14:07:05 +02:00
263d17286b Feat: Add scale and rotation inputs for NPC and trigger volume settings 2026-05-11 14:05:33 +02:00
9aa3b27b08 Update entity selection logic to handle NPC scale and trigger volume rotation 2026-05-11 14:05:07 +02:00
5dc0fd02d2 Initialize state drafts for trigger volume rotation and NPC scale 2026-05-11 14:05:07 +02:00
26c3699499 Add default constants for NPC scale and trigger volume rotation 2026-05-11 14:05:07 +02:00
e1471629d8 Apply NPC scale factors to collision and dimension calculations 2026-05-11 14:03:20 +02:00
ec284483b6 Refine player trigger volume raycast bounds check in local space 2026-05-11 14:03:02 +02:00
e0030c8bc5 Apply scaling factor to NPC target radius calculations 2026-05-11 14:03:02 +02:00
eb0a8a429f Scale NPC dialogue target bounds calculations 2026-05-11 14:01:53 +02:00
3d03a4f6b9 Apply NPC scale to render and collision groups 2026-05-11 14:01:53 +02:00
fa5150ea5f Apply scaling to NPC collider dimensions (capsule and box) 2026-05-11 14:01:21 +02:00
f1ef5a37de Pass rotation and scale when building runtime scene collections 2026-05-11 14:01:21 +02:00
649e4ae717 Add scale support to RuntimeNpc and RuntimeTriggerVolume definitions 2026-05-11 14:01:21 +02:00
4f48ff7d94 Implement viewport rendering for triggerVolume and npc entities 2026-05-11 14:00:38 +02:00
7c36d50ee0 Update ViewportHost to handle triggerVolume and NPC transforms 2026-05-11 14:00:05 +02:00
a244f00079 Add scale property to ViewportHost 2026-05-11 14:00:05 +02:00
da0647495c Apply entity rotation degrees when creating trigger volume render objects 2026-05-11 13:59:36 +02:00
9b80afca6a Use dynamic entity scale in ViewportHost 2026-05-11 13:59:22 +02:00
d6cf9ec001 Implement dedicated handling for trigger volumes and adjust camera rig scaling for NPCs 2026-05-11 13:59:11 +02:00
e25302d940 Remove axis-aligned box surface snap support points creation 2026-05-11 13:59:11 +02:00
3b273999e1 Update surface snap calculation to use oriented bounding boxes 2026-05-11 13:58:49 +02:00
c807b34d8d Add support for oriented box surface snap points 2026-05-11 13:58:49 +02:00
9ae201d13f Implement support for oriented box surface snap points 2026-05-11 13:58:24 +02:00
77e6a147ea Refactor target kind checks for scale operation using supportsTransformOperation 2026-05-11 13:58:14 +02:00
937be04240 Implement quaternion creation for euler rotation type in ViewportHost 2026-05-11 13:58:14 +02:00
99e8e136e2 Refactor viewport scaling logic to support model instances and improve entity scale handling 2026-05-11 13:57:42 +02:00
7128912042 Add helper method to resolve entity scale constraint axis 2026-05-11 13:56:56 +02:00
7e68139523 Feat: Support scale previews for entities and improve viewport target handling 2026-05-11 13:56:47 +02:00
954acbcd93 Enhance ViewportHost state management: Add scale consistency and implement euler rotation updates 2026-05-11 13:56:29 +02:00
27996819bd Refactor ViewportHost state calculation to support scale and improve euler rotation handling 2026-05-11 13:56:16 +02:00
2983fbdcf6 Include scale in ViewportHost target state calculation 2026-05-11 13:56:16 +02:00
57944ee147 Add utility functions for transform states and material caching 2026-05-11 13:55:56 +02:00
72bae09629 Add transform state types and default constants 2026-05-11 13:55:56 +02:00
f073e4247b Enhance entity transformation logic to support euler rotations and detailed size/scale properties 2026-05-11 13:55:31 +02:00
c90c51b31f auto-git:
[change] src/core/transform-session.ts
2026-05-11 13:55:20 +02:00
a101249d26 auto-git:
[change] src/core/transform-session.ts
2026-05-11 13:55:20 +02:00
245b433d24 auto-git:
[change] src/entities/entity-instances.ts
2026-05-11 13:55:20 +02:00
495327cc6c Add scale support to NPC creation and rotation support to Trigger Volume creation 2026-05-11 13:51:52 +02:00
6a6e3b4037 Add scale and rotation support to entity definitions and defaults 2026-05-11 13:51:33 +02:00
69258ad35e Enhance tests for foliage render batches, adding checks for LOD stability and quality disabling 2026-05-03 13:36:25 +02:00
4bb8d197fe Refactor foliage rendering view state and chunk visibility tracking 2026-05-03 13:36:05 +02:00
dcf6778423 Improve hysteresis distance calculation and add view frustum checks for foliage culling 2026-05-03 13:35:21 +02:00
1a99be759d Enhance foliage rendering with cached chunk metrics, hysteresis LOD selection, and updated culling logic 2026-05-03 13:35:12 +02:00
8d6d53d5a6 Improve foliage instanced renderer tests with target support and state validation 2026-05-03 13:28:01 +02:00
6dd08215ef Remove unused Three.js imports from foliage instanced renderer tests 2026-05-03 13:24:27 +02:00
eba6392983 Improve mock implementation for foliage model loader in tests 2026-05-03 13:23:14 +02:00
7886f4cfa0 Add unit tests for FoliageInstancedRenderer 2026-05-03 13:23:14 +02:00
9f5280ef80 Add tests for foliage resource planning and LOD resolution 2026-05-03 13:22:34 +02:00