Skip to content

影をつけるとブツブツする。 #17

@kotto5

Description

@kotto5

治ったけど、対処法の原理がわからない。

lighting.distance += 1.0 / 32; // これで弾くのって instance == info->obj のケースじゃないの?
node = obj_list;
while (node)
{
	instance = node->content;
	if (instance == info->obj)
	{
		node = node->next;
		continue ;
	}

if (instance == info->obj)と、 lighting.distance += 1.0 / 32;
どちらもないとブツブツは消えない。同じケースを弾いていると思うのだが、、

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions