Advertisement
Zgragselus

tree

Dec 15th, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. C:\Users\vilem\Projects\SkyeCuillin\Source>tree
  2. Folder PATH listing
  3. Volume serial number is 1A0B-7249
  4. C:.
  5. ├───Applications
  6. │ ├───Runtime
  7. │ │ └───Scrun
  8. │ ├───Tools
  9. │ │ ├───Scedit
  10. │ │ ├───Scmdl
  11. │ │ └───Sctex
  12. │ │ └───UI
  13. │ └───Tutorials
  14. │ ├───01_BasicExample
  15. │ └───02_Window
  16. └───Engine
  17. ├───Audio
  18. │ └───OpenAL
  19. ├───Core
  20. │ ├───Constants
  21. │ ├───Database
  22. │ │ └───Sql
  23. │ ├───Datafile
  24. │ │ └───Structure
  25. │ ├───Event
  26. │ ├───Files
  27. │ ├───Functions
  28. │ ├───Log
  29. │ ├───Math
  30. │ │ ├───Hash
  31. │ │ ├───Intersection
  32. │ │ ├───Numeric
  33. │ │ └───Primitive
  34. │ ├───Memory
  35. │ ├───Plugin
  36. │ ├───Profiler
  37. │ ├───Scheduler
  38. │ ├───System
  39. │ ├───Task
  40. │ ├───Time
  41. │ └───Util
  42. ├───Game
  43. │ ├───Asset
  44. │ │ ├───AssetCompiler
  45. │ │ └───AssetEditor
  46. │ ├───Editor
  47. │ │ ├───State
  48. │ │ └───UI
  49. │ │ ├───Dialog
  50. │ │ └───Viewport
  51. │ ├───Entity
  52. │ │ ├───Component
  53. │ │ └───Legacy
  54. │ │ └───Entities
  55. │ ├───Loader
  56. │ └───Scene
  57. ├───Graphics
  58. │ ├───Common
  59. │ │ ├───Animation
  60. │ │ ├───Camera
  61. │ │ ├───Light
  62. │ │ ├───Manager
  63. │ │ ├───Mesh
  64. │ │ ├───Shader
  65. │ │ └───Texture
  66. │ ├───ComputeGraph
  67. │ ├───D3D12
  68. │ │ ├───Core
  69. │ │ ├───Heap
  70. │ │ ├───Pipeline
  71. │ │ ├───Raytracing
  72. │ │ ├───Resource
  73. │ │ └───Texture
  74. │ ├───Legacy
  75. │ │ ├───Loader
  76. │ │ └───Resources
  77. │ │ ├───Buffer
  78. │ │ ├───Camera
  79. │ │ ├───Manager
  80. │ │ ├───Material
  81. │ │ ├───Mesh
  82. │ │ ├───Model
  83. │ │ ├───Render
  84. │ │ ├───Shader
  85. │ │ └───Texture
  86. │ ├───RenderPass
  87. │ │ ├───Editor
  88. │ │ ├───Generic
  89. │ │ ├───Geometry
  90. │ │ ├───PostProcess
  91. │ │ ├───Process
  92. │ │ ├───UI
  93. │ │ └───VoxelGI
  94. │ ├───System
  95. │ ├───Terrain
  96. │ └───VirtualTexture
  97. ├───Input
  98. ├───Physics
  99. │ ├───Body
  100. │ └───Shapes
  101. │ ├───Compound
  102. │ ├───Mesh
  103. │ └───Primitive
  104. ├───Raytracer
  105. │ ├───Aggregate
  106. │ ├───Buffer
  107. │ ├───Ray
  108. │ ├───Scene
  109. │ └───Trees
  110. │ └───BvhConverter
  111. ├───UI
  112. └───Window
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement