forked from sagnik/Project_Velocity
feat: Ipad app production readiness, Colony orchestration, Social posting (#44)
#38 Ipad app production readiness, Colony orchestration, Social posting Co-authored-by: Sayan Datta <sayan@Sayans-MacBook-Air.local> Reviewed-on: sagnik/Project_Velocity#44
This commit is contained in:
49
iOS/velocity-ipad/velocity/Building.usda
Normal file
49
iOS/velocity-ipad/velocity/Building.usda
Normal file
@@ -0,0 +1,49 @@
|
||||
#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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user