mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
from #include <> to #include ""
This commit is contained in:
parent
fd6ea1653e
commit
71c233c0e7
@ -24,7 +24,7 @@
|
||||
#ifndef SSAO_H
|
||||
#define SSAO_H
|
||||
|
||||
#include <decorate_shader.h>
|
||||
#include "decorate_shader.h"
|
||||
|
||||
class SSAO : public DecorateShader
|
||||
{
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#ifndef VARIANCE_SHADOW_MAPPING_H
|
||||
#define VARIANCE_SHADOW_MAPPING_H
|
||||
|
||||
#include <shadow_mapping.h>
|
||||
#include "shadow_mapping.h"
|
||||
|
||||
|
||||
class VarianceShadowMapping : public ShadowMapping
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#ifndef VARIANCE_SHADOW_MAPPING_BLUR_H
|
||||
#define VARIANCE_SHADOW_MAPPING_BLUR_H
|
||||
|
||||
#include <variance_shadow_mapping.h>
|
||||
#include "variance_shadow_mapping.h"
|
||||
|
||||
class VarianceShadowMappingBlur : public VarianceShadowMapping
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user