Summary: | GraphUI Group: Resolve Performance Issues with Shape Mv Transform -> PMVMatrix4f; Group/Scene's temp sorted arrays | ||
---|---|---|---|
Product: | [JogAmp] GraphUI | Reporter: | Sven Gothel <sgothel> |
Component: | Core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | P1 | ||
Version: | 2.6.0 | ||
Hardware: | All | ||
OS: | all | ||
Type: | DEFECT | SCM Refs: |
a883f3e2e1563736df32573141fd5119f0678c92
bf096870c73898963558bef5c9d75760f9f76290
daf9ae20ebc45c851bc3b8384f4cee3cded8d9dc
|
Workaround: | --- | ||
Bug Depends on: | |||
Bug Blocks: | 805, 1495 |
Description
Sven Gothel
2024-01-22 03:08:55 CET
commmit a883f3e2e1563736df32573141fd5119f0678c92 Modified Shape.setTransformMv() as described. Renamed Shape.setTransformMv(PMVMatrix4f) to applyMatToMv(PMVMatrix4f) commit bf096870c73898963558bef5c9d75760f9f76290 Bug 1490 - GraphUI Performance: Group/Scene: Use temp sorted arrays commit daf9ae20ebc45c851bc3b8384f4cee3cded8d9dc (HEAD -> master) Add missing rename Shape.transformMvTo() -> applyMatToMv(), an transformMvTo() was an intermediate rename (oops) |