123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "lighting_angle": 60,
- "lighting_elevation": 65,
- "depth_influence": 0,
- "tiled_normals": true,
- "hard_edge_threshold": 0.25,
- "pad_to_full_length": false,
- "solid_base": true,
- "soften_edges": 0.5,
- "fade_to_black": false,
- "sampler": "square",
- "accuracy": 7,
- "overlap": 0,
- "joggle": 0,
- "detail_boost": 15.0,
- "falloff_adjustment": 0.25,
- "max_colour_push": 0,
- "fosterise": false,
- "suppress_edge_fosterisation": true,
- "shadow_threshold": 0.1,
- "soft_shadow": true,
- "contrast": 0.1,
- "size": {
- "x": 256,
- "y": 256,
- "z": 256
- },
- "render_elevation": 30,
- "sprites": [
- {
- "angle": 45,
- "width": 64,
- "height": 0
- },
- {
- "angle": 135,
- "width": 64,
- "height": 0
- },
- {
- "angle": 225,
- "width": 64,
- "height": 0
- },
- {
- "angle": 315,
- "width": 64,
- "height": 0
- },
- {
- "angle": 45,
- "width": 64,
- "height": 0,
- "flip": true
- },
- {
- "angle": 135,
- "width": 64,
- "height": 0,
- "flip": true
- },
- {
- "angle": 225,
- "width": 64,
- "height": 0,
- "flip": true
- },
- {
- "angle": 315,
- "width": 64,
- "height": 0,
- "flip": true
- }
- ]
- }
|