About Store Forum Documentation Contact



Post Reply 
Render selcettion
Author Message
djpercy Offline
Member

Post: #1
Render selcettion
Hello,

how can i do that the renderer a couple of object rendert?

Greetings Denis
12-04-2011 01:13 PM
Find all posts by this user Quote this message in a reply
fatcoder Offline
Member

Post: #2
RE: Render selcettion
Sorry, but I think you will need to rephrase your question for anyone here to be able to understand what you are asking. smile
12-04-2011 01:23 PM
Find all posts by this user Quote this message in a reply
djpercy Offline
Member

Post: #3
RE: Render selcettion
Hello,

ok, I have a second Camera, the Renderer sould not Render the GAME::CHR and the GAME::Player objects but the rest of the World can he render. I hope you understand me now :-)

Greeting Denis
12-04-2011 07:09 PM
Find all posts by this user Quote this message in a reply
fatcoder Offline
Member

Post: #4
RE: Render selcettion
You can override the draw methods of your objects (using a custom derived class) and then only draw their mesh when you want them to be visible.
(This post was last modified: 12-05-2011 10:21 AM by fatcoder.)
12-05-2011 07:52 AM
Find all posts by this user Quote this message in a reply
djpercy Offline
Member

Post: #5
RE: Render selcettion
Hello,

If that is case, then i do this. THANKS

Greetings Denis
12-05-2011 09:52 AM
Find all posts by this user Quote this message in a reply
Post Reply