Files
test/tests/files/usd/usd_camera_test_2.usda
Sergey Sharybin bbfc97ad6f Move tests/data and assets to the main repository
This change moves the tests data files and publish folder of assets
repository to the main blender.git repository as LFS files.

The goal of this change is to eliminate toil of modifying tests,
cherry-picking changes to LFS branches, adding tests as part of a
PR which brings new features or fixes.

More detailed explanation and conversation can be found in the
design task.

Ref #137215

Pull Request: https://projects.blender.org/blender/blender/pulls/137219
2025-05-05 15:10:22 +02:00

18 lines
364 B
Plaintext

#usda 1.0
(
defaultPrim = "Test_Camera"
metersPerUnit = 0.1
)
def Xform "TestGroup" (
kind = "assembly"
)
{
def Camera "Test_Camera"
{
float focalLength = 0.4312
float horizontalAperture = 0.2489
float verticalAperture = 0.1400
float horizontalApertureOffset = 0.5678
float verticalApertureOffset = 0.1234
}
}