Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Visio fun

Visio fun

mozie
Not your journal. · · 1 min read
789 0
I wasted time last night on trying to figure out what I'm going to do with my collision classes. So I poped open Visio and decided to first lay out my current class structure in ObjectManager. All I did was place the classes that derive from others, and classes that had other classes as members. Anyway, its not very complete, and I didn't spend much time in Visio in the past. So lets just say I don't know what I'm doing, but I'm trying to make it work for me.

It also feels like I have too much in my ObjectManager class, I really just wanted it to handle object interaction, know where to get memory pointer for meshes and textures. I guess I decided to move the camera and light(s) into it so I could attach them as children later on, to make for nice dynamic lights orbiting objects. I also wanted to be able to lock the camera to something by making the camera a child object, and maybe something similar to lock the lookat near the parent.

Oh well, its not the first time I'm learning how to do something the wrong way the first time around. :)

Discussion

Loading comments...