Files
Project_Velocity/iOS/velocity-ipad/velocity/Building.usda
Sayan Datta 6c93e31741
All checks were successful
Production Readiness / backend-contracts (pull_request) Successful in 3m19s
Production Readiness / webos-typecheck (pull_request) Successful in 2m38s
Production Readiness / ipad-parse (pull_request) Successful in 1m44s
feat: Ipad app production readiness, Colony orchestration, Social posting
2026-05-03 18:28:04 +05:30

50 lines
1.3 KiB
Plaintext

#usda 1.0
(
defaultPrim = "Building"
metersPerUnit = 1
upAxis = "Y"
)
def Xform "Building"
{
def Cube "Podium"
{
double size = 1
double3 xformOp:translate = (0, 0.08, 0)
double3 xformOp:scale = (4.8, 0.16, 3.4)
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:scale"]
}
def Cube "TowerA"
{
double size = 1
double3 xformOp:translate = (-1.15, 1.38, -0.35)
double3 xformOp:scale = (1.05, 2.6, 1.0)
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:scale"]
}
def Cube "TowerB"
{
double size = 1
double3 xformOp:translate = (1.05, 1.75, 0.25)
double3 xformOp:scale = (1.25, 3.35, 1.1)
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:scale"]
}
def Cube "AmenityDeck"
{
double size = 1
double3 xformOp:translate = (0, 0.42, 1.2)
double3 xformOp:scale = (3.2, 0.18, 0.85)
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:scale"]
}
def Cube "Courtyard"
{
double size = 1
double3 xformOp:translate = (0, 0.18, -1.05)
double3 xformOp:scale = (1.5, 0.05, 0.9)
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:scale"]
}
}