ccpwgl2 icon indicating copy to clipboard operation
ccpwgl2 copied to clipboard

Class Implementation / Core

Open cppctamber opened this issue 3 years ago • 1 comments

Helpers

  • [ ] Tr2DistanceTracker
  • [ ] TriObserverLocal

LOD

  • [ ] Tr2MeshLod
  • [ ] Tr2LodResource
  • [ ] Tr2Texture2dLodParameter

Parameter

  • [ ] Tr2ExternalParameter

Value

  • [ ] TriMatrix

PostProcessing

  • [x] Tr2PostProcess
  • [ ] Tr2PostProcess2

cppctamber avatar Aug 27 '21 07:08 cppctamber

Tr2LodResource is likely a child of Tw2TextureParameter and replaces Tw2TextureParameter.resourcePath when present, and the quality of texture (low, medium, high, ultra) is picked based on lod level and what resource paths have been provided (e.g. no ultra path, then fallback to high etc)

cppctamber avatar Sep 25 '21 05:09 cppctamber