Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~81 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for nhatphongtran

Hi! I'm still new to C++ programming and I'm currently writing a plugin for a visual-effects application. I create a point, which is generated by the member function of a different class. Here is an excerpt of my source code [CODE]void create_geometry(Scene& scene, GeometryList& out) { out.add_primitive(obj, new Point(Point::SPHERE, 300.0f, …

Member Avatar for Clinton Portis
0
81