Loading surface objects dynamically
This commit is contained in:
+1
-10
@@ -174,16 +174,7 @@ void sm64_global_terminate( void )
|
||||
|
||||
uint32_t sm64_load_surface_object( const struct SM64SurfaceObject *surfaceObject )
|
||||
{
|
||||
DEBUG_LOG(
|
||||
"sm64_load_surface_object : %f %f %f : %f %f %f : %d",
|
||||
surfaceObject->transform.position[0],
|
||||
surfaceObject->transform.position[1],
|
||||
surfaceObject->transform.position[2],
|
||||
surfaceObject->transform.eulerRotation[0],
|
||||
surfaceObject->transform.eulerRotation[1],
|
||||
surfaceObject->transform.eulerRotation[2],
|
||||
surfaceObject->surfaceCount
|
||||
);
|
||||
return surfaces_load_object( surfaceObject );
|
||||
}
|
||||
|
||||
void sm64_move_object( uint32_t id, const struct SM64ObjectTransform *transform )
|
||||
|
||||
Reference in New Issue
Block a user