Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class Implementation / Lights #86

Open
4 of 23 tasks
cppctamber opened this issue Aug 27, 2021 · 0 comments
Open
4 of 23 tasks

Class Implementation / Lights #86

cppctamber opened this issue Aug 27, 2021 · 0 comments

Comments

@cppctamber
Copy link
Owner

cppctamber commented Aug 27, 2021

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

  • EveSOFDataHullLightSet
  • EveSOFDataHullLightSetItem
  • EveSOFDataHullLightSetSpotLight
  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant