Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "__comment": "Fair warning, this format is highly likely to change in the future!",
- "name": "cube",
- "faces": [
- {
- "cullFacing": "down",
- "shade": 0.5,
- "vertices": [
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 0, 16 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 0, 0 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 8, 0 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 8, 16 ]
- }
- ]
- },
- {
- "cullFacing": "up",
- "shade": 1.0,
- "vertices": [
- {
- "position": [ 1.0, 1.0, 1.0 ],
- "texcoord": [ 16, 16 ]
- },
- {
- "position": [ 1.0, 1.0, 0.0 ],
- "texcoord": [ 16, 0 ]
- },
- {
- "position": [ 0.0, 1.0, 0.0 ],
- "texcoord": [ 0, 0 ]
- },
- {
- "position": [ 0.0, 1.0, 1.0 ],
- "texcoord": [ 0, 16 ]
- }
- ]
- },
- {
- "cullFacing": "north",
- "shade": 0.8,
- "vertices": [
- {
- "position": [ 0.0, 1.0, 0.0 ],
- "texcoord": [ 16, 0 ]
- },
- {
- "position": [ 1.0, 1.0, 0.0 ],
- "texcoord": [ 0, 0 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 0, 16 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 8, 16 ]
- }
- ]
- },
- {
- "cullFacing": "south",
- "shade": 0.8,
- "vertices": [
- {
- "position": [ 0.0, 1.0, 1.0 ],
- "texcoord": [ 0, 0 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 0, 16 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 8, 16 ]
- },
- {
- "position": [ 1.0, 1.0, 1.0 ],
- "texcoord": [ 16, 0 ]
- }
- ]
- },
- {
- "cullFacing": "west",
- "shade": 0.6,
- "vertices": [
- {
- "position": [ 0.0, 1.0, 1.0 ],
- "texcoord": [ 16, 0 ]
- },
- {
- "position": [ 0.0, 1.0, 0.0 ],
- "texcoord": [ 0, 0 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 0, 16 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 8, 16 ]
- }
- ]
- },
- {
- "cullFacing": "east",
- "shade": 0.6,
- "vertices": [
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 0, 16 ]
- },
- {
- "position": [ 0.5, 0.0, 0.5 ],
- "texcoord": [ 8, 16 ]
- },
- {
- "position": [ 1.0, 1.0, 0.0 ],
- "texcoord": [ 16, 0 ]
- },
- {
- "position": [ 1.0, 1.0, 1.0 ],
- "texcoord": [ 0, 0 ]
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement