index.rst 823 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. 3D
  2. ==
  3. .. toctree::
  4. :maxdepth: 1
  5. :name: toc-learn-features-3d
  6. introduction_to_3d
  7. using_transforms
  8. procedural_geometry/index
  9. 3d_text
  10. Rendering
  11. ---------
  12. .. toctree::
  13. :maxdepth: 1
  14. :name: toc-learn-features-3d-rendering
  15. 3d_rendering_limitations
  16. standard_material_3d
  17. lights_and_shadows
  18. physical_light_and_camera_units
  19. high_dynamic_range
  20. global_illumination/index
  21. environment_and_post_processing
  22. volumetric_fog
  23. 3d_antialiasing
  24. Optimization
  25. ------------
  26. .. toctree::
  27. :maxdepth: 1
  28. :name: toc-learn-features-3d-optimization
  29. using_multi_mesh_instance
  30. mesh_lod
  31. visibility_ranges
  32. occlusion_culling
  33. resolution_scaling
  34. variable_rate_shading
  35. Tools
  36. -----
  37. .. toctree::
  38. :maxdepth: 1
  39. :name: toc-learn-features-3d-tools
  40. csg_tools
  41. using_gridmaps