USNavalResearchLaboratory / simdissdk

SIMDIS SDK
Other
120 stars 42 forks source link

Add the capability for a Projector to project its texture on Platforms. #8

Closed gwaldron closed 6 years ago

gwaldron commented 6 years ago

Updates the ExampleProjector project to demonstrate the use of Platform::acceptProjector() function. This PR also includes IMPLICIT REF_PTR fixes.

gwaldron commented 6 years ago

Right! Sorry, I always forget to reformat everything from 4 spaces to 2 :)

I'm not 100% sold on the method names -- acceptProjector and removeProjector -- so feel free to change them if you think they're not self-descriptive enough.

PR now updated to fix indentation and missing EOL

emminizer commented 6 years ago

Thanks Glenn. I tested it out and it looks great, I think this is exactly what we were looking for with this feature.

gwaldron commented 6 years ago

Excellent!!