finished tutorial 7
This commit is contained in:
@@ -49,7 +49,7 @@ class DynamicPipeline : public Renderer3DPipeline {
|
||||
*/
|
||||
void render(const DynamicMesh* mesh);
|
||||
void render(const DynamicMesh* mesh, const DynPipOptions& options);
|
||||
void render(const DynamicMesh* mesh, const DynPipOptions* options = nullptr);
|
||||
void render(const DynamicMesh* mesh, const DynPipOptions* options);
|
||||
|
||||
private:
|
||||
RendererCore* rendererCore;
|
||||
|
||||
@@ -48,7 +48,7 @@ class StaticPipeline : public Renderer3DPipeline {
|
||||
*/
|
||||
void render(const StaticMesh* mesh);
|
||||
void render(const StaticMesh* mesh, const StaPipOptions& options);
|
||||
void render(const StaticMesh* mesh, const StaPipOptions* options = nullptr);
|
||||
void render(const StaticMesh* mesh, const StaPipOptions* options);
|
||||
|
||||
private:
|
||||
StapipBagBBoxesCacher cacher;
|
||||
|
||||
Reference in New Issue
Block a user