998 B
998 B
poseidon-engine-core
This is the core of rendering engine. shared by all rendering project.
use can use submodule to reference this project, or use package created by poseidon-engine-core-wrap project.
Breaking Changes
- 2022-12-29. Avoid export classes as default export, user need to change the way of import.
- 2022-12-29. to run in node, user need to import 'canvas-gl' and invoke init() function to register the font for canvas before create NodeWebGLRenderer.
- 2022-12-20. import the classes from 'poseidon-engine-core'
- 2022-12-20. rename file MeshLineExMaterial, rename MeLineColorMapMaterialParameters to LineColorMapMaterialParameters
- 2023-1-28. move after-projection-matrix from materials into cameras. do not need to update shaders any more.
- 2023-2-9. support color mapped materials. use ColorMapExMaterials instead. TODO: support filters later.
Version History
v0.2.0
- 修复ScreenHelper.focusCamera连续多次调用的bug
- 修改Legend拼写错误