ccpwgl2 icon indicating copy to clipboard operation
ccpwgl2 copied to clipboard

Class Implementation / Lights

Open cppctamber opened this issue 4 years ago • 0 comments

It is highly likely that full support cannot be provided so an approximation will be classed as a success.

Lights

  • [ ] Tr2PointLight
  • [ ] Tr2SpotLight

SH Lighting Manager

  • [ ] Identify what Sh means
  • [ ] Tr2ShLightingManager
  • [ ] EveSpaceScene supports ShLighting

SOF

  • [x] EveSOFDataHullLightSet
  • [x] EveSOFDataHullLightSetItem
  • [x] EveSOFDataHullLightSetSpotLight
  • [x] EveSOFDataHullLightSetTexturedPointLight

Shaders

  • [ ] Tr2PointLight Identify shaders
  • [ ] Tr2PointLight vertex buffer format identified
  • [ ] Tr2PointLight index buffer format identified
  • [ ] Tr2PointLight input definitions identified
  • [ ] Tr2PointLight per object data identified
  • [ ] Tr2PointLight Update/ Render/ Batch functions created
  • [ ] Tr2PointLight default resources identified
  • [ ] Tr2SpotLight Identify shaders
  • [ ] Tr2SpotLight vertex buffer format identified
  • [ ] Tr2SpotLight index buffer format identified
  • [ ] Tr2SpotLight input definitions identified
  • [ ] Tr2SpotLight per object data identified
  • [ ] Tr2SpotLight Update/ Render/ Batch functions created
  • [ ] Tr2SpotLight default resources identified

cppctamber avatar Aug 27 '21 07:08 cppctamber