ogre3d专题

Ogre Atomsphere shader - Ogre3d大气层着色器

最近在研究ogre的shader,看了一下官网的教程,鼓捣了一下午总算是把效果搞出来,贴一下关键代码:                 createSphere("sphere",10); createSphere("Atomsphere",11);Ogre::Entity* PlanetEntity = mSceneMgr->createEntity("planet","sphere");

ogre3d 资料

官网 https://www.ogre3d.org/ 主页 https://wiki.ogre3d.org/Home Manual https://ogrecave.github.io/ogre/api/latest/manual.html#SEC_Contents API https://www.ogre3d.org/docs/api/1.9/ https://ogrecave.githu