Tags
Creators
Details
1.5.0-beta+fabric-1.21.11
Compatibility
Changes
1.5.0-beta
Breaking Changes
- feat(api): add modifier perspective base state (7a1e37d)
- PerspectiveModifier.apply now receives PerspectiveModifierContext instead of PerspectiveContext.
Update modifier implementations to use PerspectiveModifierContext.
- fix(api): resolve perspective state during rendering (b6ef7e1)
- remove clientTickWhenActive from PerspectiveBehavior and PerspectiveSwitcherBehavior. Perspective availability is no longer cached per client tick.
Implementations that update state on client ticks must subscribe to their loader event and return cached values during rendering.
- refactor(api): rename PerspectiveBehavior camera state pipeline methods (b151b2f)
- PerspectiveBehavior.applyCameraState and PerspectiveBehavior.afterApplyCameraState are renamed to computeCameraState and afterCameraStateResolved
- refactor(api): rename toEulerRad to quatToEulerRad (7435eb2)
- PerspectiveMath.toEulerRad methods are renamed to quatToEulerRad
Features
- feat(logic): add orbit switcher help tooltip (e5d3e53)
- feat(logic): dilute the vinegar (088a7fe)
- feat(logic): scale up hovered orbit actor in edit mode (4dcf79d)
Bug Fixes
- fix(logic): ignore auxiliary camera updates (a83f2c6)
- fix(api): handle gimbal lock in quaternion-to-euler conversion (3b990c0)
- fix(logic): handle null previous perspective on transition (d42dd73)
- fix(logic): always show selected perspective label in orbit menu (50dd5da)
- fix(logic): show selection indicator only on active perspective in orbit editor (78a7135)
- fix(logic): show actor tooltip on hover in orbit editor (b7e70ce)
- fix(logic): smooth orbit actor scale transitions with ExpSmoothDouble (17ba3e0)
Internationalization
- i18n: update orbit switcher help tooltip translations (afa4523)
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| perspective_api-1.5.0-beta+fabric-1.21.11-sources.jar | Source jar | 156.36 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:LIqveQm1:VNsRICpc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LIqveQm1:VNsRICpc"
}



