in using dark Occlusion, my whole model vanishes, i get nothing whatsoever but as far as i can tell i'm doing everything just fine...
there came the example with dark occlusion
// Include the Dark Occlusion Library
#Include "Dark Occlusion/Dark_Occlusion/Dark_Occlusion.dba"
// Start Dark Occlusion
OC_Init()
// setup
Sync on
Sync rate 60
// Load an object
Load Object "House_LOD0.X", 1
// Add the object to the Dark Occlusion Library
OC_AddObject(1)
// Set the object to be static
OC_SetObjectStatic(1)
// Add bounds to the object
OC_SetObjectBounds(1, 0)
Do
// Update the Dark Occlusion Library
OC_Update()
// Sync the screen
Sync
Loop
and this is the EXACT same code i'm using in mine in exactly the same fashion... however the example shown above works perfectly, yet i use my own model and the whole thing just vanishes... can anyone explain why?
I can see from your smile, you're not here for the sunset
Windows 7 64 bit, AMD Phenom II x4 Black edition, 7 GB Ram, Radeon HD 4650, 3.6 TB HDD